简体   繁体   中英

Kendo grid maximum no of columns grouping

In the below screen shot display the three columns in the Kendo grid. I am enable the grouping option. All the three columns are grouping. But I need grouping only two columns. How can I do that (ie, Maximum no.of grid columns-1).

在此处输入图片说明

最好使列不可分组

columns.Bound(r => r.NAME).Groupable(false);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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