Replies: 1 comment
-
Hello @svenbaus you should have access to your |
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.
-
Hello together,
I would like to use a DataGrid which gets data from a database and where one column needs to be a calculated value. All columns should be filterable. That's why I started like this:
I'm facing the problem, that in delegate 'OnTextCustomFilter' I only get the clean data of 'ProcessStepMessage.Text', but I would need the translated data from '.GetMessageLocalized(_processStepMessageLocalizer)'. Is there a chance to get the ProcessStepMessage object or has anyone a better idea?
Thanks for your support :)
Beta Was this translation helpful? Give feedback.
All reactions