I am trying to create a simple list of product categories, which should expand showing a user control when clicked. It's rather important that the user controls are loaded dynamically (on demand with AJAX), since they are a bit "heavy".
The user control that should be displayed is basically a GridView with some post-back features, like sorting, add to basket etc. which should of course also still work.
I have seen at a couple of controls, like Grid and Menu, but they doesn't seem to support AJAX loading of the sub-levels, and I don't know if it's the way to go.
I'm a bit new to the Telerik controls, so I'd appreciate if anyone could point me in the right direction, to a control which can accommodate this (simple?) feature set.
Thanks in advance,
Ole Michelsen
The user control that should be displayed is basically a GridView with some post-back features, like sorting, add to basket etc. which should of course also still work.
I have seen at a couple of controls, like Grid and Menu, but they doesn't seem to support AJAX loading of the sub-levels, and I don't know if it's the way to go.
I'm a bit new to the Telerik controls, so I'd appreciate if anyone could point me in the right direction, to a control which can accommodate this (simple?) feature set.
Thanks in advance,
Ole Michelsen