Solved

change the background color of rows in editable listview

  • 8 October 2020
  • 2 replies
  • 188 views

Hi,

I have a column in my listview which is Yes/No . If its value is ‘Yes’ I want to change the row color to green and in case of ‘No’ , row color should be red. 

So while running the form, listview rows should show these colors depending on Yes/No column value.

How to customize the background color of rows in listviews? 

Thanks

icon

Best answer by YUDI2 8 October 2020, 05:10

View original

2 replies

Badge +6

You may check this out.

https://www.velocity-it.com/highlight-edited-record-on-k2-list-view/

Thanks @YUDI2 , the link looks useful. I am going to try this.

Reply