This is a migrated thread and some comments may be shown as answers.

Taming the Massive Combo Box...

1 Answer 44 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
SK
Top achievements
Rank 1
SK asked on 19 Feb 2012, 03:38 PM
I have a page that requires about 100 combo boxes with some ajax features. RadComboBox consumes a whooping 100K of HTML on the client side. When I looked into the combo box I found that it is rendered with table tag and have big names for the styles as well as using inline styles.

Maybe a lightweight combobox (with simple div and less heavyweight classes would be useful). I can understand all the flexibility etc, but IMHO this is not very efficiently designed (comparing with the free ones like flexbox etc.)

Now my question is, is there any trick to stylesheet or template etc. that can reduce the size of the html rendered by the combobox? maybe I would be allowed to use cascading stylesheet and reduce the size?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Feb 2012, 05:12 AM
Hello,

Check the following help documentation.
Optimizing output, page load time and the overall performance of RadControls for ASP.NET AJAX

Thanks,
Princy.
Tags
ComboBox
Asked by
SK
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or