Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 78072

Angular Kendo Grid Title above Toolbar

$
0
0

I was able to show it like this. Is there a cleaner way to do it?

I am new to UI development. :(

 

$(document).ready(function() {
    $(".k-grid-toolbar").prepend("<div class='gridTitle'><h1>Grid Title</h1></div>");    
});

 

Updated dojo sample:

http://dojo.telerik.com/OFAwu/3

 

Thanks,

Rahul

 


Viewing all articles
Browse latest Browse all 78072

Trending Articles