Hi
I like (even though I know nothing about JQuery) what you're doing with the render scripts.
var myFormBody = $("#" + parser.m_formId).find (".aw-form-body");
myFormBody.css ("background-color", "#ffffff");
myFormBody.css ("border-style", "none");
I don't know why it works - looks like 3 totally independent statements = but thats another issue.
How about this scenario:
A guy just asked about removing the alternating gray lines in output tables.
One option is to do custom.css. I have done that.
In reading older forum posts, I think I saw something about a "home.css" (or similar) that was always opened, but I don't see that actually being used.
What if you just edited kendo.bootstrap.min.css and changed the background color on the k-alt item?
Thats going to easily change it everywhere and you wouldn't need to edit every stinking form.
Similarly, couldn't you find the objects you are replacing above (in the example) in the "master css"?
I'm just wondering what (if any and probably minuscule) extra effort is having to be done at runtime to apply these render instructions?, not to mention that THAT code is hidden way down deep in obscure places thoughout a large BSV.
thx
jaymer...