This is a migrated thread and some comments may be shown as answers.

Listview and skins issue

2 Answers 55 Views
ListView
This is a migrated thread and some comments may be shown as answers.
XXXX
Top achievements
Rank 1
XXXX asked on 11 Mar 2010, 11:41 AM
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.
 
    <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

2 Answers, 1 is accepted

Sort by
0
XXXX
Top achievements
Rank 1
answered on 31 Mar 2010, 06:16 PM
The workaround does not work with version 2010.1.309.35 and new issues arise.
0
Petio Petkov
Telerik team
answered on 02 Apr 2010, 01:29 PM
Hi Bjössi,

Could you please explain in more details the issue you experience?  Please send us some screenshots and source code which will help us to reproduce the issue locally. Once we receive them, we will do our best to help you. Looking forward for your reply.

Best wishes,
Petio Petkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ListView
Asked by
XXXX
Top achievements
Rank 1
Answers by
XXXX
Top achievements
Rank 1
Petio Petkov
Telerik team
Share this question
or