Yups, thanks, I have use arrayname.length, and its working. And my second problem, how to get a total value in a label from one field ? I have seen some example, but's its need to build some function and etc. I try to search a simple way. Thanks From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of shrikant.patil Sent: Monday, February 04, 2008 11:54 AM To: [email protected] Subject: Re: [flexcoders] Datagrid Counting row and total value
hi i thik u r using some kind of data provider like array or what ever....... u can calculate the total number of records from that data provider structure, say for example the data provider may b the array, then u can get total number of rows by using ; arrayname.length property...

