Hello Isomorphic,
I have come across an issue with pattern matching criteria in Hilites.
Using smartgwt-pro:6.0-p20170827
When creating a Criterion with pattern matching OperatorId (ie. MATCHES_PATTERN) for a Hilite to use in ListGrid, when the Hilites are being applied a "dataSource.patternEscapeChar cannot be null or undefined" exception in ISC_DataBinding.js occurs.
We do not use DataSource, so may it be that pattern matching may not be used in this case (since the patternEscapeChar cannot be accessed if there is no DataSource)?
I have come across an issue with pattern matching criteria in Hilites.
Using smartgwt-pro:6.0-p20170827
When creating a Criterion with pattern matching OperatorId (ie. MATCHES_PATTERN) for a Hilite to use in ListGrid, when the Hilites are being applied a "dataSource.patternEscapeChar cannot be null or undefined" exception in ISC_DataBinding.js occurs.
We do not use DataSource, so may it be that pattern matching may not be used in this case (since the patternEscapeChar cannot be accessed if there is no DataSource)?
Comment