I am currently working on converting a telerik asp.net mvc grid to the kendoui mvc grid but have some issues that I can't seem to find an answer for.
1) Column HeaderTemplate - I have a column using checkboxes for selecting rows in the grid I use a header template to render a checkbox for selecting all rows in the telerik grid, but there is no headertemplate in kendoui grid. I have had to workaround this by setting the title of the column to the html I need for rendering the checkbox and registering the click event.
Is there a correct way for doing this? is the headertemplate going to be added to the grid column definitions in the full release?
2) the kendo grid does not allow the GridPagerStyles to be set on the paging footer. I need to be including a pageSizeDropDown, nextpreviousandnumeric, page input and total rows on the footer. How can this be converted over to woek on the Kendo MVC Grid?
Thanks in advance
Shaun
1) Column HeaderTemplate - I have a column using checkboxes for selecting rows in the grid I use a header template to render a checkbox for selecting all rows in the telerik grid, but there is no headertemplate in kendoui grid. I have had to workaround this by setting the title of the column to the html I need for rendering the checkbox and registering the click event.
Is there a correct way for doing this? is the headertemplate going to be added to the grid column definitions in the full release?
2) the kendo grid does not allow the GridPagerStyles to be set on the paging footer. I need to be including a pageSizeDropDown, nextpreviousandnumeric, page input and total rows on the footer. How can this be converted over to woek on the Kendo MVC Grid?
Thanks in advance
Shaun