This is a migrated thread and some comments may be shown as answers.

with n filtered/sorted columns and template

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
martin
Top achievements
Rank 1
martin asked on 16 Mar 2009, 05:56 PM
I want to do something like this:

On the title:                         ID                 Name           Address
---------------------------------------------------------------------------------------------------------------------
Row 1:                                 1                 Martín          sant germain 14
                                            ----------------------------------------------------------------------------------
                                            this user is confused, but we need to help him, i guess.
---------------------------------------------------------------------------------------------------------------------
Row 2:                                 1                 Dolores        sant germain 14
                                            ----------------------------------------------------------------------------------
                                            this user is good
---------------------------------------------------------------------------------------------------------------------
There are two differents rows in one, but the source is the same (making templates)
Having the hability of filtering and ordering automatically.
It`s possible?
I'm using 2.0 and datasource like lists.

Thanks in advance,
                martín

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 17 Mar 2009, 07:36 AM
Hello Martin,

To create the required structure in grid you can use a TemplateColumn and customize it accordingly. Check out the following help document which explains on customizing grid using TemplateColumns:
Customizing with GridTemplateColumn

To implement filtering or sorting for each sub-columns in the Template column, you can refer to the following code library submission:
Individual filtering and sorting for "sub-columns" in template column

Thanks
Shinu.
Tags
Grid
Asked by
martin
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or