IgxGridComponent - ability to disable rows in the grid (or: visually differentiate rows based on some kind of state)? #9862
Unanswered
HendrikHaase
asked this question in
Q&A
Replies: 1 comment
-
Hey @HendrikHaase, with the 12.2.0-alpha.2 release we expose a way to style the rows - new 'rowStyles' and 'rowClasses' grid properties which allows to define a custom styling on each grid row. As for the igxGridRow API Docs, now you should be able to open it. If you want to make a row non-editable (not only visually) you can leverage from the Event Cancelation example that we have.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to display data inside a grid, but i need to disable a "row" on certain conditions (not cell-editing, i need to visually make the whole row non-interactive).
After some research it seems like i'm all out of luck on this issue.
The official documentation results in a 404 upon navigating to the IgxGridRow Api Reference ( https://www.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/classes/igxgridrow.html ).
When logging a row the properties are also not very helpful for my desire to "set a state of a row"..

Can anyone help / throw me a curveball?
regards,
Hendrik
Beta Was this translation helpful? Give feedback.
All reactions