Hi Mates,
we are having one Editable list view which is having 4 columns.
Suppose if user fill Column D then column B is required
condition 1- if user fill details in column A then either he must fill column B or Column C
condition2: if user fill Column D then column c is required
Using advance condition, I am displaying warning message but now user want to instate of warning messages they would like to highlight the textbox using like we have when we have form passes validation
how we can achieve this?
Thanks in advance