Hi ,
I have a business scenario in which the Data source will have 500 rows but the ultrawebgrid has to be bound to only to 100 rows and paging is enabled for the 100 rows. On click of export to excel link all the 500 rows needs to be exported. Due to changing nature of Data , data cannot be retrieved from back end for export to excel second time . As the data would have changed from that presented in the grid.
Currently the data source just 100 rows and the grid shows 100 rows and the same is exported to excel too.
But business needs 500 rows to be exported to excel , while showing 100 rows in the grid and paging enabled for 100 rows.
Is there better way to handle this issue?
Thank you for your help,
Praba
Hi Praba,
Please let me know if I can be of further assistance.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
You could first handle the updated cells/rows in your grid (hence updating your data source) and then by disabling paging and rebinding the grid, the desired information should be exported into Excel. Please note that this would not be possible without updating your datasource upon postback.
Please let me know if you have any questions.