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