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
608
How can I catch the event if user click the space of webgrid?
posted

Dear,

In my project, I have a requirement that must catch the event when user click the space of the webgrid?

Is it possible?

How?

Thanks!

  • 29417
    Verified Answer
    Offline posted

    Hello bitsbird ,

     Thank you for posting in our forum.

    There’s no specific event handler on the UltraWebGrid for click on the white space under the rows.

    You could however hook a click event handler for the grid’s container and check  if the target of the event is container grid.

    If the target is the container grid then you’ve clicked in the white space under the rows, otherwise some other element inside the grid was clicked.

    I’ve attached a sample for your reference. Please refer to it and let me know if you have any questions.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer II

    Infragistics, Inc.

    http://www.infragistics.com/support

     

    UWG.zip