Git Product home page Git Product logo

Comments (3)

davidegironi avatar davidegironi commented on May 18, 2024

Hello @Rick6Star, than you for your suggestion. This is just out it works. Filter are applied in order.
Taking your example in account, if you "Clear Filer", you can see that "1 str" and "10 str" are back again but not selected in "string" column.
It would be maybe a nicer behaviour if they stay there but not checked. I may implement this as soon as I have time, but for now this is the working behaviour of this component.
In the meanwhile, if you are going to fix it please do this as parametric, i mean as an EnableShowFilteredRecord enabler. This way one can chose between the current and the new behaviour.

from advanceddatagridview.

Rick6Star avatar Rick6Star commented on May 18, 2024

@davidegironi thanks for your reaction. I understand why you did this.

I'll see if I can implement an EnableShowFilteredRecord enabler.
Do you have any sugestions that I have to take into account since I do not know your code?
When I have a working solution, I let you know.

from advanceddatagridview.

davidegironi avatar davidegironi commented on May 18, 2024

Unluckly not, @Rick6Star I'm really sorry to not have time to build this, but I'm really busy those days (building a new house + main job extra work :-/).
Anyway try this (try alswo with the "text" search.
line 766 of AdvancedDataGridView.cs

-if (_filterOrderList.Count() > 0 && _filterOrderList.Last() == column.Name)
+if (_filterOrderList.Count() > 0 && _filterOrderList.Contains(column.Name))

from advanceddatagridview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.