Hello All, Recently we have upgraded our servers to 7.9 version from 7.5 ve

Hello All,
Recently we have upgraded our servers to 7.9 version from 7.5 version. How ever, we are seeing some issue in UI for the below scenario.

In our SAIl UI, we have a Grid which has some mandatory values to be filled. When the user does not fill in the mandatory fields and validates the Grid, In 7.5 version the mandatory field would be shown as highlighted(as shown in the attachment) so that user knows the mandatory field in the Grid.

But in 7.9 version, it is not highlighting the mandatory field in the Grid.

Is there anyway that we can make this possible in 7.9 version?

Note: In 7.9, when I validate the whole page instead of the Grid, it is highlighting the mandatory fields in the Grid. But our requirement is to validate the Grid initially so that he can proceed further.

OriginalPostID-150892

OriginalPostID-150892

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer
    AFAIK, "required field" validations only fire when a submit request is sent, and "custom" validations only fire when a field is non-null. I'm not sure what exactly you mean by "validates the grid" (as opposed to "whole page") - was this a button? If so does the button cause the form to submit / are you using validation groups? More info would be helpful here (and perhaps a code snippet).