Conditional Formatting of Dropdown-List in ListView
Hello,We have upgraded from K2 5.2 to 5.3 recently. Since that I’m facing a strange bug on a ListView.The ListView has 3 dates, a column where we calculate the difference in days between these dates and a column with a dropdownlist control. Depending on the difference between the dates, the cell of the dropdownlist must have a different color.For example:Difference between dates is 10 → Color Green Difference between dates is 100 → Color Red No Dates entered → No background colorThis was working perfectly on 5.2, but now I have a problem with the first row. After the Form has been loaded, all rows have the correct color. In case I edit the first row, still everything is OK. But, if I do a change in any other row, the first row loses its color.Screenshot after load: