Hi, i'm using a popup edit form in a grid, but i'm having problems with its styling.
First of all, i see a empty row under the edited row and i need help to set its border=0 px to hide that.
But the auto-code of the grid has no referral, like you see in the attached image.
I've tried to find a property in the EditFormSettings without results:
<
EditFormSettings
EditColumn-HeaderStyle-BackColor
=
"YellowGreen"
UserControlName
=
"VariabiliDettaglio.ascx"
EditFormType
=
"WebUserControl"
PopUpSettings-Width
=
""
EditColumn-HeaderText
=
"headertext"
CaptionFormatString
=
" Variabile [{0}]"
EditColumn-CancelText
=
"Annulla"
EditColumn-UpdateText
=
"Salva"
FormMainTableCaption
=
"main table caption"
CaptionDataField
=
"Nome"
><
br
> <
EditColumn
UniqueName
=
"EditCommandColumn1"
ItemStyle-BackColor
=
"Yellow"
><
br
> </
EditColumn
><
br
> </
EditFormSettings
>
Thank you