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
4040
How to get row data
posted

Hello,

I would like to get the row data in the "iggridupdatingeditcellstarting" event, how can I do that ?

Regards.

Parents
  • 2355
    Verified Answer
    Offline posted

    Hello Cosoluce,

    Thank you for posting in our forums! I assume that you are using cell edit mode. EditCellStarting event does not provide information about the row data but it gives you the rowID which is the value of the primary key. You can use this value to find the corresponding record in grid’s data source itself. I prepared a small sample page that demonstrates my solution.

    Please let me know if this works for you!

    Kind regards,
    Petko Zhekov
    Software Engineer

    sample-row-data.zip
Reply Children
No Data