Hi People,
I have an ultragrid with some records, i have enabled Header click sort. When any of the grid record is selected and if i double click the column header it triggers the selected grid record double click action. Have you come across such a scenario? Do you have any solution?
Regards,
Sandeep T C
Sandeep,
What do you mean by the "double click action" of the selected record? I'm not aware of any action that is specific to a row that only occurs on a double click. Are you handling the grid's DoubleClick event handler instead of DoubleClickCell, DoubleClickHeader, or DoubleClickRow, or does double-clicking the header fire the DoubleClickRow event?
-Mat