Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring filter cell navigation so that it is handled in the navigation service. Handling special scenarios for hierarchical grid in the hierarchical navigation service. #4267

Merged
merged 22 commits into from
Apr 1, 2019

Commits on Mar 8, 2019

  1. fix(HierarchicalGrid): Refactoring filter cell navigation so that it …

    …is handled in the navigation service. Hanling special scenarios for hierarchical grid in the hierarchical navigation service.
    MKirova authored and MKirova committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    e6ed866 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. fix(HierarchicalGrid): Moving handling for sceanrios when child has f…

    …ilter cells in performTab since navigation should consider them only for Tab navigation (should skip them with arrow keys). Adding test.
    MKirova authored and MKirova committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    2069c97 View commit details
    Browse the repository at this point in the history
  2. chore(*): Storing and reusing cols collection.

    MKirova authored and MKirova committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    801cf17 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    232f288 View commit details
    Browse the repository at this point in the history
  2. chore(*): Applying code review comments.

    MKirova authored and MKirova committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    9b2f44d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'mkirova/fix-4217' of https://github.com/IgniteUI/ignite…

    MKirova authored and MKirova committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    819893e View commit details
    Browse the repository at this point in the history
  4. Merge from 7.2.x

    MKirova authored and MKirova committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    63850ee View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. chore(*): Moving checks whether next/prev filter cell exists and maki…

    …ng sure isColumnFullyVisible uses visibleIndex, while scrollToFilterCell uses index from the unpinnedFilterableColumns collection.
    MKirova authored and MKirova committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    87ba131 View commit details
    Browse the repository at this point in the history
  2. chore(*): Using visible index for isColumnLeftFullyVisible/isColumnFu…

    …llyVisible.
    MKirova authored and MKirova committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    920a087 View commit details
    Browse the repository at this point in the history
  3. Merge from 7.2.x

    MKirova authored and MKirova committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    9f41f58 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Merge from 7.2.x

    MKirova authored and MKirova committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    14f8255 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Merge from 7.2.x

    MKirova authored and MKirova committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    ea54720 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    c9a6930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a49c18 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Configuration menu
    Copy the full SHA
    3b0b1ec View commit details
    Browse the repository at this point in the history
  2. fix(HierarchicalGrid): Additional fix in case next child grid row is …

    …not in view when moving from filter cell.
    MKirova authored and MKirova committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    8e0de99 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'mkirova/fix-4217' of https://github.com/IgniteUI/ignite…

    MKirova authored and MKirova committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    02e234b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b939adb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    ef225f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    be06b88 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    120014e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22d1407 View commit details
    Browse the repository at this point in the history