First time use of dgrid/ondemandlist populated from query

2769
1
Jump to solution
05-14-2015 01:53 PM
TracySchloss
Frequent Contributor

I am attempting to populate a ondemandlist with the results of a querytask.  Reading up on ondemandlists, it sounds like another alternative to creating a select dropdown that I can populate from a memory store.  I'm not getting errors, but it doesn't look like my List is getting any data in it.

Has anyone ever used this? 

You'll have to stretch this out a bit in jsfiddle.  I didn't strip out the bootstrap style I've worked so hard to figure out  As I set breakpoints, it looks like the dropdown ends up with data, but it's not reflected in the list.  I thought at first I had a styling problems (I have been known to have white text on white background), but it doesn't seem to be displaying the values I think I passed it from Memory.

http://jsfiddle.net/schlot/n920n13a/

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
TracySchloss
Frequent Contributor

I was using collection to populate the data, when I should have been using store. 

View solution in original post

0 Kudos
1 Reply
TracySchloss
Frequent Contributor

I was using collection to populate the data, when I should have been using store. 

0 Kudos