The main idea is to create a DataRowTemplate that allows editing. In the sample, a row template is specified for several editors. To provide correct tabbing between editors, it's necessary to create a custom TableView where you override OnKeyDown and OnKeyUp methods.
↧