Greetings All,
I am trying to create a MDI (Multiple Document Interface) within an ASP.NET AJAX application using RadMenu and RadWindowManager. I couldn't find anything concerning this topic and wanted to reach out to the community. I have two questions..
1) Is there any documentation about how to achieve this using RadMenu and RadWindowManager? I wasn't able to find any, but don't want to re-invent the wheel if possible.
2) Are there any major flaws with this approach?
(1) Upon creation of a RadWindow...
add a RadMenuItem to the "Window" RadMenuItem using insert() method.
mark the item's state as checked.
mark all other item's state as unchecked.
2) Upon selection of a window's RadMenuItem...
get the corresponding RadWindow and call window.setActive() on the given window.
mark the item's state as checked.
mark all other item's state as unchecked.
3) On window closing...
remove the RadMenuItem for the window using remove() method.
Any feedback is much appreciated.
Regards,
Tom
I am trying to create a MDI (Multiple Document Interface) within an ASP.NET AJAX application using RadMenu and RadWindowManager. I couldn't find anything concerning this topic and wanted to reach out to the community. I have two questions..
1) Is there any documentation about how to achieve this using RadMenu and RadWindowManager? I wasn't able to find any, but don't want to re-invent the wheel if possible.
2) Are there any major flaws with this approach?
(1) Upon creation of a RadWindow...
add a RadMenuItem to the "Window" RadMenuItem using insert() method.
mark the item's state as checked.
mark all other item's state as unchecked.
2) Upon selection of a window's RadMenuItem...
get the corresponding RadWindow and call window.setActive() on the given window.
mark the item's state as checked.
mark all other item's state as unchecked.
3) On window closing...
remove the RadMenuItem for the window using remove() method.
Any feedback is much appreciated.
Regards,
Tom