Hi
I am facing one issue where i need to keep column in grid as non-editable when particular column name is not configured in another table. column will be editable only when that column name is configured(in another table).
How we can achieve it.
Thanks
Hi @VaibhavShinde,
The Grid Advanced's "IsEditable" parameter can be bound to a boolean property to change dynamically whether the Grid is Editable or not :
I don't think however that this can be done for each column individually.
Hi @c_lowy ,
Thanks for reply but i was looking for something else..i want to keep column in grid editable based on some value in service.
Thanks