Hi,
I have a grid that allows grid edition and I soon as I add the grid template, I'm no longer be able to edit the cell withing the grid.
Unfortunately I found examples of each of one but not the two mixed together.
I specify the row template like this:
rowTemplate: $.proxy(kendo.template($("#rowTemplate").html()), ds),
The only reason I need the row template in this case is to provide the necessary CSS (text-align:right) to align amount field column.
Maybe this could be achieved in a different way?
Thanks.
I have a grid that allows grid edition and I soon as I add the grid template, I'm no longer be able to edit the cell withing the grid.
Unfortunately I found examples of each of one but not the two mixed together.
I specify the row template like this:
rowTemplate: $.proxy(kendo.template($("#rowTemplate").html()), ds),
The only reason I need the row template in this case is to provide the necessary CSS (text-align:right) to align amount field column.
Maybe this could be achieved in a different way?
Thanks.