Hi All,
I am using the technique show in this forum to refresh a RadGrid on a RadWindow close:
http://www.telerik.com/community/forums/aspnet-ajax/window/refresh-radgrid-on-close-of-radwindow.aspx
This works like a charm. :) My challenge is, however, while the grid refreshes itself beautifully, the context menu targeting the grid "disables" itself. Specifically, when the user right-clicks, nothing happens at all.
When I refresh the page, the context menu "re-enables" itself, and I'm back off to the races.
To resolve this, I've tried to DataBind the context menu in the Code Behind (in the AjaxRequest procedure as show in the forum post above). But, that did not help.
So, I think my specific question is how do I "reactivate" a context menu targeting a RadGrid after I run the procedure shown in the forum post above?
Thanks you very much for any help that you can provide.
Jim
I am using the technique show in this forum to refresh a RadGrid on a RadWindow close:
http://www.telerik.com/community/forums/aspnet-ajax/window/refresh-radgrid-on-close-of-radwindow.aspx
This works like a charm. :) My challenge is, however, while the grid refreshes itself beautifully, the context menu targeting the grid "disables" itself. Specifically, when the user right-clicks, nothing happens at all.
When I refresh the page, the context menu "re-enables" itself, and I'm back off to the races.
To resolve this, I've tried to DataBind the context menu in the Code Behind (in the AjaxRequest procedure as show in the forum post above). But, that did not help.
So, I think my specific question is how do I "reactivate" a context menu targeting a RadGrid after I run the procedure shown in the forum post above?
Thanks you very much for any help that you can provide.
Jim