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.
MasterTableaと aを含む radgrid がありますDetailTable。Mastertable問題は、との列の順序を設定できないことDetailTableです。デフォルトの注文ではなく、注文を自分で設定して保存することはできますか?
MasterTable
DetailTable
Mastertable
を使用していると思われますAutoGenerateColumns="True"。
AutoGenerateColumns="True"
順序を指定するには、<Columns>タグとセットで各列を指定する必要がありますAutoGenerateColumns="False"。
<Columns>
AutoGenerateColumns="False"
列を指定する順序は、それらの列を表示するために使用される順序と同じです。