I used the webdialogwindow as the panel control on my form to use the collapse and expand property for the panel. everything else is working as expected but when the dialogwindow is expanded(thru minimize button) it overlaps the other controls why we want other controls to shift below the dialogue window as this was the behavior of webpanel.
Hi ashpawan,
Thank you for posting in our community.
The WebExplorerBar is the repacement of the WebPanel control. You can find more information on how the explorer bar may be used as a panel at:
http://forums.infragistics.com/forums/p/41332/230146.aspx
Please feel free to contact me if you have any questions.
Hi,
Yes u are right abt the replacement control of webpanel , I know it is webexplorerbar but that has another issue .as we have already used webpanel in our application extensively now changing it to webexplporerbar will be too much work for me as all the controls insight the explorerbar are not directly available on code behind we have to find the control in web explorer bar while the controls insight the dialoguewindow are directly available on code behind.can u please suggest some good alternative so that i just have to change the UI not the code behind files.