I am new to kendo and i am trying to archive like attached screen shot can any one help how to get done.
Thanks,
Verru.
3 Answers, 1 is accepted
0
Iliana Nikolova
Telerik team
answered on 07 Feb 2013, 09:01 PM
Hello Verru,
In order to achieve the illustrated outcome you can use a rowTemplate or templates for the Grid's columns. As a good starting point I recommend you checking the online demos and examining the source code.
Kind regards,
Iliana Nikolova the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
I did see the demos but i didn't find demo any with the binding of lists inside a cell. Can you please let me know if you any available
Thanks,
Verru.
0
Iliana Nikolova
Telerik team
answered on 11 Feb 2013, 04:27 PM
Hi Verru,
I am afraid there is not demo which demonstrates DropDownList bound to Kendo UI Grid in display mode, however you can check the DropDownList demos which illustrate how to bind the data. Please have in mind that Kendo UI Grid does not support direct editing - in order to edit the values the Grid should be in edit mode. To achieve the desired behavior you should hook up to the DropDownList's change event and manually add the value in the DataSource via its API.
I hope this information will help.
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!