Hi Team -
I am trying to play with locked columns within Kendo MVC Grid. No doubt, It is very intuitive. But when I'm trying to add a custom CssClass to grid table using TableHtmlAttributes method, It does not work
It works well without locked column. Can you please suggest?
Thanks,
Raman
I am trying to play with locked columns within Kendo MVC Grid. No doubt, It is very intuitive. But when I'm trying to add a custom CssClass to grid table using TableHtmlAttributes method, It does not work
.TableHtmlAttributes(
new
{ @
class
=
"blue"
})
It works well without locked column. Can you please suggest?
Thanks,
Raman