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

[Solved] ShowSortIcon="false" not working

1 Answer 106 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Christoph Wirth
Top achievements
Rank 1
Christoph Wirth asked on 12 Jun 2008, 01:23 PM
Hi there,

setting ShowSortIcon to false (in aspx / code-behind) doesnt work. Trying to the the sort images to placeholder gif's did help, either.

Any ideas how to get rid of these?

Many thanks & regards

   Chris

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 12 Jun 2008, 01:59 PM
Hello Christoph,

This looks like a bug, related to the new RadGrid button rendering ( http://www.telerik.com/help/aspnet-ajax/css-sprites.html )

We will investigate and fix it for the coming Service Pack 2. In the meantime, you can add a custom CSS rule, which will hide those arrows:


<telerik:RadGrid  CssClass="MyClass"  />


.MyClass  .GridHeader_Skin  input
{
     display: none;
}


The custom CSS class is needed so that you don't hide the sort images in all RadGrids in your web application.

I have updated your Telerik points for bringing the issue to our attention.


Sincerely yours,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Christoph Wirth
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or