Question

I would like to implement a codependent filteringselect layout in a dojo dgrid. I tried to follow this tutorial: http://livedocs.dojotoolkit.org/dijit/form/FilteringSelect#codependent-filteringselect-combobox-widgets

My problem is, that I can not access the value of the first filteringselect to set the second one in the dgrid like in the example, because the selects don't have an id.

How can I cross-reference the values?

Thanks!

Was it helpful?

Solution

Did you try inspecting the element with Firebug (right click->inspect element)? You can see the id that Dojo assigns to elements that way.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top