Recently we were working on Canvas Apps so thought of listing down some of the key points for quick reference Use Items property for defining values for Drop Down and Combo Box. Items = [“Branch”,”Country”] Use DefaultSelectedItems for Setting Default values for Combo Box. DefaultSelectedItems = [“Branch”] To disable multiple selections for Combo Box set … Continue reading “Canvas App –…
Continue Reading Nishant Rana’s Article on their blog
Canvas App – Quick Reference
Recently we were working on Canvas Apps so thought of listing down some of the key points for quick reference Use Items property for defining values for Drop Down and Combo Box. Items = [“Branch”,”Country”] Use DefaultSelectedItems for Setting Default values for Combo Box. DefaultSelectedItems = [“Branch”] To disable multiple selections for Combo Box set…
Blog Syndicated with Nishant Rana’s Permission