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

built-in merged columns functionality

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Albert Shenker asked on 11 Nov 2011, 03:42 PM
Is Telerik by any chance working on a built-in merged columns functionality? The existing suggested work-arounds are ok, but it forces you to use a TemplateColumn, thus losing the benefits of the many strongly-typed columns Telerik has created and it also doesn't work in various scenarios (such as with frozen columns). I'm sure it is more complicated than simply adding a new "item" type above the header item, but this functionality really only consists of grapical representation of spanned columns. Ideally, each column might have a "ColumnGroup" property which defines which columns are grouped together. Or, it might be even more logical for telerik to create a "ColumnGroups collection under the mastertableView like so...

<MasterTableView>
    <ColumnGroup  UniqueName="Something" Header Text="Whatever" Tooltip="Something Cool">
        <Columns>
            <Column....
        </Columns>
    </ColumnGroup>
    <ColumnGroup  UniqueName="SomethingElse" Header Text="Whatever Else">
        <Columns>
            <Column....
        </Columns>
    </ColumnGroup>
</MasterTableView>

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 11 Nov 2011, 04:34 PM
Hello Albert Shenker,

We appreciate your opinion as a customer and I will pass your request to our developers for further consideration. They will have it in mind along with the input from other customers we have accumulated.

Regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Answers by
Pavlina
Telerik team
Share this question
or