Is it possible to override the code that generates a row in the kendo grid?
I'd like to add more features to the row model's json, without necessarily putting the field in to the model object.
Currently, I'm using a backbone datasource and model to drive my grid. I'd ideally like to have a callback per model to add this reference. Is it possible to do?
I'd like to add more features to the row model's json, without necessarily putting the field in to the model object.
Currently, I'm using a backbone datasource and model to drive my grid. I'd ideally like to have a callback per model to add this reference. Is it possible to do?