Hello,
I would like to get the row data in the "iggridupdatingeditcellstarting" event, how can I do that ?
Regards.
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
Hello Petko,
Thanks for your sample it works perfectly !