How can I select a row by double clicking on it within a quantumgrid? The problem is that the dblclick event also triggers when I click on the headers of the grid.
Is the grid column header sharing the same event code or does this trigger the rows double click event ?
Could you not either make use of a flag to determine which of these events is being triggered ?
Or alternatively when the event is triggered (assuming code is same between two actions) can you not determine the current cursor position and establish whether or not you have clicked on a data row or the column headers ?
Hope that this helps
Steve
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.