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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Advanced Grid - Editable Boolean Column

A_Macierzynski
14-Alexandrite

Advanced Grid - Editable Boolean Column

Hi, I have a problem with configuration of Advanced Grid columns via JSON. My goal is to create one editable column, which should have boolean type, so it seems to be ok according to the doc. Now the JSON config: First part: var result = { "cellEditingEnable": true, "columns": { .... Second Part (under column def): "description": "....", "columnFormatter": { "type": "boolean", "format": "notext", "cellEditor": { "enabled": true, "type": "checkbox" } } I tried avery possible comination, format as checbox, notext, remove format, remove type and it is still not editable at all. Any ideas? Any example of valid config JSON with editable field? Thanks & Best Regards, Adam
1 REPLY 1
JozefKricka
5-Regular Member
(To:A_Macierzynski)

You have to use "cellEditingEnabled" instead of "cellEditingEnable". Then it works.

Top Tags