Hi,
I have a requirement to create mutliple Radwindows in a server control, and opening the radwindow on menu item click event at client side. For testing purpose i have created two radwindows in the page load, added button and textbox events to it, and created a custom attribute to the rad menu item to pass the radwindow id, and calling the radwindow based on the id, but the issue here is
I have a requirement to create mutliple Radwindows in a server control, and opening the radwindow on menu item click event at client side. For testing purpose i have created two radwindows in the page load, added button and textbox events to it, and created a custom attribute to the rad menu item to pass the radwindow id, and calling the radwindow based on the id, but the issue here is
- Even though i have added the controls for both radwindows, on the menu item click i am able to see the Radwindow with controls only for menu, for other menu item click the radwindow opening without any content in it.
- On the button event on the Radwindow, the entire page is getting refrehsed. ( because the radwindow is child control of the page),
so how to handle the scenario to not to refresh the page when the button on radwindow is clicked.
i am using the telerik version : 2010.2.929.35
Thanks,
Srikanth