Hi,
I have the following scenario:
A Grid populated with some data. User can change order and size of columns. After that I require a button to export to PDF or Excel files with a method I have at at code behind.
The changes were done by the user at client level....so my question is how I can reflect those changes into Server side.
I want to get the final order of the columns and their sizes in order to create PDF and Excel with those attributes.
Thanks in advance, hope you could help me with this or point me the right way to do it.
Regards
Oscar