I need a grid with hierarquical support, i've found adding custom controls are very easy, great feature for simulating that I need.
I've observed when a sorting action happends, the user control object doesn't move, it stands in the same position (the rest of cell are sorted well). This occurs in any column header I do sorting.
Is there any problem with this? Any sorting limitation?
Thanks.
Edgar López
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I need a grid with hierarquical support, i've found adding custom controls are very easy, great feature for simulating that I need.
I've observed when a sorting action happends, the user control object doesn't move, it stands in the same position (the rest of cell are sorted well). This occurs in any column header I do sorting.
Is there any problem with this? Any sorting limitation?
Thanks.
Edgar López
A custom control is binded to a specific position of the grid and so for now cannot be sorted.
I'm sorry but for now it is not possible to insert custom control and sort the grid.
Davide