Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
390
Server Side double click handler
posted

Hi,

I need to handle the server side double click event for webdatagrid.  Does any one know how to do this?

Thanks
Sameem

Parents
  • 33839
    Suggested Answer
    posted

    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 

Reply Children