Skip to main content
16-Pearl
March 24, 2021
Question

Can we make grid column editable to non-editable from service (TWX9.1)

  • March 24, 2021
  • 1 reply
  • 1234 views

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

1 reply

16-Pearl
March 24, 2021

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.

16-Pearl
March 25, 2021

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

16-Pearl
March 29, 2021

@VaibhavShinde, could you give an example ?