How to add progress control on drop down change event

  • 22 January 2013
  • 1 reply
  • 11 views

Badge +2

Hello,


I need to show a progress control when a user selects a value from drop down and while system is busy populating other controls on form. My drop down is bound to a SP smartobject and it takes about 15 seconds to populate other controls when a user selects a value.


Thanks


1 reply

Userlevel 4
Badge +13

Hi Ronnie,


 


Please have a look at this posting, regarding the progress bar: http://community.k2.com/t5/K2-blackpearl/HTML5-Input-and-Progress-bar/ba-p/1093#


If you are on an older version where you have the progress bar as one of the out of the box controls then I suggest using a on dropdown list change event execute a set control properties (then update the progrss bar's progress here).


 


Kind Regards,


Raymond

Reply