I have a lot of projects with kendo grids in them. As a matter of practice, I always call the same function on the dataBound event. Instead of adding this every time I initialize a widget, I would like to set it as a default so that any time I initialize a kendo grid, it is already set. I don't want to give up the ability to add additional functions to specific grids though. Is this possible?
Yes, you can use kendo.ui.Grid.fn.options to extend the default configuration and attach your dataBound handler globally. Individual grids can still override or add additional handlers by defining their own dataBound option when initializing.
Retro Bowl