Completed
Last Updated: 03 Jun 2016 09:46 by ADMIN
Gaurab
Created on: 12 Jan 2016 16:41
Category: ListView
Type: Feature Request
0
Enable access to data in datagrouptemplate
When using DataGroups, we can display the DataGroupKey in the DataGroupTemplate.  In my case, I wanted to display 3 additional fields in the DataGroupTemplate.

I was displaying checks sent to our vendors.  Each check had a list of what payments were included in the check (one check may be for several different items that needed paid to the one vendor).  I was grouping the data by CheckNumber.

In the DataGroupTemplate, I wanted CheckDate, CheckNumber, VendorName, CheckAmount.  In the ItemTemplate I had SubmittedDate, SubmittedBy, CostCode, Amount, etc.

So my request is to be able to use something like <%# Eval("CheckDate") %> in the DataGroupTemplate.
1 comment
ADMIN
Viktor Tachev
Posted on: 03 Jun 2016 09:46
Please check out the following article that describes how you can use the values from the fields in a DataGroupTemplate:

http://docs.telerik.com/devtools/aspnet-ajax/controls/listview/fuctionality/grouping/data-grouping