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..