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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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.
},
}
..

1 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.

Top Tags