
Doug Riley
Top achievements
Rank 1
Doug Riley
asked on 07 Mar 2012, 08:30 PM
I have a kendo listview where I need to embed a kendo grid inside each listview row (the listview row uses a defined template) ... how can this be accomplished?
Thanks!
Doug
Thanks!
Doug
4 Answers, 1 is accepted
0
Accepted
Hello Doug,
The ListView widget is not intended for such scenarios. You can easily achieve this by floating grid containers.
However here is one possible way to achieve this:
http://jsfiddle.net/rusev/qyYUG/
Regards,
Nikolay Rusev
the Telerik team
The ListView widget is not intended for such scenarios. You can easily achieve this by floating grid containers.
However here is one possible way to achieve this:
http://jsfiddle.net/rusev/qyYUG/
Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Doug Riley
Top achievements
Rank 1
answered on 13 Mar 2012, 09:55 PM
Great - Got it working based on your example.
Here is a modified example where a table (grid) is created in the template called by the ListView and then converted in the databound event: http://jsfiddle.net/riley/34q7g/
Thanks!
Doug
Here is a modified example where a table (grid) is created in the template called by the ListView and then converted in the databound event: http://jsfiddle.net/riley/34q7g/
Thanks!
Doug
0

Soumen
Top achievements
Rank 1
answered on 14 Dec 2012, 11:31 PM
0
Hello Soumen,
In order to avoid duplication of posts, I've posted the answer to your question in the other forum thread you've started.
Regards,
Nikolay Rusev
the Telerik team
In order to avoid duplication of posts, I've posted the answer to your question in the other forum thread you've started.
Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!