Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
IgrActionStrip not consistently visible on child grids in IgrHierarchicalGrid (disappears after initial render)
posted

I'm encountering an issue with IgrActionStrip in the IgrHierarchicalGrid component (React). The action strip works correctly on the root-level grid (Band 0) — it appears on hover and persists as expected.

However, for child grids (IgrRowIsland, Band 1), the action strip only appears briefly after initial render (a few seconds). After that, hovering no longer triggers the display of the action strip. The keyboard shortcut ALT + + still works for row adding, so the action strip logic itself seems functional, but the UI is no longer responding to hover events after the initial window.

I have confirmed this behavior:

  • In my own project using the latest Ignite UI React packages

  • In the official documentation demo (linked below)

This makes inline row addition on child grids unreliable via mouse/hover interaction.

Steps to reproduce:

  1. Render a hierarchical grid with an IgrRowIsland configured with IgrActionStrip and IgrGridEditingActions.

  2. After initial load, expand a parent row and hover over child rows.

  3. Initially the action strip appears on hover, but stops responding after a short period.

  4. ALT + + still triggers the row add UI correctly.

Expected behavior:
Action strip should consistently appear on hover over child rows, just like it does in the root grid.

Demo link:
https://ko.infragistics.com/products/ignite-ui-react/react/components/grids/hierarchical-grid/row-adding

Please let me know if there's a workaround or planned fix. Thank you!

Parents
No Data
Reply
  • 2800
    Offline posted

    Hi Lahiru,

    Thank you for contacting Infragistics Developer Support!

    This is a known behavior, which has been logged here and is prioritized for fixing in the current sprint. 

    Any concerns or questions that you have can be directly addressed in the issue, which will give you the opportunity to directly communicate with our development team.

    In order to receive a notification whenever new information is available, please make sure that you are subscribed to the issue. This can be achieved via “Subscribe” button.

    Please let me know if you need any further assistance regarding this matter.

    Best regards,
    Bozhidara Pachilova
    Software Developer

Children
No Data