Issue with CheckBox in Editable mode
Hi All,
Requirement : Show "Select" Column in grid only if it is in Action mode. If it is review mode then it should not display "Select" column.
I referred 2grids (both have same source page, Grid2 with "Select" and Grid1 without select column, PFA) in one section. I referred visibility condition based on Param value (If Param.Mode=Review then Grid1 else Grid2)
I have a checkbox property(Editable Mode) which is used in grid2. When I show Grid1 in application and delete some columns and submit its creating empty pages with CheckBox property to False (May be because I'm using same Source Page for both the grids)
Any suggestions other than saving grids in different sections ?
Thanks
Sateesh