Hi, someone knows how to put a line in the grid with visible false? I can not remove these items from the list, just have to "disappear" with them temporarily. Thanks
something like "myGrid.selectedItem.visible = false;" or "myGrid.selectedItem.rowHeight = 0;" =ppp On 31 mar, 23:10, Flexing the brain <[email protected]> wrote: > on that row use visible = false; > > On Apr 1, 12:21 am, Shaleen Jain <[email protected]> wrote: > > > > > you like to show that grid or row on button click? :) > > > Delete that row from your collection and get it stored in some other > > object, > > > On button click, add that item in your collection object using addItem/ > > addItemAt() method of collection class. > > > HTH > > > Thanks, > > Shaleen Jainhttp://shaleenjain.blogspot.com > > > On Mar 31, 6:28 pm, Onur <[email protected]> wrote: > > > > Hello all, > > > > I am wondering how to hide one row in datagrid. I would like to show > > > this grid when user click the button. > > > > Best Regards,- Ocultar texto das mensagens anteriores - > > - Mostrar texto das mensagens anteriores - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

