c# - Export Radgrid Mastertableview Data with Client-side binding -


i have radgrid contains mastertableview. on top of mastertableview there form user search data results used data source bind mastertableview.

when user clicks search button in form, javascript function invoked call web service method result data set. somehow web service method returns current page's amount of data. meanwhile, no matter items selected in mastertableview user, exporting buttons export same set of data.

because data bounded using javascript in client side exporting code c#, looking way export items selected user or if no items selected exporting data instead of data residing in current page.

thanks in advance.

this happens when using simple data-binding. have use advanced data-binding (or datasource control) in order functionality work properly:

please note use export functionality grid must configured use advanced databinding in contrast simple databind not support exporting.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -