Browse by Tags
All Tags » XBAP » DataGridControl » "Data Binding" (RSS)
-
Hi,
I am binding the DataGridControl from code behind using datagridcollectionview.....Suppose my datatable contains 5 columns . Now in the xceed grid i want to display the values of 1st and 3rd column in the same header i.e. in one column . How can i achieve this ?????
-
Hi,
I have a datagrid control in that i have added one more column to the grid .
<xcdg:DataGridControl Grid.Row=''2'' Loaded=''XcDataGrid_Loaded'' Name=''XcDataGrid'' HorizontalAlignment=''Left''>
<xcdg:DataGridControl.Columns>
<xcdg:Column FieldName=''pp'' ...
|
|
|
|