Maximum length or other types of constraint on text search field of data grid

4
Currently, I am using a 'Time' attribute with a maximum length of 5. In a microflow, this attribute is set as followes: formatDateTime($Object/Date,'HH:mm'). Can I use a maximum length as a constraint on a text search field of a data grid? Or, can I use an input mask (e.g. '99:99') or any other type of constraint on a text search field?
asked
1 answers
3

It is currently not possible to set length constraints on DataGrid search fields and input masks are (at the moment) only used in a DataView.

You can always request this as a feature via MXDN, of course.

answered