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
1210
UltraWinGrid: how to make group-by entries not to be collapsed
posted

Hi,

 Am working with UltraGrid, when using the group by option it shows collapsed lines of data.

I want the data to be shown expended, i can't seem to find where to define it, can you guys help?

 Thanx, Gilad

Parents
No Data
Reply
  • 2334
    posted
    set the GroupByRowInitialExpansionState to Expanded. grid.DisplayLayout.Override.GroupByRowInitialExpansionState = GroupByRowInitialExpansionState.Expanded;
Children