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
705
Using RowSelect, but want DoubleClickCell to use CellSelect
posted

I am using a readonly grid with

ultraGrid1.DisplayLayout.Override.CellClickAction = CellClickAction.RowSelect;

However if the user double clicks a cell I want them to be able to copy the cell.  I have been trying to use different functions in the DoubleClickCell event, but cant figure out the right combination.  When I try setting the clickaction to cellselect in the doubleclick event it isnt activated until the next cell click.

Parents
No Data
Reply Children