Hi guys,
I'm using Kendo UI - Grid on existing table.
However since I Kendo -wrap it I lose all my attributes.
So I'm adding them dynamically using dataBound: property.
But since I'm also declaring it as sortable: , I'm losing them again when a sorting is done.
This is bad when it comes to bind data to an element and get it in the new order, because this data is lost.
Is there a way to set dafault map of attributes of a table and keep them no matter the changes?
I'm using Kendo UI - Grid on existing table.
However since I Kendo -wrap it I lose all my attributes.
So I'm adding them dynamically using dataBound: property.
But since I'm also declaring it as sortable: , I'm losing them again when a sorting is done.
This is bad when it comes to bind data to an element and get it in the new order, because this data is lost.
Is there a way to set dafault map of attributes of a table and keep them no matter the changes?