Hello,while looking for a way to create collapsible areas with infragistic controls I found post discussing about a WebPanel. My question is now, where can I find this control? Can I use this to create the areas I want to have?
What I want to have is the following.Think about a "table" (really I do not use a table ) with 5 rows and 3 colums. The first column contains a checkbox, the second a title and the third an icon. If now the user clicks the icon a area should expand directly between this row and the next, displaying additional text. Clicking again on that icon the area should collapse again.
I'm using Visual Studio 2010 and Infragistics .NetAdvantage v10.3
Hello Martinn,
I recommend you to use the WebExplorerBar for your scenario. To know more about WebExplorerBar, please refer to the following links.
Understanding WebExplorerBar
http://help.infragistics.com/NetAdvantage/ASPNET/Current/CLR4.0/?page=WebExplorerBar_Understanding_WebExplorerBar.html
Getting Started with WebExplorerBar
http://help.infragistics.com/NetAdvantage/ASPNET/Current/CLR4.0/?page=WebExplorerBar_Getting_Started_with_WebExplorerBar.html
Please let me know if you have any further questions regarding this matter.
Thank you for your answer. I will try it, although I found the real solution already. I think it is a good idea to use the script.aculo.us framework. Here I have the exact thing I wanted to let e.g. a <div> collapse and expand.
Hello,
Thanks for your update, please try the WebExplorerBar and let me know what you think of it.