This question is locked. New answers and comments are not allowed.
Hi,
I am in need of exporting a gridview which will have some special rows in it. While exporting that special rows i want some customization, i followed the link http://www.telerik.com/help/silverlight/gridview-export-events.html and tried formatting the row. But after the contents are exported, the actual row is also exported along with the custom row. If i place e.cancel = true for that row in GridView_ElementExporting event, the GridView_ElementExported event for that row is not called. How to avoid the current content of a row and export a custom row inplace of that row.
Thanks,
Muthu
I am in need of exporting a gridview which will have some special rows in it. While exporting that special rows i want some customization, i followed the link http://www.telerik.com/help/silverlight/gridview-export-events.html and tried formatting the row. But after the contents are exported, the actual row is also exported along with the custom row. If i place e.cancel = true for that row in GridView_ElementExporting event, the GridView_ElementExported event for that row is not called. How to avoid the current content of a row and export a custom row inplace of that row.
Thanks,
Muthu