Browse by Tags
All Tags » .Net Grid » Xceed grid (RSS)
-
I have a project which dynamically generates a grid and populates it with a DataSource (using LINQ to SQL) and returns it to another process which then places that on a form.
It appears from my testing that the Columns collection is not accessible unless the Grid has been associated with a Form prior to the DataSource being assigned as I am ...
-
Hi,
Can you please provide me a help on, how to set the focus on a particular cell / row on the xceed grid for .NET. With my current code the focus is going on the 1st column of the 1st row. Below is the snapshot of the code that I am using to set the focus.
Code ...
-
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 ...
-
Hi,
I am using xceed grid for .NET. I am moving accross the grid using the Up & Down arrow keys. How do I determine the Index of the current row on which the cursor is located.
Doesnt the current row value change when we mpve across the grid using keyboard.
Can any please help on this.
Thanks in advance
Regards,
Lalit
-
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 ...
|
|
|
|