I want to export data from editable grid to excel file without storing data to database. How can I achieve this?
Discussion posts and replies are publicly visible
Why dont you try creating a temp table and store these data into the table and then use export dse to excel. IS there any specific reason you dont want to write to db?