Hi,
Which Telerik UI Asp.net MVC control we should use to accomplish attached functionality?
Thanks
3 Answers, 1 is accepted
Hello Shital,
I am not sure that I understand the upper part of the document, but I assume you would like to bind the list on the bottom, depending on some parameters. Is this the case or I am missing something?
For the items on the bottom, you could use a Grid or ListView.
Dimiter Madjarov
Telerik

Hi,
Thank you for your reply.
Upper and lower part are same, records are fetching based on items selected on left side.
Left part contain ListName with total count of records and right part contain number of items fetched and these items should have buttons added. Click on button should open new view.
Also if items list is more that 10 then paging should apply.
So I want to know which Telerik Asp.net MVC provide this kind of facility.
I have attached screenshots.
Thanks,
Shital
Thanks
Hello Shital,
The PanelBar widget seems to be suitable for the left part of the application for listing the "List Names". Then depending on the selected item in the PanelBar, a ListView widget could be displayed on the right, binding it's items depending on the selection.
Please review the linked demos and let me know what do you think.
Dimiter Madjarov
Telerik