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
445
Disable a particular column from grouping and event in UltraWinGrid which gets raised on selection of column header only
posted

how can i disable a particular column in UltraWinGrid from grouping.Also which event is raised when i select only a Column header.I need the event only for the column header.

Thankyou,

M.

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    malli_436 said:
    which event is raised when i select only a Column header.

     

    You can use the BeforeSelectChange or AfterSelectChange events. These events don't just fire for columns, they will also fire for rows or cells, bt you can check the event args to see what kind of selection took place. 

Children
No Data