Hello,
I need to fire code(move user to view the details of the record and do some other stuff) when the user double clicks on the grid.
Now the only way i was able to fire the server code was to enable .ClientSettings.EnablePostBackOnRowClick = true;
but this gives me the overhead of a single row click posting back and i do not want that behavior for obvious reasons.
is there a way around the this, or is this the best i can do?
thanks
J
I need to fire code(move user to view the details of the record and do some other stuff) when the user double clicks on the grid.
Now the only way i was able to fire the server code was to enable .ClientSettings.EnablePostBackOnRowClick = true;
but this gives me the overhead of a single row click posting back and i do not want that behavior for obvious reasons.
is there a way around the this, or is this the best i can do?
thanks
J