Browse by Tags
All Tags » DataRow » cell (RSS)
-
Is there any way of setting up a DataGrid so that when a cell or a row is selected, it doesn't highlight the entire row in a different colour?
I've looked at the following topics:
http://xceed.com/CS/forums/thread/9179.aspx
http://xceed.com/CS/forums/thread/21933.aspx
As advised in those, I've set up a Style in my DataGridControl's ...
-
Hello,
I am using Model View ViewModel pattern. I have a button inside a DataCell of Xceed DataGrid. I want to use DelegateCommand to handle the click event of the button.
Also, I dont want to write anything for the same in my Code Behind. I want everything to reside in my ViewModel.
How can this be achieved. I thought of RoutedEvents / ...
-
Clicking off a DataRow or DataCell loses data!
On your grid, if a DataCell is in EditMode, navigating with the keyboard (tabbing or arrow keys etc.) to a different DataCell or DataRow works perfectly. The value you have just typed in is saved back to the data (I guess EndEdit is called) and the new DataCell or DataRow becomes ...
|
|
|
|