Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am having a data-grid, whose first column is like Names(which I have fetched from a database). Now I want to get some information about that person, So I am having my other columns like age, city, which are text fields. There is another column which is like VIP and I want to have checkbox in each row for this columns, and after submitting this form I want to access these checkboxes values for each row.

I tried a lot of examples from flex, advanced datagrid and rendering too.

I am New to flex totally and I need urgent help in learning this.

Can someone please help me..

share|improve this question
If you use a Checkbox as a renderer and bind an ArrayCollection to the dataProvider property of the AdvancedDataGrid, users will automatically update the values in the ArrayCollection, which can then be sent back to the server as is (or serialized however you wish). In other words, you don't need to use a Form. – Robusto Dec 4 '11 at 14:53
Can I bind a fx XML to the datagrid datasource and will that update automatically. – Kumar Alok Dec 4 '11 at 17:33

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.