Hello Priyanka,
I convert the input for the RadEditor (i.e., "\n" becomes "<br />") during the ItemDataBound() event for the RadGrid when loading the data. Then when I update the grid, I convert the RadEditor content back (i.e., "\n\r" becomes "\n") during the UpdateCommand() of the RadGrid. It took me a little bit of trial and error to discover exactly what text characters to replace, but these are working for my situation.
Here are my conversion functions:
So during ItemDataBound() event, convert the data coming in as follows:
During the UpdateCommand() event, convert the data as it is being saved as follows:
I hope this helps you out.
Thanks,
Randall Price
Senior Developer
Virginia Tech