We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

About the problem of event "RecordValueChanging"

Dear Sir :

Good day, I'm now try to use your good component grid group control "13.2400.0.29". And I have found the problem in event function.
The problem is that
I'm follow your documentation 
http://help.syncfusion.com/ug/windows%20forms/index.html#!Documents/recordvaluechangingevent.htm

and try to get the column value by below code
Console.WriteLine(" Old Value: {0} ", e.Record.GetValue(e.Column))

But , we found the function of e.Record.GetValue(integer type), but not a string type, and e.column are return a string value, that will throw the type mismatch exception error.

Could you advise the right way for get old value of column ?

Thanks 

Michael

1 Reply

AG Anish George Syncfusion Team July 27, 2015 12:52 PM UTC

Hi Michael,

Thank you for your interest in Syncfusion products.

We regret to let you know that we are unable to reproduce the reported issue because the e.Record.GetValue() always gets the string value and not integer value. We tried to reproduce the issue in a simple sample but we were unable to reproduce. Please try to reproduce the issue in the below sample and let us know, so that we can be able to give you a quick solution.

Sample:
http://www.syncfusion.com/downloads/support/forum/119727/ze/CS-1367016980

Please let us know if you need any further concerns.
 
Regards,
Anish.

Loader.
Up arrow icon