Browse by Tags
All Tags » .Net Grid » Xceed Datagrid (RSS)
-
I have an entity with an ID and a self referencing ParentID (both int) and I have successfully set up a DetailGrid to display the children at the first level, but have not found a way to have that cycle repeat itself down the hierarchy as required. The examples only seem to show how to do it manually....
Any ideas?
-
Hi Andre,
Thanks for your reply, but the solution doesnt work. The problem is suppose that the focus is on a particular cell & if I press the down / up arrow key the CurrentRowCahnged event doesnt get fired. I guess the CurrentRowChanged event gets fired when my entire previous row is selected & I press an up or down key. In my case ...
-
Hey,
Just to report that I've resolved the problem:
1. The problem with extending the DataRow was that I've missed to override CreateInstance method and return an instace of the extended data row class.
2. Method PaintBackground should be extended and custom selection coloring can be done there (this.GridControl.SelectionBackColor and ...
|
|
|
|