Hi all,
I'm using a Syncfusion Grid with the OnServerEditRow event.
In that event, in the server side, I receive two arguments: object sender, GridEventArgs e.
I have problems with the e.Arguments["data"]; if I get the value from an element that is a string that have only numbers but it starts by zeros, the e.Arguments["data"] gets me the string without zeros. However, the e.Arguments["previousData"] has the correct value (with zeros). How can I solve the problem?
Thank's a lot.