0

grid 网格线样式

asked 2015-04-21 10:54:43 +0800

gehaochuan gravatar image gehaochuan
1

GRID数据查询出来网格线如何调整样式,现在的分割线颜色很淡,感觉好像没有,查了下style文档,listbox是有的,但grid貌似没有 <style> div.z-listbox-body .z-listcell { border:1px solid red; }

</style>

delete flag offensive retag edit

1 Answer

Sort by » oldest newest most voted
1

answered 2015-04-22 01:32:19 +0800

echarish gravatar image echarish flag of Japan
1809 7
http://jp.linkedin.com/in...

Hello

You can override the style by using.

.z-grid-odd > .z-row-inner, .z-grid-odd > .z-cell {
 background: none repeat scroll 0 0 red;
}

here is the sample fiddle for you

http://zkfiddle.org/sample/jnsosg/1-Grid-style-change

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2015-04-21 10:54:43 +0800

Seen: 20 times

Last updated: Apr 22 '15

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More