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

Button becomes visible on sorting

3 Answers 105 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Remya
Top achievements
Rank 1
Remya asked on 09 Mar 2012, 07:36 AM
Hi,

While clicking on grid header for sorting an extra button becomes visible.Why this happens?

Help me.
Thnx in advance

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Mar 2012, 07:52 AM
Hello,

Try setting ShowSortIcon as false.
aspx:
<telerik:GridBoundColumn DataField="OrderID" ShowSortIcon="false" HeaderText="OrderID" UniqueName="OrderID">
</telerik:GridBoundColumn>

Thanks,
Princy.
0
Remya
Top achievements
Rank 1
answered on 09 Mar 2012, 08:07 AM
Hi,

It makes my sorting icon invisible.I don't want that.My problem is that another button comes along with the sort icon.

Thnx in advance
0
Princy
Top achievements
Rank 2
answered on 09 Mar 2012, 08:39 AM
Hello,

I cannot find any buttons that you are specifying. I suppose you want to hide the tooltip that is being shown when sorted. In order to hide this, try setting SortToolTip as shown below.
aspx:
<SortingSettings SortToolTip="" />

Thanks,
Princy.
Tags
Grid
Asked by
Remya
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Remya
Top achievements
Rank 1
Share this question
or