简体   繁体   English

如何为devexpress gridview的CSS格式

[英]how to css format for devexpress gridview

I am trying to learn devexpress gridview. 我正在尝试学习devexpress gridview。 I setup everything and works fine but there is a styling problem. 我安装了所有程序,一切正常,但是存在样式问题。

In old days, when u drag and drop a gridview from the visual studio's toolbar, it used to look perfect but the gridview from devexpress doesnt look nice. 过去,当您从Visual Studio的工具栏中拖放gridview时,它过去看起来很完美,但devexpress的gridview看起来并不好。 something is wrong with this. 这是有问题的。

here is the image... 这是图片...

在此处输入图片说明

it seems like the grid is in a div block and there is a margin at the right and top. 似乎网格在div块中,并且右侧和顶部都有边距。 I am using a trial version of devexpress. 我正在使用devexpress的试用版。 Do u think it is because of the trial or am I doing something wrong? 您认为是因为审判还是我做错了事?

DevExpress controls allow for a lot of customization. DevExpress控件允许大量自定义。 You can do that via the "Run Designer" button, or via events like "CustomDrawColumnHeader", "CustomDrawCell" etc. You can also contact them, they have a great Support Team. 您可以通过“运行设计器”按钮或通过诸如“ CustomDrawColumnHeader”,“ CustomDrawCell”等事件来执行此操作。您也可以与他们联系,他们拥有强大的支持团队。 I've been using them for a while and the results I'm getting are way better of the standard Visual Studio controls. 我使用它们已有一段时间了,得到的结果比标准Visual Studio控件要好得多。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM