I am exporting my grid and it works fine, but there are a couple fileds i do not show on the grid as they are note fields and have a lot of characters and the viewstate would get massive, so I show them in a popup service on the grid. however when they export the grid they want the notes to go with the export, how can I change the export to include the notes field when I do not pull into the original grid because it would be massive.
Is there a way to pull a seperate sql query for an alternate view just for export only that pulls the notes field then does rebinds real view.
Is there a way to pull a seperate sql query for an alternate view just for export only that pulls the notes field then does rebinds real view.