Replies: 1 comment 6 replies
-
You can use the context property of the action strip and pass a specific template to it. In this case it should be the cell of the grid. The context can be passed to the And to make it more clear here's the complete code sample:
Note that if put inside the grid template the action-strip will use the row as a context. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are looking at utilizing the action strip for some of our grids. Are there any options of controlling the positioning of the strip? Looking at the sample at https://www.infragistics.com/angular-demos/grid/grid-add-row the actions are positioned to the right side. Is there a way to instead lock the position to a specific column? We feel that on a wide grid/large screen, the actions could be easily missed by the user (especially if you opt in to using a menu type of action trip, resulting in only a "three-dots"-icon).
What we essentially is after is something like you have at Azure devops:
Beta Was this translation helpful? Give feedback.
All reactions