I'm having issues with a grid that is displaying data using columns I create server side based on the folder selected.
Example, a folder for Photographs would have different columns than one for Invoices, etc.
So here's the workflow:
1. Without selecting an item in the grid, click the NOTIFY button (attachment: step1.png)
2. Nothing is selected so I add an alert to the RadAjaxManager like so: (attachment: step2.png)
3. Clicking the 'OK' button to dismiss the alert returns you to the page with incorrect grid columns and odd data displaying. (attachment: step3.png)
I'm not sure how to get the grid to rebind and paint correctly after going client side with the alert?
Jason
Example, a folder for Photographs would have different columns than one for Invoices, etc.
So here's the workflow:
1. Without selecting an item in the grid, click the NOTIFY button (attachment: step1.png)
2. Nothing is selected so I add an alert to the RadAjaxManager like so: (attachment: step2.png)
RadAjaxManager.GetCurrent(Page).ResponseScripts.Add("alert('NOTHING SELECTED. Please select the document for which you want to send a notifcation.');")
3. Clicking the 'OK' button to dismiss the alert returns you to the page with incorrect grid columns and odd data displaying. (attachment: step3.png)
I'm not sure how to get the grid to rebind and paint correctly after going client side with the alert?
Jason