I did not get your question. you want to show the total number of rows
or there is some computational value which you want to show.
If such then you need to create an advancedDataGrid which has a
summary crow .. or else hack the ordinary DataGrid. The easiest way is
to add a dummy row in the datagrid at the very bottom having only one
column with value and i.e. your computed value.
Anand
On 2 Sep, 17:15, "nimesh Nanda" <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---