0
votes

How to Read whole datagrid using Actionscript, that Datagrid contains Combobox itemrenderer and Textbox itemrenderer in two coloumn, I want to read the value of both the itemrenderer as well.




1

1 Answers

0
votes

Assuming I understand your question correctly, you shouldn't need to loop through the DataGrid to get the values from the TextBox and ComboBox item renderers. Just read through the ArrayCollection or whatever you're using as the DataGrid's dataProvider.