DataGridView - grouping records

0
0

on your website, you have very cool sample how can look a grouped datagrid view (see attached png file).

do you have a c# sample, how can i group records?

Thanks.

Attachment
  • You must to post comments
0
0

Dear Frank,

you can close the case. i have found the sample here: https://github.com/iceteagroup/wisej-examples/tree/2.2/TreeGrid

Thank you for your help.

  • You must to post comments
0
0

Dear support,

The sample program “DataGridViewSummaryRows” shows me, how i can add summary informations (see screen1.png).

 

In the documentation (https://docs.wisej.com/api/whats-new-in-2.5) i have seen, there is a new feature for grouping records.

The grouped records can be expanded and collapsed by clicking of the left symbol (see screen2.png).

Do you have a sample application, that shows me, how can i implement this?

 

Thank you for your patience and support.

  • You must to post comments
0
0

Hi Werner,

I am not 100% sure I understood your question.
Basically grouping of rows in a DataGridView can be done by using the ParentRow property.

If you describe a bit more what you need to achieve we might be able to help you better.

Best regards
Frank

  • You must to post comments
0
0

High Frank,

thank you for your answer. i have seen the sample but i haven’t seen how can i activate expanding/collapsing data records.

 

  • You must to post comments
0
0

Hi Werner,

you can find a sample how to group the rows here:

https://github.com/iceteagroup/wisej-examples/tree/2.2/DataGridViewSummaryRows

Best regards
Frank

  • You must to post comments
Showing 5 results
Your Answer

Please first to submit.