I have been searching for some kind of example on how this is done, but I need to have a column in my grid that has link buttons post back to the server. All of the examples I have found are for a single control. I have tried to extrapolate that into dynamic controls but have been unsuccessful.
there are 5 columns in the grid: Report Name, Requested Time, Completed Time, Execution Time, Status, Action
If the status is Completed the Action TemplateColumn shows a link button that must post back as I have to call a WCF Service to retrieve a non-local file for download.
This works if I remove the Ajax component. I just can't get it working correctly with the Ajax enabled.
Please provide me some guidance on this.