AgDataGrid Date column for Custom Date format [modified]
-
Hi everyone, I am using Silverlight to create DashBoard. In one of my Dashboard i am using AgDataGrid(DevExpress.AgDataGrid) where it has datecolumn. <grid:AgDataGridDateColumn FieldName="fldSODate" HeaderContent="Sales Order Date" PrepareCellDisplayElement="AgDataGridDateColumn_PrepareCellDisplayElement" > grid:AgDataGridDateColumn.CellDisplayTemplate <DataTemplate> <TextBlock Text="{Binding CellValue, Converter={StaticResource DateConverter}, ConverterParameter=D}" /> </DataTemplate> </grid:AgDataGridDateColumn.CellDisplayTemplate> </grid:AgDataGridDateColumn> </grid:AgDataGrid.Columns> i have done the above thing but still this is not working when i view the grid. The reason to use this AgDataGrid for Grouping purpose. Please help me .
modified on Thursday, March 4, 2010 11:33 PM