Hi All,
How to change Gridview row color based on some condition in javascript or jquery?
Suppose i have one column named is_active which stores Y/N. I want to change row color to something if is_active flag is 'Y'.
How do i do that?
I also searched on google but did not get satisfactory answer.
Rejesh Kumar