Each cell edditing template in JavaScript Grid (ES6)

Hello,
I have the following columns:
1 x ID
1 x Title
31 x Data
I need to use editing modemode: 'Dialog'
I want to have different editing templates for each mentioned column group.
In simple words,
When I click on cell with Title the pop-up with input field "Title" opens only.
When I click on cell with Data, the pop-up with different other input fields opens.

Is that possible to make such functionality with syncfusion Javascript ES6 Grid?

1 Reply 1 reply marked as answer

MS Manivel Sellamuthu Syncfusion Team December 22, 2020 01:44 PM UTC

Hi Andrejs, 
 
Greetings from Syncfusion support. 
 
By default Grid supports Normal, Dialog, Batch Edit Modes.  
 
Normal and Dialog Edit modes will create edit forms for all records with respective Inline and PopUp, while Batch Edit mode allows to edit the particular cell in the Inline. Please refer the below documentation for more information. 
 
 
Each Edit mode have options to customize the Editor component using CellEdit Template(Particular cell) and Edit Template(Entire Edit form). Please refer the below documentation for more information. 
 
 
 
We do not have support for editing Single cell in the PopUp mode. 
 
Please let us know, if you need further assistance. 
 
Regards, 
Manivel 


Marked as answer
Loader.
Up arrow icon