Hi, a couple of months ago I had just the same problem as you describe. After a lot of googling and dojo code reading, I ended up with some js-code that does this. I am using dojo.data.ItemFileReadStore to serve my filtering-selects, and the solution was to create a new ItemFileReadStore to replace the current one with.
If this is what you are looking for I can see if I can find the code and post it here. /Filip > Date: Thu, 4 Feb 2010 18:23:41 +0100 > From: [email protected] > To: [email protected] > Subject: [fw-general] Zend_Dojo how to combine two filteringselects? > > Hi, > > Dojo is still not able to present an equivalent to the optgroup-tag > within a select-tag. So I want to split one select with optgroups into > two selects which dependent on each other. I a value in the first > filteringselect is choosen, then the second filteringselect should show > all options depending on the value of the first filteringselect. > > Has anyone done this with Zend_Dojo and could give me some example how > to implement this? > > Thanks and best regards, > > Ralf > _________________________________________________________________ Hitta hetaste singlarna på MSN Dejting! http://dejting.se.msn.com/channel/index.aspx?trackingid=1002952
