thiagopedro 2 Posted September 9, 2018 Share Posted September 9, 2018 Please, How to remove only the last border of the grid? https://imgur.com/a/yel9Xc5 Quote Link to post Share on other sites
Sherzod 1147 Posted September 10, 2018 Share Posted September 10, 2018 Hi, You can try this approach I think: 1. UniServerModule -> CustomCSS: .customgrid .x-grid-cell-last { border-width: 0 0 0 0; } .customgrid .x-column-header-last { border-width: 0 0 0 0 !important; } 2. UniDBGrid -> ClientEvents -> UniEvents -> ... function beforeInit(sender, config) { config.cls='customgrid'; } Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.