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

Header Template customize

3 Answers 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dip
Top achievements
Rank 1
Dip asked on 08 Jul 2008, 08:05 PM
eg:
Report 1        Name         Contact
              First       Last    Emal     Tel
             ***         ***    ***      ***

Report 2     Places                        Place Contact
              Home    Work          Cell     Argent      Phone
             ****         ***          ***        ***          ***
Now there are about 200 Reports, but displays only one choice made on the dropdown and other control....Even If I have 200 grids ..I don't know what exactly column is coming (dataset). Any better way on doing it beside custom radGrid? I have tried <CommandItem> and then added table , but it not what I want to achieve..

If the I have to implement Custom Radgrid what is the properties to override it?(I doubt  i can, but still)
 
thanks,
DIP

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Jul 2008, 12:24 PM
Hi Dip,

Try using a GridTemplateColumn as shown in the following help article.
Customizing with GridTemplateColumn

Princy.
0
Dip
Top achievements
Rank 1
answered on 09 Jul 2008, 12:50 PM
Tried so...But we lose the ability to resize the column and have to be Pixel fixed which is what the client don't want.
0
Anil
Top achievements
Rank 1
answered on 09 Jul 2008, 01:16 PM
Hey Princy,
              Is there any other way of custimizing the GridtemplateColumn in a generic way so that we do not have to hard-code the html code for HeaderTemplate by resising it with pixels ?
Tags
Grid
Asked by
Dip
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Dip
Top achievements
Rank 1
Anil
Top achievements
Rank 1
Share this question
or