I am working off of the basics to this demo
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=grid
I have the grid in a asp:Panel
If I just leave the panel visible from page load then this works fine.
The issue I am having is I have a RadPanel that is controling multiple asp:Panels setting their visible values from true to false and of course this is all wrapped up in a radajaxmanager.
so when I click on the button to view the RadWindow I get a javascript error
Sys.InvalidOperationException: Two components with the same id 'UserListDialog' can't be added to the application
can someone shed some light on this subject for me? I am lost as to why the one way it works
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=grid
I have the grid in a asp:Panel
If I just leave the panel visible from page load then this works fine.
The issue I am having is I have a RadPanel that is controling multiple asp:Panels setting their visible values from true to false and of course this is all wrapped up in a radajaxmanager.
so when I click on the button to view the RadWindow I get a javascript error
Sys.InvalidOperationException: Two components with the same id 'UserListDialog' can't be added to the application
can someone shed some light on this subject for me? I am lost as to why the one way it works