This question is locked. New answers and comments are not allowed.
Hi All,
I am having an issue with resizing feature of Radwindow. I have a custom user control having multiple buttons (lets say 10). When the control is loaded, a radwindow popup corresponding to each button is initialized with a set of parameters for height, width, maxheight, minheight. When the user presses first button, the window is opened fine. But if the user resize this window to 100*100 then the next window open in 100*100 size rather than its default. Is this the default feature of RadWindow ?
Another thing i am trying to achieve is - If I do not set the height and width of RadWindow (just max,min), then it is opened with a size according to the content. Now, the first button pressed, opens the window in 30*30 (assuming the content table has only one row). I want that when the next button is pressed (whose content table contains 5 rows) to be opened in 30*30 size (with a scroll) rather than 150*150. This is just like the calling the resize functionality when the user just closed the dialog without actually re-sizing it. Is this feature possible?
Any help will be greatly appreciated.
Thanks in advance.
I am having an issue with resizing feature of Radwindow. I have a custom user control having multiple buttons (lets say 10). When the control is loaded, a radwindow popup corresponding to each button is initialized with a set of parameters for height, width, maxheight, minheight. When the user presses first button, the window is opened fine. But if the user resize this window to 100*100 then the next window open in 100*100 size rather than its default. Is this the default feature of RadWindow ?
Another thing i am trying to achieve is - If I do not set the height and width of RadWindow (just max,min), then it is opened with a size according to the content. Now, the first button pressed, opens the window in 30*30 (assuming the content table has only one row). I want that when the next button is pressed (whose content table contains 5 rows) to be opened in 30*30 size (with a scroll) rather than 150*150. This is just like the calling the resize functionality when the user just closed the dialog without actually re-sizing it. Is this feature possible?
Any help will be greatly appreciated.
Thanks in advance.