Replies: 2 comments 1 reply
-
It might be a bug. Can you open a new ticket and I will investigate in detail once I have more time? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Done! |
Beta Was this translation helpful? Give feedback.
1 reply
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 All,
Not sure if this intentional or not, which is why i have not posted as a bug, but the save and cancel column when editing a row does not have the class set on this.
This appears to be due to the _DataGridRowEdit.Razor file when using the _DataGridRowCommand, it doesn't provide the class as a property when calling. If Class="@column.CellClass?.Invoke(Item)" is added this now works.
E.g.
I hope this is helpful.
Kind Regards,
Sanguinal
Beta Was this translation helpful? Give feedback.
All reactions