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 で以前に行われたデータの並べ替えを削除するにはどうすればよいですか。
Master Table ビューの SortExpression を clear に設定します。例:
_rdGrdReport.MasterTableView.SortExpressions.Clear();
グリッド名が _rdGrdReport の場合