Browse by Tags
All Tags » DataGridControl (RSS)
Showing page 1 of 3 (29 total posts)
-
Hi,
I have noticed that the SelectedItem does not change when row is being unselected with Ctrl+LetfMouseButton
Is that a bug?
Is there a way to workaround it?
Elad
-
Hello ,
I have a strange issue. I am binding a DataGrid with IList. When I try to retrieve the DataRow and try to use its DataContext. In case of some rows the DataRow is either null or DataContext of the DataRow is null. Although a binding item does exists in the IList.
Can anyone please help me on this ? This seems to be strange and ...
-
We are displaying a DataGridControl in a popup window of fixed height. The DataGridControl populates by being bound to a DataGridCollectionView on top of an EditableItemBindingList patterned after the Xceed ''Composers'' sample. We are showing gridlines and alternating row colors. All is basically working fine.
But, ...
-
I have column with my own converter, which works fine. It also works in the filter list of values. But the group headers display the unconverted text. Isn't this a bug? I saw from another post how to change the group headers for a particular column, but this seems like a lot of work just to get to display the right value.
-
Hi,
How can i disable grouping for some columns in XceedDataGrid control ???
-
I've got a pivot/crosstab that responds to a user filter. I create a new DataTable every time, since the filter affects the number of columns shown.
I have a DataGridCollectionViewSource bound to the DataTable property on my controller, and the ItemsSource of my DataGridControl bound to the DataGridCollectionViewSource. The DataGrid has ...
-
I am trying to create a set of grids that are dependent upon each other. In the sample code provided below I have 2 datagrid controls ( A country grid and a province / state gird ). I have the binding on them working correctly so that if I select a country in the countryGrid all the provinces/states for that country show up in provinces/state ...
-
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'' ...
-
Hi all,
Here is the scenario. I will be provided with the Master's DataTable first which would be binded to the DataGridControl. It would have a flag to say whether it has Details. I need to show the (+) plus symbol only on those row who has details flag. Additionally, on expanding that row, I should able to bind the Details for that particular ...
1
|
|
|
|