I'm not able to suppress the Grids double_click event when a user double clicks on the header I mean on the first row where the column headings are given.
I assign the column heading to .row = 0, and the .fixedrow = 1.
So If the user double clicks on row 0 which is the first row containing the col names everytime the .row is displayed as 1.
.row = 1 and the double click event fires with respect to the first row that contains the data.
Can anybody please help.