Browse by Tags
All Tags » Sorting » datagrid sorting (RSS)
-
Hi there.
I don't know exactly how you refer to this, but we have been using FieldName='' '' and FieldName=''.'' to bind to the entire record for some fields.Our requirement is that we display a list of names as buttons. The user must be able to sort the column based on the names.How do we sort a column by a field on the Item and yet have the ...
-
I am using Xcced DataGrid Control and binding with a DataTable. I am making some of the columns in DataGridControl to Visible=''False''.
On click of the row i am getting the value of one of the invisible columns
Xceed.Wpf.DataGrid.DataRow objDataRow = sender as Xceed.Wpf.DataGrid.DataRow;
with objDataRow object i can access the Values ...
|
|
|
|