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

RadGrid buttons missing css class and styles

6 Answers 239 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Patrick Saunders
Top achievements
Rank 1
Patrick Saunders asked on 24 Oct 2012, 05:49 AM
I am using a radGrid inside an AbleCommerce website.

Have a couple of issues, Major #1:

Am using embedded grid styles, not custom styles at all. The Grid themes properly except for the Add/Refresh/Filter buttons.
When I look at the classes, the rgAdd classes are NOT being applied to my butttons, in comparison to the examples on the website.

There is a style.css for the website template, though I don't understand why the grid classes are not being applied at all the buttons.

Have attached screenshots showing Firebug inspection of the CSS.

Minor issue #2:
Have radComboBox in edit template for grid row. On first load the radCombo does not render properly, in fact the popup looks a bit mangled too. If close and open again, the popup window renders OK. If reload page, the issue starts again.


Thank you,

Pat.

6 Answers, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 29 Oct 2012, 01:18 PM
Hi Patrick,

I am afraid the issue you are facing is not replicable on our side.  Could you please send a small running project that we can use to reproduce the case? Alternatively a live URL will help us as well.


Kind 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
Patrick Saunders
Top achievements
Rank 1
answered on 29 Oct 2012, 08:42 PM
Hi Galin,
This page here is not the same one I posted, but it has the same issue, ie wrong class against the buttons:

http://www.thecountrycaregroup.com.au/Products.aspx

It's not easy for me to send a test project because it's an ablecommerce website with lots of data, though I'll try if you still need that.

The website is an AbleCommerce website, and there is a custom theme being applied, so I know it's being caused by that in some way, I just don't know CSS enough to figure out how to fix without breaking the site theme.

Many thanks,

Patrick.
0
Galin
Telerik team
answered on 01 Nov 2012, 09:46 AM
Hello Patrick,

As you mentioned, the problem is causing by the custom AbleCommerce's theme, which replaced all CSS classes with the class name "button". In this case it is not possible to style the buttons, therefore you should try to disable this custom functionality.

I hope this helps.

Greetings,
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
Patrick Saunders
Top achievements
Rank 1
answered on 02 Nov 2012, 02:52 AM
Hi Galin,
I have asked the template designer to try to fix, will see how we go.

Do you have have any idea about my Issue #2 - mangled editform/controls (radComboBox) ?
See original post.

Regards,

Patrick.
0
Galin
Telerik team
answered on 06 Nov 2012, 05:42 PM
Hi Patrick,

I have tested the described scenario, but the issue is not replicated on my side. Could you please send a small running project that we can use to reproduce the case? Alternatively a live URL will help us as well.

Greetings,
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
Patrick Saunders
Top achievements
Rank 1
answered on 15 Nov 2012, 01:45 AM
I eventually found the cause for this issue #1- the site had a  style.skin file, that defined the css class for ALL buttons in the website...!

Also found cause for issue #2: for some unknown reason there were lots of style classes inserted between  <style> .. </style>
tags at the top of my page. Once I removed those the combobox appeared OK . It was interferring with zindex somehow.

Pat.
Tags
Grid
Asked by
Patrick Saunders
Top achievements
Rank 1
Answers by
Galin
Telerik team
Patrick Saunders
Top achievements
Rank 1
Share this question
or