Hi,
I have implemented a master child rad grid , where the child data for a particular row gets loaded only when user clicks on the uncollapse icon next to the mater data for a particular row.
Now when I am doing an export to excel via ItemCommand, i found that it also tries to load the child data by calling Childgrid_NeedDataSource before doing an export. Is there a way I can stop from doing that and only export the master data?
Note: I am having this issue only when I set IgnorePaging to true. Its works fine with IgnorePaging to false.
Any suggestions
-Rajesh
I have implemented a master child rad grid , where the child data for a particular row gets loaded only when user clicks on the uncollapse icon next to the mater data for a particular row.
Now when I am doing an export to excel via ItemCommand, i found that it also tries to load the child data by calling Childgrid_NeedDataSource before doing an export. Is there a way I can stop from doing that and only export the master data?
Note: I am having this issue only when I set IgnorePaging to true. Its works fine with IgnorePaging to false.
Any suggestions
-Rajesh