This is a migrated thread and some comments may be shown as answers.

[Solved] Grid with popup editing at the cell level

1 Answer 284 Views
Grid
This is a migrated thread and some comments may be shown as answers.
andy
Top achievements
Rank 1
andy asked on 17 Sep 2014, 05:43 PM
Hi,

I'm looking to have popup style editing in a grid, but at the cell, not the row level.  So instead of having an per row edit button that would launch the popup, I'd like to launch it by clicking on a cell.  When not being editing, the value displayed in the cell would come from a formatting function/template/etc I provide.  When being editing the popup displayed should also be a template or something like that, which I can control.  

I'm not too worried about the data binding part, if it's possible to do this without kendo doing the data binding, as long as there are hooks, I can handle that myself.

Is this possible, if so, how?

thanks,
andy

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 19 Sep 2014, 07:49 AM
Hi Andy,

Please note that the desired behavior is not supported out of the box and it will require custom solution which depends entirely on you and the exact setup that you have. For example you can bind "dblclick" or "click" event handler to each cell in the grid and use it to open the desired editor in custom window.
Also you can access the underlying model using the grid "dataItem" method.

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
andy
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or