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
555
How to deactivate a WebGrid Cell?
posted

Hi, I need to deactivate a webGrid cell on client side after clicking on that cell. How can do this on Client side? and how to setFocus out of grid?

Thanks in advance.

Mamun

Parents
  • 45049
    Verified Answer
    posted

    Get a reference to your grid, and call its setActiveCell() method, passing "null" in as your parameter.  This should deactivate the active cell, without activating another cell.

    To set focus outside the grid, use the appropriate client-side function to put focus to another control.

Reply Children