I am trying to have image column headers in my grid. They sort of look like one of those cartoon balloons. But it is a 3 part image:
- Left (fixed)
- Middle (expands to fit)
- Right (fixed)
Using the HeaderTemplate, I was able to get this working visually.
My question is, I still want the link that would be there if I were not using a HeaderTemplate.
Is there a Grid object in the Telerik Grid API that generates the header link that I can use (and maintain sorting, etc)?
Thanks for any and all replies.