iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
We have 2 groupby headers. In the first header we have the "(Record 1-10 of 23)" in the header which I have no idea how I'm getting that to display. I like this as it shows there are other records still in the group that are displaying on the next page. Well, what we are looking to do is have this same text for the other group header. The child group header does not display this. I assume this can be done. I guess it would help if I knew how the Record 1 of X gets displayed. It would also be cool if we could display similar info on the group footer. Thanks in advance!
I could not find any property / function to set a custom value in the group row info format. However, using custom aggegrate function, I could display the info you would like in the group footer.
Attached is the sample I used to display the info. During CustomAggegrate server side event, we will need to determine the current grouping using the LINQ query and you will need to re-query the datasource to determine the info you wish to show.
The responsible properti to show the record x-y of z in the grouping header is PagingDetectPartialGroupRows.
This info will only be applied to the root group header. The partially grouped row will always be the last group in under the root group. You could use the GroupRowInfoFormat on the child group column in order to show how many row each child group contains.
Attached is the sample that demonstrate the GroupRowInforFormat
Is it possible to grab the total for the entire group when it covers more than 1 page? When I implement the below code it only totals the row count for the page I'm on. I want total for the entire group to display. GroupRowInfoFormat="SupplierID: [value] - ([count])"
Thanks again!
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname