DataRepeater Filtering

0
0

Hi,

is there a way to extend ColumnFilter to work WithDataRepeater. So that you can assign is specific column that is data bound to repeater?

Column Filter has a nice feature that in simple mode it shows only displayed entries from certain column.

Thanx,
D

  • You must to post comments
0
0

Hi Dino,

the ColumnFilter extension operates on the DataGridView rows while in your scenario the filtering should rather happen on the list you´re binding too.
So in that case you´d need to create your own filtering method that iterates through the colum and collects all data.

We offer professional consulting in handy hour packages. Please contact salesATwisej.com if you are interested in that.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.