----------------------------------------------------------------------
var gridName = "myKendoGridID";
$("#"+gridName+" thead tr th").each(function(e){
$(this).attr('title', $(this).text());
});
----------------------------------------------------------------------
No comments:
Post a Comment