Why does the Modify statement remove formatting for a column?
This.Modify("column_name.Visible = No")
Hides the column (ddlb), but "Visible = Yes" displays only the value without the list box. Same problem with Radio Buttons and Calendars.
Why does the Modify statement remove formatting for a column?
This.Modify("column_name.Visible = No")
Hides the column (ddlb), but "Visible = Yes" displays only the value without the list box. Same problem with Radio Buttons and Calendars.
Andreas.