Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Imperugo \(exCartman\) #1
Flash Datagrid Question
Hi all,
I have this problem:
arrProd = new Array ();
//
var obj = new Object ();
arrProd[0] = obj;
obj.categoria = "Colors";
obj.descrizione = "Colore Rosso";
obj.descrizioneEng = "Color Red";
obj.pallets = "5x1,5 KG";
obj.trattamento = "sss";
ecc..... per x prodotti.
with a cycle for I put all content of array inside the datagrid, until hier
it's all ok.
the datagrid has 5 columns, the fifth of these can be edit, where user can
insert a value.
the problem is: when I push a botton I would like to roll all the lines of
column 5 in order to verify the correct value or filling...
bye bye Imperugo
Imperugo \(exCartman\) Guest
-
Another Datagrid question
Hi folks! I am trying to take some XML data I have retrieved from HTTPService request and display it on a datagrid. I understand the basic... -
Datagrid to Datagrid Flash MX2004 PHP MySQL
Hi, How do I get a datagrid to pass the data on to another datagrid? I have done the tutorial by Sajiv Saiyed on the... -
2 question about Datagrid
Hi, When you have an object which has several propertise and you want to show them in datagrid ,how you would bind it to a datagrid? How can I... -
Question on Datagrid
I have a list that's produced in a datagrid on a web page, that is ordered by a 14 character field. The entire grid is displayed, no paging or... -
Question in Datagrid
(Type your message here) -------------------------------- From: sukanya s Since I want to bind the Datagrid at runtime, I have checked"Create... -
SeanRenet #2
Re: Flash Datagrid Question
what do you mean roll all of the items of column 5?
SeanRenet Guest



Reply With Quote

