Select the columns that can be displayed - columns/filter/show

0
2

I am trying make a button that when i press, i change the datagridview, to diplay only the columns that i want. What tool i can use in the wisej?

  • You must to post comments
0
0

Hi Jay,

Adding to my last answer, you can also set the visibility of each column according to your needs.

It would be better to implement your own filtering logic in the button click event and then you can decide what column you want visible or not.

Also, if you wish to have manual control, you can also use the ColumnVisibilty Menu.

The ColumnFilter extension is better used to filter rows.

HTH,
Alaa

//

  • You must to post comments
0
0

Hi Jay,

You can use the ColumnFilter extension available as a NuGet Package, or you can also build it from source.

With it, you can add your own custom filtering logic and tailor it to your needs.

HTH,

Alaa

//

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.