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

Using multiple Editable Modes

3 Answers 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
Grant asked on 17 Aug 2016, 12:36 PM

Hi, 

Is it possible to use different editable modes for different actions? For example; when creating a new record, I want to use the "popup" window option, but when editing, I'd like to be able to do so "inline".

Thanks, 
Grant

3 Answers, 1 is accepted

Sort by
0
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
answered on 17 Aug 2016, 04:40 PM

One solution I've thought of is to set the editable mode to "inline" then create a stand alone KendoWindow to capture new data and use the KendoGrid.addRow() method to add it to the grid.

Is there a better/more efficient way to create this functionality?

0
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
answered on 17 Aug 2016, 04:49 PM

I've thought of a work around to make it work. Instead of changing the editable mode, I set it to "inline". Then create a stand alone KendoWindow to capture the required data and use KendoGrid.addRow() to add it to the Grid.

Is there another way to achieve the functionality I'm looking for?

0
Accepted
Rosen
Telerik team
answered on 19 Aug 2016, 07:19 AM

Hello Grant,

 

Indeed, having different edit modes for individual edit operation types is not possible. However, the approach (using inline edit mode and custom popup) you have described is a possible alternative for achieving such behavior.

 

Regards,
Rosen
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Grid
Asked by
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
Answers by
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
Rosen
Telerik team
Share this question
or