Hello team,
Here we are getting issue for JSON export for grouped rows in grid. Same error we get to see in demo as well. I have attached the screenshot of the demo error. Kindly please let me know how to resolve this error.
and here i have one more question, In my requirment if curson mouse over on the cell it will show cell content inside the tooltip, so we write a code like render div for that particular column
render: return "<div title=\"" + cellData + "\">" + cellData + "</div>";
so here, when I export as s excel file , in that excel sheet column is shown as <div>----contents/data---</div> instead of 'content/data'.
can you please tell me how resolve this issue.
thank you