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.
DataTableにバインドされたXamGridに取り組んでいます。特定の条件でセルの編集を無効にしたい。XamGridの動作を作成しました。
私の要件に応じて解決策を提案できますか?
これは私のために働いています:
dataGrid.EditingSettings.AllowEditing = EditingType.None;