HI,
      You can get the total row of grid view .

 private var DotNetData:ArrayCollection;

private function DataHandler(event:ResultEvent):void
{
   DotNetData=event.result.Tables.Table.Rows;
}

Regards,
Nimesh Nanda


On Tue, Sep 2, 2008 at 5:17 PM, harish <[EMAIL PROTECTED]> wrote:

>
> Precious all,
>
> I am trying to connect to a web service which so far has gone OK. And
> got answer in the datagrid ok. Now I want to display the total value
> of one column at the last row of the grid. Any idea please.
>
> Here is my source.
> answer=(event.result.Tables["DB"].Rows);
> var ans:Array=ArrayUtil.toArray(answer);
> myDg.dataprovider=answer;
>
>
> regards,
> harish.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to