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
731
I am looking for Ultragrid client side event on cell onblur/onlostfocus
posted

can any one guide me that how can i achive lostfocus or onblur type functionality in cell 4 and cell5 of active row ?

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    I believe what you are looking for is the client-side object model of the grid (client-events) documented here:

    http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR3.5/html/WebGrid_Client_Side_Events_CSOM.html

    and BeforeEnterEditMode for focus and BeforeExitEditMode for blur. Using the parameters of the events you can get the cell and get its index and perform custom logic as needed.

Children
No Data