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

grid with multi grouping levels and checkboxes

1 Answer 88 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Loyal User
Top achievements
Rank 1
Loyal User asked on 02 Jun 2014, 01:53 PM
hello,

I have radgrid with multi levels grouping,

<GroupByExpressions>
      <telerik:GridGroupByExpression>
         <GroupByFields>
              <telerik:GridGroupByField FieldName="STORE_ID" />
          </GroupByFields>
          <SelectFields>
              <telerik:GridGroupByField FieldName="STORE_NAME" FieldAlias="STORE_NAME" HeaderValueSeparator=""/>
          </SelectFields>
      </telerik:GridGroupByExpression>
      <telerik:GridGroupByExpression>
             <GroupByFields>
              <telerik:GridGroupByField FieldName="PROVIDER_ID" />
          </GroupByFields>
          <SelectFields >
               <telerik:GridGroupByField FieldName="PROVIDER_NAME" FieldAlias="PROVIDER_NAME" HeaderValueSeparator=""/>
          </SelectFields>
          <GroupByFields></GroupByFields>
      </telerik:GridGroupByExpression>
            </GroupByExpressions>

grouping works very well, but i want to add a template header group foreach one to create a checkbox column (for each row, and group ).


how to achieve that ??

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 05 Jun 2014, 08:10 AM
Hello,

You can check the following sample to achieve the requested functionality:
https://github.com/telerik/aspnet-sdk/tree/master/Grid/GroupingAndSelection

Hope this helps.

Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Loyal User
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or