Hi All,
I was having problems with RadListView and RadFormDecorator (standard skins) (version 2009.3.1208.35)
What happened was that alignment and background was not as expected.
When I started on this post I wanted to include markup that would show the issue, but instead I stumbled upon a setting that works in this case.
The soulution was to have RadFormDecorator skip fieldsets, the markup then looks like this.
The skin selection is in the web.config file.
Hope this can help someone else, since it had me puzzled for hours.
Björn
I was having problems with RadListView and RadFormDecorator (standard skins) (version 2009.3.1208.35)
What happened was that alignment and background was not as expected.
When I started on this post I wanted to include markup that would show the issue, but instead I stumbled upon a setting that works in this case.
The soulution was to have RadFormDecorator skip fieldsets, the markup then looks like this.
<telerik:radformdecorator id="FormDecorator1" runat="server" DecoratedControls="all" ControlsToSkip="Fieldset" Enabled="true" > |
</telerik:radformdecorator> |
The skin selection is in the web.config file.
Hope this can help someone else, since it had me puzzled for hours.
Björn