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