So I have an address popup and I want to display some different wording or hide some textboxes based on what radGrid has called it. Whats the best way to do this?
<
MasterTableView
EditMode
=
"PopUp"
CommandItemDisplay
=
"Top"
DataKeyNames
=
"AddressId"
>
<
EditFormSettings
UserControlName
=
"~/AddressEdit.ascx"
EditFormType
=
"WebUserControl"
InsertCaption
=
"Add new Address"
PopUpSettings-Width
=
"800px"
FormStyle-BackColor
=
"AliceBlue"
FormStyle-BorderWidth
=
"5px"
FormStyle-BorderColor
=
"Turquoise"
CaptionFormatString
=
"Edit Address ID: {0}"
CaptionDataField
=
"AddressId"
>
<
EditColumn
UniqueName
=
"EditCommandColumnAddr"
/>
</
EditFormSettings
>