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

collapse gridgroupbyfield

1 Answer 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
appdev
Top achievements
Rank 1
appdev asked on 12 Nov 2008, 03:59 AM
when i display my grid with gridgroupbyfield and it has this
Group Field: Customer (Showing 15 of 89 items. Group continues on the next page.)

how do i disable that (Showing...)
also i want all of the gridgroupbyfield to be collapse on first load. it only should get expanded when i click on it. please please please help me. thank you very much.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 12 Nov 2008, 07:23 AM
Hi  Duy,

Try with the following group settings to achieve the desired scenario.

ASPX:
<GroupingSettings GroupContinuedFormatString="" GroupContinuesFormatString=""   GroupSplitDisplayFormat=""  GroupSplitFormat=""  /> 
 


Refer the following help article which explains how to collapse all grouped item on page load.
Collapse all items on grouping

Regards
Shinu.
Tags
Grid
Asked by
appdev
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or