简体   繁体   English

如何在DevExpress ASPxGridView上启用GridViewCommandColumn排序?

[英]How to enable GridViewCommandColumn sorting on a DevExpress ASPxGridView?

The other columns are sortable. 其他列是可排序的。 The command column does not trigger a callback to sort the grid. 命令列不会触发对网格进行排序的回调。

How can I enable GridViewCommandColumn sorting so that I can create my own custom column sort for that column? 如何启用GridViewCommandColumn排序,以便可以为该列创建自己的自定义列排序?

GridViewCommandColumn does not contain any data. GridViewCommandColumn不包含任何数据。 So u can't sort a command column in ASPxGridview. 因此,您无法在ASPxGridview中对命令列进行排序。

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

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