Hello I have a grid inside a horizontal Pane inside a splitter pane. I need the splitter pane to increase its height automatically according the size of the grid and not trigger scrolling inside the splitter.
That said, it is up to further logic to dynamically change the parent's height and resize the splitter according to the content.
Basically, with the grid you need the appropriate event that indicates that it is rendered, like dataBound. And with that event change the document's body's height. Finally, call the splitter's resize() method. You can see an example about that here: http://dojo.telerik.com/ucEQu.
Regards,
Ianko
Telerik by Progress
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items