Title: How to set datagrid background color and row selected background color Post by: patana on July 08, 2020, 10:57:30 PM Hi dear,
When ever i use rowStyler:myRowstyler in datagrid, it's always overwrite the datagrid-row-selected style color. Any other way to set background color to row and row-seleceted? Thanks. Title: Re: How to set datagrid background color and row selected background color Post by: jarry on July 08, 2020, 11:54:23 PM You can define the highlight row class and return it in some conditions. Please refer to the code below.
Code: <style type="text/css"> Title: Re: How to set datagrid background color and row selected background color Post by: patana on July 09, 2020, 01:12:18 AM Thank you!
|