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

ColumnGroupsViewDefinition - Ungrouped Column

2 Answers 78 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Cameron Hart
Top achievements
Rank 1
Cameron Hart asked on 02 Apr 2009, 03:52 AM
Hey guys,

I'm trying to acheive the following Grid View Definition:

        +--------------+--------------+--------------+-----   
        |              |    Height    |     Width    |    Etc...   
header: + Product Name +-------+------+-------+------+------   
        |              | Value | Unit | Value | Unit |   
        +--------------+-------+------+-------+------+--------    
  row:  | Monitor      |  30   |  cm  |  1.2  |   m  |    
        +--------------+-------+------+-------+------+--------   
 
 

Width and Height are easy enough using ColumnGroupsViewDefinition. However, I can't for the life of me get the Product Name column to sit as described above. The best I can do is something like the definition below:

        +--------------+--------------+--------------+-----   
        |              |    Height    |     Width    |    Etc...   
header: +--------------+-------+------+-------+------+------   
        | Product Name | Value | Unit | Value | Unit |   
        +--------------+-------+------+-------+------+--------    
  row:  | Monitor      |  30   |  cm  |  1.2  |   m  |    
        +--------------+-------+------+-------+------+--------   
 
 

... Which is a slightly different kettle of fish. I'm hoping I've missed something obvious.

2 Answers, 1 is accepted

Sort by
0
Accepted
Nick
Telerik team
answered on 02 Apr 2009, 06:03 PM
Hello Cameron Hart,

Unfortunately, we do not support cell merging yet - this is the reason why you cannot achieve your scenario. This is on our ToDo list, but unfortunately with medium priority, because we have not had too many requests for it.
 

Sincerely yours,
Nick
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Cameron Hart
Top achievements
Rank 1
answered on 02 Apr 2009, 08:09 PM
Ah well, not to worry then - at least this gets a +1up on the request count for this feature.

Thanks for the prompt response.
Tags
GridView
Asked by
Cameron Hart
Top achievements
Rank 1
Answers by
Nick
Telerik team
Cameron Hart
Top achievements
Rank 1
Share this question
or