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

[Solved] Soring and Tooltip on Grid

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
satya
Top achievements
Rank 1
satya asked on 31 Jul 2009, 02:25 PM
Hi,
I wanted to sorting on descripion column and on same column data items tool tip should show on mouse over.

For this i set the below properties of gird.

                    AllowSorting

="true" 
                    
AllowPaging="true" 
                    
AllowCustomPaging="true" 
                    
PageSize="20"
and under the tag   <telerik:GridTemplateColumn UniqueName="Description"

 

 

i added the tooltip tag <telerik:RadToolTip

 

 

 


My major problem is now on which column i given tooltip tag on that column sorting is not working even mouse pointer is also not changing how it should be on sort column. but tooltip is working.

individual functionality working fine i need but both on same column.

Please provide the solution for this.

 

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 05 Aug 2009, 03:45 PM
Hello satya,

I think that you can use the online demos linked below for starting points for your implementation:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/bindtotarget/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/tooltip/examples/targetcontrolsandajax/defaultcs.aspx?product=grid

Feel free to modify/extend them in a custom manner to be in conformance with your custom project schema. The sorting capabilities of the grid should remain intact in both cases (enabling the built-in sorting feature of the control).

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
satya
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or