EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: lorwynz_11 on October 08, 2013, 07:05:24 PM



Title: Change the color of STRIPED function
Post by: lorwynz_11 on October 08, 2013, 07:05:24 PM
Hi,

How can i change the color of the stripe function in datagrid?

Thanks. :)


Title: Re: Change the color of STRIPED function
Post by: stworthy on October 09, 2013, 02:02:46 AM
Try this.
Code:
	<style>
.datagrid-row-alt{
background:#ccc;
}
</style>


Title: Re: Change the color of STRIPED function
Post by: lorwynz_11 on October 09, 2013, 08:05:11 PM
I've already saw it the css part, but thank you so much for the reply.. :)