Validating Grid Value
‎Nov 15, 2018
06:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Nov 15, 2018
06:02 AM
Validating Grid Value
I have a table where i need to validate strings. I am trying it with state definition but it is checking with the whole string and not considering the sub string. So, is there a way to validate string values using sub string in a grid.
Attaching an image of required output:
Labels:
- Labels:
-
Design
-
Mashup-Widget
3 REPLIES 3
‎Nov 15, 2018
10:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Nov 15, 2018
10:06 AM
You'd have to write a custom service for validation and then use the expression widget.
‎Nov 16, 2018
01:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Nov 16, 2018
01:30 AM
Can you please elaborate a bit about what details shall be given in service and I am trying to provide expression under configure grid columns -> editable table but it is not validating it, where can I provide different colours to each cell??
Also I tried binding Expression widget to the grid widget but no proper option was available for binding.
‎Dec 06, 2018
08:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Dec 06, 2018
08:19 AM
To my understanding, you'd like to validate only part of the string, correct? And then based on the validation result, change the color of the cell?
You may read the bottom part of this document in the helpcenter about data driven state definitions: