Hi,
I need to handle the server side double click event for webdatagrid. Does any one know how to do this?
ThanksSameem
Hi Sameem_samad,
There is no event for this. What you would have to do is handle the client side double click handler and then if the conditions are correct, call __doPostback() with appropriate args to call some method and do your work.
regards,David Young
Hello sameem samad
Please let me know if you need more help with this issue.
i have same problem, can you give me example how to catch the event in client side and invoke function in server side?
Can you please post a sample for postback from client side to server? Moreover, client side has double click on the rowselected.
Hi Sameem,
As I said, there is no server event. You could submit a feature request to have this and an autopostback flag. But in the mean time, you will need to cause the postback yourself in the client side event handler.
regards,
Dave
Is there any server side double click hander for webdatagrid?