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.
我们如何才能删除以前在回传时在 Telerik RadGrid 上完成的数据排序。
将主表视图的 SortExpression 设置为清除。例子:
_rdGrdReport.MasterTableView.SortExpressions.Clear();
如果网格名称是 _rdGrdReport