-
Sencha User
Answered: How to remove a selected record from nested selectfiled, loading same store?
Hi,
I have 2 slectfields where i need to load data from same store.
But the value which i have selected in first "selectfiled", it should not display in second selectfiled options. please Suggest me how to handle.
Thanks.
-
Best Answer Posted by
lumberjack
This wouldn't be possible if you're only allowed to use a single store. Using two stores, it can be set up as shown in the fiddle below. You might be able to make some modifications so that only one load of the data is made to a single store, and you then transfer records between the two stores as needed.
Thanks,
Brian
-
This wouldn't be possible if you're only allowed to use a single store. Using two stores, it can be set up as shown in the fiddle below. You might be able to make some modifications so that only one load of the data is made to a single store, and you then transfer records between the two stores as needed.
Thanks,
Brian
-
Sencha User
Thankyou brian.wendt, It's solved my problem.
Cheers
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules