I've run into a number of issues with a RadGrid control (containing a nested grid) which is used in a Visual Web Part for SharePoint 2010. We are using the 2011.2.712.35 of the ASP.Net AJAX controls.
1) When a user clicks to either add a new grid item, or edit an existing one; the page posts-back and wipes out the left-hand navigation on the page. (see attached image)
2) When editing or inserting items; any button triggering a grid command (performinsert, update, cancel, refresh) does not refresh the grid and the user must browse away from the page and then back again. It does appear that data is correctly updated or saved; but the form does not close or and the grid does not refresh. Not sure if this may be related to the first item or not...
The code files are quite long; can they be attached rather than copy / pasted?
3) I also have a RadUploadAsync control in the the EditForm of the grid which does not appear to upload images properly. I'm sure this an RadUploadAsync + SharePoint + web.config issue; so I'd like to get the first two items sorted out first.
1) When a user clicks to either add a new grid item, or edit an existing one; the page posts-back and wipes out the left-hand navigation on the page. (see attached image)
2) When editing or inserting items; any button triggering a grid command (performinsert, update, cancel, refresh) does not refresh the grid and the user must browse away from the page and then back again. It does appear that data is correctly updated or saved; but the form does not close or and the grid does not refresh. Not sure if this may be related to the first item or not...
The code files are quite long; can they be attached rather than copy / pasted?
3) I also have a RadUploadAsync control in the the EditForm of the grid which does not appear to upload images properly. I'm sure this an RadUploadAsync + SharePoint + web.config issue; so I'd like to get the first two items sorted out first.