Hello,
I have a ASP.NET page with 5 RadComboBox.
When the user select one (and only one) item in the first Combo,
I populate the other 4 Combos.
Is there a way to place a cute spinning wheel - or anything similar -
that shows me operations on database in background?
Thanks a lot.
Luis
3 Answers, 1 is accepted
0
Accepted
Peter Milchev
Telerik team
answered on 14 Jul 2020, 02:23 PM
Hello Luis,
If you are triggering a Postback on each selection, you can use the AjaxManager or AjaxPanel to wrap the controls and add an AjaxLoadingPanel for them:
I want that when the user selecteIndexChanged on the first comboBox (cmbEdizione), the other 4 - while fetch data from database -
have the spinning wheels above.