Hi,
I want to diable in-cell editing. I.E., I do not want user to double click on the cell and edit it.
However, if i disable editable, I am not able to perform row remove.
I have added remove functionality and edit functionality in a column like in this example.
http://demos.kendoui.com/web/grid/editing-inline.html
I am not using editable: "inline", in stead I am using editable: "true"
Because I want to prevent default
(e.preventDefault) and write my own functionality.
Can you help me with this
All I want is
1. Non-Editable cells
2. Edit and Delete works as per above example
3. Edit default functionality to be overwritten with mine
Please help me with this
Thank you
I want to diable in-cell editing. I.E., I do not want user to double click on the cell and edit it.
However, if i disable editable, I am not able to perform row remove.
I have added remove functionality and edit functionality in a column like in this example.
http://demos.kendoui.com/web/grid/editing-inline.html
I am not using editable: "inline", in stead I am using editable: "true"
Because I want to prevent default
(e.preventDefault) and write my own functionality.
Can you help me with this
All I want is
1. Non-Editable cells
2. Edit and Delete works as per above example
3. Edit default functionality to be overwritten with mine
Please help me with this
Thank you