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.
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.