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
I am a beginner to web dev. Can you please post the sample code explaing the above process. I have added a webdatagrid 11.1 into my webpage and would like to capture the selected row when a double click is made on the particular row.
<
ig:WebDataGrid ID="WebDataGrid1" runat="server" Height="350px" Width="400px"
ViewStateMode="Enabled" EnableAjax="False" ClientEvents-DoubleClick
="webDataGrid_DblClick">
Thanks in advance
What should I do next? Please help
Hello sameem samad
Please let me know if you need more help with this issue.