I do have multiple action buttons for each row. Instead of showing them all, I want to show only a one button, like 'More'. clicking on this will open a drop down menu, where all other actions will be displayed. Is there any way to achieve this?
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 03 May 2012, 12:42 PM
Hello Santosh,
You can try using a Grid row template with a <ul> list in one of the cells. In the Grid's databound event, iterate through all lists and intiialize Menu widgets. Then use the Menu's select event to handle the Menu item clicks and probably use some of the Grid's methods.
If you need further assistance, please open a new support ticket, so that we can address your questions more thoroughly.
Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!