thnx....:)
On Mon, Mar 26, 2012 at 6:30 AM, shanmugam c <[email protected]>wrote: > Hi Preeti, > > Follow Akhil Mittal Method except use Combo box 1 value commit event > change dataprovider to Combobox 2. > > > On Mon, Mar 19, 2012 at 11:30 AM, Akki <[email protected]> wrote: > >> Hi Preeti, >> >> I think you want to say the following: >> >> There are 2 comboboxes (cb1 and cb2). The possible set of values >> (dataprovider) for cb1 are: "One", "Two", "Three". When user selects >> "One"/"Two" from cb1 then the values for cb2 will be: "000" "111" >> "222" and when user selects "Three" from cb1 then values for cb2 will >> be:"10" "20" "30". >> >> If that is the question then one easy solution is to listen for change >> event on cb1 and get the selected item (can be One, Two or Three). >> Based on that change the dataprovider of cb2. >> >> Thanks, >> Akhil Mittal >> >> >> On Mar 18, 2:03 pm, Nitin Gopi <[email protected]> wrote: >> > Hi Preeti, >> > Question not clear. If you can explain it more clearly, I can help u >> out. >> > >> > On Mon, Mar 12, 2012 at 10:35 PM, Priti Gupta < >> [email protected]>wrote: >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > > Hello All, >> > >> > > my question is:- >> > >> > > i have a data grid and in that data grid i have one column have >> > > combobox,it has some value like one, two , and three. >> > > i have another column and that column has combox and have two >> dataprovider >> > > for selecting one and two, combox would populate "000" "111" "222" and >> > > selecting three ,combox will populate "10" "20" "30" like that. >> > > now if i select either one or two then my second column would >> > > would populate "000" "111" "222" and selecting three then my >> second >> > > column would populate "10" "20" "30" . i mean whenever i select third >> > > value in first combox ,then second combox should autometically >> display >> > > with "10" "20" "30" . >> > >> > > How i do that?please help me out. >> > >> > > -- >> > > You received this message because you are subscribed to the Google >> Groups >> > > "Flex India Community" group. >> > > To post to this group, send email to [email protected]. >> > > To unsubscribe from this group, send email to >> > > [email protected]. >> > > For more options, visit this group at >> > >http://groups.google.com/group/flex_india?hl=en. >> > >> > -- >> > You can only depend on yourself. The cavalry ain't coming. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> >> > > > -- > Regards > > C.SHANMUGAM > KnowledgeQ Interactive Consultancy Services Pvt. Ltd. > First Floor, D-56, DP Estate, Thuvakudy, Trichy 620015, Tamil Nadu, India > www.knowledgeq.com > PH:9751633375 > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

