I have defined a class inheriting the UltraGrid and added that class to a custom user control. The issue I am facing is that I am able to resize the columns in the ultragrid but pointer does not change to resize pointer on the column border next to the column header. I want the resize pointer to appear which is the default behavior of the ultragrid. Any solution to this issue will be highly appreciated.
Hi,
I can't think of any reason why putting the grid inside a UserControl or deriving from the grid would affect the resize cursor.
Can you post a small sample project demonstrating this? If I can see it happening, I'm sure I can tell you why it's happening and how to solve it.