how to change color of text/background of items in list/grid dynamically?
hi all,
let me explain my use case,i have three list, list-A contains all the names of students in class, list-B contains names of students present and list-c contains the names of students absent. traditionally we can show two list to differentiate present students and absent students. but i want to show it in one list by color coding, have the text/background for present names as 'green' and absent names as 'red'.


