k. then set the check box value of that column in the grid to true or false on cell edit event.
example, let assume select is a checkbox column name, datagrid.select.selected = false or datagrid.select.selected = true On Sat, Dec 12, 2009 at 9:32 PM, prajnith k <[email protected]> wrote: > @mani... > current check box value to be stored... when i click on it.. either true or > false... > Prajnith > > > > On Sat, Dec 12, 2009 at 6:31 PM, mani kandan > <[email protected]>wrote: > >> Hi Prajnith u want update the checkbox in UI or the check box value to be >> saved to array.. can u state please... because i'm using check box in grid >> and working well. >> >> >> On Sat, Dec 12, 2009 at 10:10 AM, prajnith k <[email protected]> wrote: >> >>> im using check box in advance data grid where true or false coming from >>> array collection.. and when i click on check box.. either it is true or >>> false it should should save... in an array... how is it? >>> Prajnith >>> >>> >>> >>> On Thu, Dec 10, 2009 at 4:48 PM, Akshar <[email protected]> wrote: >>> >>>> what do you want to handle. if you want to handle clicks on that check >>>> box then you can fire an event upon clicking that check box and then >>>> handle that event in the datagrid mxml >>>> >>>> On Dec 10, 11:01 am, prajnith k <[email protected]> wrote: >>>> > hi friends im using a check box in advance datagrid how to handle >>>> that ... >>>> > >>>> > can any one tell me... >>>> > Prajnith >>>> >>>> -- >>>> >>>> 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]<flex_india%[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]<flex_india%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/flex_india?hl=en. >>> >> >> >> >> -- >> -- >> Regards, >> Manikandan.S >> >> -- >> 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]<flex_india%[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]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- -- Regards, Manikandan.S -- 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.

