I've got a requirement to support clients in Third World areas. Bandwidth is a critical issue.
I've got a radCastTabStrip and am finding that it is creating a lot of unnecessary markup in the browser (I've got several other Telerik RAD controls as well which likely have a similar problem) .
I think its creating a lot of bloated ViewSpace, but I know that the radTabStrip is creating a chain of nested span tags for each item.
Is there a way to strip out all the markup tags so that I can just use my own CSS stylesheets?
Are there any other suggestions you can offer to optimize RAD controls for low bandwidth?
A related question, as is, each <li>, <a>, and <span> tag created by the radTabStrip has its own CSS class explicitly added.
For low bandwidth, this is serious bloat. Is there a way to remove these so that I can assign CSS based on the radTabStrip's own id/class?
I've got a radCastTabStrip and am finding that it is creating a lot of unnecessary markup in the browser (I've got several other Telerik RAD controls as well which likely have a similar problem) .
I think its creating a lot of bloated ViewSpace, but I know that the radTabStrip is creating a chain of nested span tags for each item.
Is there a way to strip out all the markup tags so that I can just use my own CSS stylesheets?
Are there any other suggestions you can offer to optimize RAD controls for low bandwidth?
A related question, as is, each <li>, <a>, and <span> tag created by the radTabStrip has its own CSS class explicitly added.
For low bandwidth, this is serious bloat. Is there a way to remove these so that I can assign CSS based on the radTabStrip's own id/class?