I have a custom jquery function that when an icon is clicked, it shows/hides a html table. The problem is when the table is visible, a scrollbar appears. How can I auto-expand the radpane section and auto-shrink when the html table is shown/hidden?
1 Answer, 1 is accepted
0
Marin Bratanov
Telerik team
answered on 17 Aug 2011, 09:51 AM
Hi S,
You can use the RadPane's and RadSplitter's client-side API to modify their dimensions according to the size of your custom content. This KB article displays an example for getting content dimensions (if you do not know them beforehand) that is a good starting point for implementing your functionality. I hope the above information will help you achieve the desired effects.