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

common function applied to all grids

1 Answer 26 Views
Grid
This is a migrated thread and some comments may be shown as answers.
MBEN
Top achievements
Rank 2
Veteran
MBEN asked on 07 May 2014, 06:08 PM
I have grids on several pages in my application.
I want to add a tooltip for export buttons which I will have to do programatically since it's not doing it any other way.
Is there a way I can just specify that function in my base class and every grid automaticaly implements that so that i don't have to call that function in each page I have the grid on?

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 12 May 2014, 08:51 AM
Hi,

If you are creating your own UserControl or a class which inherits from RadGrid then you could add the tooltip in it and this way you could use it throughout your project. If you does not have such user control or class then I am afraid you have to add it on each page in your project.

Regards,
Kostadin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
MBEN
Top achievements
Rank 2
Veteran
Answers by
Kostadin
Telerik team
Share this question
or