7 Answers, 1 is accepted
0
Dinh
Top achievements
Rank 1
answered on 13 Nov 2014, 03:09 AM
I use kendo.all.min.js version beta because it have Grid / Multi-column headers
Thanks,
Thanks,
0
Dinh
Top achievements
Rank 1
answered on 13 Nov 2014, 03:14 AM
This is example: http://dojo.telerik.com/EYiHI
Thanks
Thanks
0
Hi Dinh,
When the widget is initialized from initially hidden container, the developer should call the refresh method of the widget after the widget is shown.
Here is a link to the updated Kendo Dojo example: http://dojo.telerik.com/@valchev/UTUZa
Regards,
Alexander Valchev
Telerik
When the widget is initialized from initially hidden container, the developer should call the refresh method of the widget after the widget is shown.
$("#btn").click(function(){ $("#grid").show(); $("#grid").data("kendoGrid").refresh();});Here is a link to the updated Kendo Dojo example: http://dojo.telerik.com/@valchev/UTUZa
Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dinh
Top achievements
Rank 1
answered on 15 Nov 2014, 06:37 PM
Hi Alexander,
When i call
but my grid still fail :(
When i call
$("#grid").data("kendoGrid").refresh();0
Dinh
Top achievements
Rank 1
answered on 19 Nov 2014, 02:55 AM
Who can help me? Or wait for the update. :((
0
Hello Dinh,
After further investigation this turned out to be a bug in the beta version. We will fix it for the official release which will be published later today.
Regards,
Alexander Valchev
Telerik
After further investigation this turned out to be a bug in the beta version. We will fix it for the official release which will be published later today.
Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dinh
Top achievements
Rank 1
answered on 19 Nov 2014, 09:41 AM
Hello Team,
I waited it, thanks team.
I waited it, thanks team.