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
655
WinGrid - Manage correctly checkbox column with other column in the same row
posted

Hy,

Im trying in the same row to check/uncheck the checkbox with clicking in the cell containing this checkbox (so as the action : _ultraGridList.DisplayLayout.Override.CellClickAction = CellClickAction.Default) but then I have to click in a cell from another column, I will have the same behaviour as the CellClickAction.RowSelect.
Do you think it's possible ? 

Parents
  • 23930
    Offline posted

    Hi Pokorny,

    Thank you for posting in our forums.

    The UltraGridColumn also has a CellClickAction property. You can use it to set the cell click action only for this column to EditAndSelectText. Then you can set the CellClickAction for the whole grid to RowSelect. The settings on the column, will take precedence over the settings on the whole column.

    I have attached a sample demonstrating this approach.

    Let me know if you have any additional questions.

    WG_DifferentCellClickActions.zip
Reply Children
No Data