cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Edit Advance grid using configuration json service

IS_10098292
4-Participant

Edit Advance grid using configuration json service

Hello Team,

I am trying to make advance grid editable using configuration json property but I am unable to implement that. Please suggest in this issue if anyone have implemented such thing before. I have used the following snippet but unable to achieve grid editable.

 

var config = {
“cellEditingEnabled”: true,
“columns”:
...
}
};

 

“ColumnFormatter”: {
“type”: “boolean”,
“format”: “notext”,
“cellEditor”: {
“enabled”: true, // *{boolean} to indicate whether cell
editing is enable for this column
“type”: ‘checkbox’ // *{string} the editor type to use
for the column.
},
}
..

ACCEPTED SOLUTION

Accepted Solutions
2 REPLIES 2

IS_10098292
4-Participant
(To:VladimirN)

I have used the same configuration in service but still not able to edit the grid using configuration service.

Announcements


Top Tags