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

Save edits

Hi

I have a GridControl on my form which has RichText cells using the InPlaceRichText cells. It lets me edit in place. I'm not able to figure out how to save the changes. Its not a data bound grid. I set the cell value explicitly. I need help on this basic thing. A quick response is really appreciated.

Thanks
Sudha

1 Reply

JS Jeba S Syncfusion Team September 13, 2007 09:16 AM UTC

Hi Sudha,

Thank you for posting query to us.

To save the changes, you can override OnSaveChanges in the Renderer, and there you set Grid.Model[RowIndex, ColIndex] to be the changed value. To make sure OnSaveChanges is called, make sure the CurrentCell.IsModified is set true when the value changes in your renderer.

Kindly let us know if you need any further assistance.

Best Regards,
Jeba.

Loader.
Live Chat Icon For mobile
Up arrow icon