Hello,
I want to implement some custom functionality for the grid: adding column sort orders to the column header and aligning them (along with the sort arrow) to the left.
Dojo: http://dojo.telerik.com/IWInE
From the code you can see that I'm doing this one the dataBound event. I don't want to have to put this code into every single grid I have.
Is there anyway to easily add this code to the kendo library so that it is called before the grid's individual dataBound function is called?
Thank you,
Dan