BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
Good afternoon Syncfusion.
To be clear and starting with I am using the Spreadsheet in conjunction with the RichTextEditor. I am using the onSelect event of the Spreadsheet to pass the argument and get the cell value for the RichTextEditor.
The code for the Spreadsheet and identifying the cell / value is solid and produces the correct data every time on first attempt. Many of the rows are already populated and I am looking to populate others with the RichTextEditor.
Now if I go to any of those pre populated cells I can open the editor, change the data and save it, I can go to any of the populated cells and work without issues, I can also go from empty to populated cells and correctly get the data as expected.
The issue is when I go to an empty cell, I get the expected empty string but after I edit this and save it I then go to another empty cell and the Text Editor persists the previously saved data. this.textData is an empty string before opening the Text Editor but for some reason it is not updating.
However if I can on any other pre populated cell the data is correct, then if I were to go back to an empty cell it comes up as empty.
As you see in the second last picture the Text Editor has 'Test Data' retained from the cell aboves changes, but this object is ''. I have also tried to replace '' with 'Add Text Here' with the same issues.
Provided a dropbox link with a gif for clarity.
https://www.dropbox.com/scl/fi/3qn2p38aa0f6r1lt0dn91/RTE-Issues.gif?rlkey=of6mapkqojau21f6x418apje4&st=882lti9g&dl=0