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.
Thank you for your reply.
Perhaps you can use an UpdatePanel inside an item template for the WebExplorerBar. The controls inside such an UpdatePanel should be directly accessible on the server.
Please let me know if this helps.
hi Peter
The Attached file is not working on my side using version=11.2.20112.2086
event response is not generating.
Hi Peter,
I followed your instructions and then i could use server control on my code behind page which are inside the templates.But for this i had to make an explicit entry in designer page for this control,because i am using web application so there is one more page "designer.cs" .But if have used many control in web panel then it is cumbersome work to register all those controls in designer again.
Can you please tell me what is the main difference in drag a control in template and add a control in template using extenders.
Looking for your reply.
Many thanks in advance.
Regards,
Vivek
Hi Vivek,
Apologies for the delayed response and thank you for the sample. I tested your application and by changing the CodeBehind page directives to CodeFile I was able to directly access the controls templated in WebExplorerBar server-side.
You can find more information regarding the differences between the CodeBehind and CodeFile directives at:
http://msdn.microsoft.com/en-us/magazine/cc163675.aspx
Please let me know if you have any questions.
I happened to notice that your solution for update panel only work in websites NOT in WEB APPLICATIONS. Let me know how can i implement this thing in web applications.
Waiting for your reply...
Vivek.
Hey Peter,
Please ignore my previous link to download application,
Please refer this one and let me know the exact problem.
https://docs.google.com/open?id=0Bxqp-96XAY7dMmViYWYxMWYtYzc2MC00NzU5LTliOWYtYTdlOGY1YWZmNzk1
Thanks in Advance,