Hi,
I need to handle the server side double click event for webdatagrid. Does any one know how to do this?
ThanksSameem
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?
Hello sameem samad
Please let me know if you need more help with this issue.
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