This is a migrated thread and some comments may be shown as answers.

Is it possible to put menu inside a grid cell

1 Answer 129 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Santosh
Top achievements
Rank 1
Santosh asked on 03 May 2012, 10:51 AM
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

Sort by
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!
Tags
Grid
Asked by
Santosh
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or