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
close icon

SaveCellInfo back into custom data class

i have a grid where i am trying to have use the savecellinfo event to pass data from user input back into a custom class (data structure) to store the data. how can i tie the user input cell back into my custome class? the only examples i see are just array based which doesn''t seem to help me. thanks, ak

1 Reply

AD Administrator Syncfusion Team July 21, 2005 04:10 PM UTC

Normally, you do the reverse code that is in QueryCellInfo. QueryCellInfo takes the value from the custom object and puts it into teh style. In SaveCellInfo, you do the opposite. Take it from the style and put it into the custom object. In SaveCellInfo, you would find teh custom object exactly the same way you find it in QueryCellInfo. If you cannot get things working, then post teh code from your QueryCellInfo and we can try to suggest what you need in SaveCellInfo.

Loader.
Live Chat Icon For mobile
Up arrow icon