Make dynamicly editable the grid based on a parameter
19:57 Mar 24, 2025
Hi Team,
Somebody made this field dynamically? My case is based on the status you lock or unclock the editable grid list.
Like
3 comments
20:10 Mar 24, 2025
I'd assume you could bind the property to an attribute and set as true false via code (but haven't confirmed or tried this).
{ "operation": "insert", "name": "MyListComponent", //... { "features": { "editable": "$IsMyListEditable" } } }
Ryan
20:15 Mar 24, 2025
Ryan Farley,
I tried that and didn't work for me. Setting the attribute is been taked as "true" for the editable.
21:18 Mar 24, 2025
That's disappointing. I have experienced some issues with binding to nested properties like that one, so maybe the binding doesn't work there. I don't know of any other way to change that at runtime if it work work to bind an attribute there.
Show all comments