Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
UltraWinGrid: GroupByRow -Sort within single group at a time
posted

Hi

I am using the UltraWinGrid as follows

grdDiaryItems.DisplayLayout.ViewStyleBand = ViewStyleBand.OutlookGroupBy ;
grdDiaryItems.DisplayLayout.GroupByBox.Hidden = true;
grdDiaryItems.DisplayLayout.Override.GroupByColumnsHidden = DefaultableBoolean.False;
grdDiaryItems.DisplayLayout.Override.HeaderPlacement = HeaderPlacement.RepeatOnBreak;

My grid layout is as follows. "Folder A" and "Folder B" are GroupByRows on the column "FolderName"

band = grdDiaryItems.DisplayLayout.Bands[0];

band.SortedColumns.Add("FolderName", false, true);

Folder A

         Date              Note

------------------------------------------------------------------      

         10/09/2016          This is line one of the text

         11/12/2015          This is line two of the text

         05/02/2016          This is line three of the text

Folder B

         Date              Note

------------------------------------------------------------------      

         10/09/2016          This is line one of the text

         11/12/2015          This is line two of the text

         05/02/2016          This is line three of the text

Currently when the user clicks on the Date column header of "Folder A", the rows under "Folder B" are also sorted in date order. Similarly when
the Note column header of "Folder A" is clicked, the rows under "Folder B" are also sorted.
What I want is the sorting to occur ONLY within the Folder (GroupByRow) which the clicked column header belongs to
Any help would be much appreciated
Regards
Shaz
Parents
No Data
Reply
  • 210
    Suggested Answer
    posted

    Hi Shaz,

    At this current time there is unfortunately no way to do this. As such it is a new feature idea. You can submit your idea at http://ideas.infragistics.com.

    Submitting your idea will allow you to communicate directly with our product management team, track the progress of your idea at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.

    Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it.  You can also link back to this thread for additional details.

    Thank you in advance to submitting your product idea.

    Regards,
    Ari Shaposhnik

Children
No Data