if (HostBrowser[0] == “IE” || HostBrowser[0] == “Firefox”) {
TslGrid.setStyle("",“font-weight:bold;”,"","");
}
Setstyle, like above, does not work in Opera and Chrome ( reason of the if clause ).
It leads to error on upload.
Any suggestions of work arounds?