Wednesday, March 21, 2012

UpdatePanel and Gridview

I have a GridView in an UpdatePanel with a trigger for a button that toggles whether or not the GridView is visible. My problem is that the buttons within the GridView like edit, delete, etc. don't perform the standard functionality. So now when I click these buttons the page breaks because Atlas is trying to do inline editing and that biz. Is there anyway to have the UpdatePanel ignore these commands?

Well, it can't be done. Turns out the closes thing to accomplishing this at the moment is to set the postbackurl of the item to the current page. That is of cousre if the items have a postbackurl property.

This is something that the Atlas developers really need to build in . . .

No comments:

Post a Comment