I have a page that loops out RadComboBoxes on a page. There is sometimes up to 20 comboboxes and many other RadControls on the page such as textbox,datetextbox, numerictextbox. And one RadGrid to.
When I change the RadComboBox to a asp.net dropdownlist the performance seems to be much better.
Is there a problem with many radcontrols on one page. If I use Fiddler the pagedownload is very quick but then it waits a couple of seconds and then render the page again.
Everything exept the grid is loopt out in a Panel which is Ajaxified and updates itselfs.
Please help us.
When I change the RadComboBox to a asp.net dropdownlist the performance seems to be much better.
Is there a problem with many radcontrols on one page. If I use Fiddler the pagedownload is very quick but then it waits a couple of seconds and then render the page again.
Everything exept the grid is loopt out in a Panel which is Ajaxified and updates itselfs.
Please help us.