Skip to main content
1-Visitor
March 11, 2021
Question

isEditable property doesn't reset based on event change in advanced grid

  • March 11, 2021
  • 1 reply
  • 736 views

Hi , 

 

I have written an expression which is binded to isEditable property of grid.

Changed event of expression is calling grid reset function.

But grid reset is not working so grid column doesn't become editable/non editable based on expression value.

 

Please suggest.

Thanks.

1 reply

22-Sapphire I
March 11, 2021

Sounds like Grid reset is perhaps just not firing at all when you expect it.

Since you are doing a toggle on isEditable, don't you have something else that indicates, wanting to edit and saving?