Hello Syncfusion Team,
I was trying to use the RowUpdatingEventArgs.PreviousData property in the RowUpdating Event, and I am encountering a null reference exception whenever I try to access PreviousData from the args. The property should be grabbing the previous data before the row has been updating, but it seems to always return null instead of actually having the previous row data.
In particular, what I have been doing is I would edit a task using the Edit Modal, click save, and when the RowUpdatingEvent triggers, if I try accessing args.PreviousData, it throws a null reference exception. PreviousData should not be null here, as the data prior to the update should be contained within args.PreviousData.
Let me know if you would like anything in addition to this description of the problem I am encountering. Thank you.