Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
Win Grid Column Resizing Pointer Issue
posted

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.

  • 469350
    Offline posted

    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.