Arne Deruwe
Arne Deruwe
It should work the same when you assign a string to kFixedGroupHeaderTemplate. You will have to refresh the dropdownlist when you dynamically change the template after the component is rendered...
I couldn't immediately figure out why the gist doesn't work, so I tried reproducing this locally, and there it works fine.. Can you tell me what version of kendo/bridge you...
it seems that the loaded wrappers are not recognized in the ak-template. You can work around this by loading the wrappers manually in main.ts, see: https://gist.run/?id=de7b9a981cd73d28b0132331a5cffbb0 @JeroenVinke , is there...
The pre-v2.0 filtering behavior had a search box above each column, which was a lot better IMO. Not only are you now more limited in how to search, but you...
It's definitely possible, but this plugin was designed to plug into the Aurelia router, creating the OIDC redirect routes for you and handling them. You would need another system for...
Since it's not fixed, I would rather leave it open as a feature request :)
I'll see if we can get this baked in, or at least documented
I'll see if I can get this baked in, we did something similar in a project of ours
Thanks for the reply @StrahilKazlachev If I understand correctly, this would mean you can't use templates inside of an option tag in IE? While unfortunate, if this is a browser...
I can also reproduce this issue in IE, sometimes, the prepended translation is rendered twice. seems like a race condition, because it doesn't happen all the time