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

RadGrid custom skin bug?

2 Answers 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 24 Oct 2012, 11:40 AM
When implementing 2012 Q3 on one of our sites I run into the problem that the custom skin classes are not applied to the html elements of the grid.

I use:

<telerik:RadGrid Skin="altec" EnableEmbeddedSkins="false" ID="dtgProducts" runat="server" DataSourceID="SqlDataSource1" PageSize="10" PageCount="20" AllowSorting="False"
AllowMultiRowSelection="False" AllowPaging="True" ShowGroupPanel="True" AutoGenerateColumns="False" OnItemCommand="dtgProducts_ItemCommand" OnItemCreated="dtgProducts_ItemCreated" OnItemDataBound="dtgProducts_ItemDataBound" GridLines="none">

Nowhere the "_altec" suffix is added to the classes.

Is this a known bug in Q3 2012?

Marc

2 Answers, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 29 Oct 2012, 02:09 PM
Hello Marc,

I have just tested the described scenario, but the class name RadGrid_altec is applied as usually.  Could you please open a formal support ticket and send a small running project that we can use to reproduce the case? Alternatively a live URL will help us as well.

Looking forward to your reply.

Regards,
Galin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
answered on 30 Oct 2012, 08:22 AM
Hi Galin,

For this project we were coming from a rather old version of the DLL.
This was causing the different application of the style classes on the RadGrid objects.
I am sorry that I did not notice this earlier but glad it is solved now.

Thanks for your time.

Marc

Tags
Grid
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Galin
Telerik team
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or