Search This Blog

Sunday, 9 August 2020

Kendo Grid - Add tooltip to Kendo Grid Header

       

 ----------------------------------------------------------------------

     var gridName = "myKendoGridID";

      $("#"+gridName+" thead tr th").each(function(e){
$(this).attr('title', $(this).text());
      });

----------------------------------------------------------------------

No comments:

Post a Comment