Hi Arpan,

This list is intended for discussions relating to the creation of
custom components and is not the appropriate forum for this question.
I see that you have posted the same question on flexcoders, which IS
the appropriate forum. Cross-posting is generally discouraged as well,
and the same people tend to read both lists, so nothing is really
gained by posting in both places anyways. Please try to post in a
single, appropriate list going forward.

Thanks,
Ben


--- In [email protected], arpan srivastava
<[EMAIL PROTECTED]> wrote:
>
> Hi,
>     In my datagrid I want to group rows.Suppose I have a datagrid
with rows :
> 
> Col_1    Col_2
> N            2               
> N            3       
> N            3
> W           4
> W           5
> W           5
> S            6
> S            7
> S            8
> E            7
> E            5
> E            43
> 
> Now I want to group it such that the column that needs to be grouped
should contain only one entry  of the value for that row, like this.
hope you get this 
> 
> Col_1    Col_2
> -------------------
>                2               
> 
> N             3       
> 
>                3
> -------------------
>                 4
> W             5
> 
>                 5
> ------------------
> 
>                6
> 
> S             7
> 
>                8
> -----------------
> 
>                7
> 
> E            5
> 
>                43
> 
> 
> 
> 
> 
>  
>
____________________________________________________________________________________
> Any questions? Get answers on any topic at www.Answers.yahoo.com. 
Try it now.
>


Reply via email to