PDA

View Full Version : Store Question



TheBuzzer
3 Oct 2008, 12:31 PM
Just wondering are we allowed to share a store for multiple combobox?


I have a part of my code where I could use the same options for a store. So I am wondering could I share the store so each of the combo box will be able to select from that store but yet have different values associated to it.

Or would I have to clone the store in order?.

gslender
3 Oct 2008, 3:36 PM
I've not noticed any issues with sharing stores between widgets that use stores.