• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Refreshing a DOJO QueryReadStore

 
Ranch Hand
Posts: 249
Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a DOJO FilteringSelect that is populated by a QueryReadStore. As there are a few hundred possible entries in this drop down, we only show the first 25 that fit the input from the user. This is fine when the page creates a new record, and the user types in data into the FilteringSelect. However, when they retrieve data for an existing I set the value and displayed valued to the FilteringSelect, but that does not trigger a refresh for the QueryReadStore. Therefore, if the value going into the FilteringSelect is not among the first 25 possible values, I get the invalid data message. The user then needs to select the FilteringSelect and do something like delete the last letter, which triggers the refresh of the QueryReadStore.

Using DOJO 1.6.

Any assistance would be greatly appreciated.

Thanks.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic