We use your grids, combo boxes and such in highly customized way, and most of them use custom functionality to complete a feature we need. In many cases these are some default features we would like to apply to all controls of a certain type. For example, we use a script which forces the user when using a combo box to always select a value and not enter incomplete text. This through script works like a charm, but a big problem is that each and every combo in our application must have this applied. Another example is responsive grids....we have a script in place which on a certain resolution transforms your grid into a responsive table. This also works like a charm. The problem is that we only now made the script...we now need to apply it manually to 120+ grids in our application. It would also be great if you would make the global event handler chainable with the regular one (so for example first the global one first from queue, then the regular one). Aslo it would be great if it would receive the affected grid in the arguments so that we can also make selector logic...for example all grids which have some css class...execute desired functionality. This would help SO much!