Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
屏幕调整大小时如何设置剑道网格的最小列宽?例如我有这个网格,我想将列最小宽度设置为Description300px
Description
300px
我努力了:
media: "(min-width: 300px)"
道场演示
您可以将类添加到 Grid 的父元素并使用该父元素类捕获网格列类,然后在其上添加媒体查询,而不是直接将 css 放入元素。
尝试使用行模板,这将允许您使用 CSS 定位单个列,并使用媒体查询进一步自定义大小。
https://demos.telerik.com/kendo-ui/grid/rowtemplate