UWP Rad Datagrid external editor

1 Answer 129 Views
DataGrid ListView
nwenar
Top achievements
Rank 1
nwenar asked on 24 Dec 2022, 08:39 AM

I Have A RadDatagrid and I want to customize the External Editor is layout and access the save/apply button and need some examples of using BeginEdit() and CommitEdit()

Thanks.

1 Answer, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 26 Dec 2022, 12:08 PM

Hello nwenar,

Details about the External Editor are described here: https://docs.telerik.com/devtools/universal-windows-platform/controls/raddatagrid/features/editing/datagrid-overview#external-editor . By default it is RadDataForm, but you can replace it with your own custom editor and change its position. To achieve this you have to set the RadDataGrid.ExternalEditor property(your editor should implement IGridExternalEditor interface). How to customize the editor is a custom logic implementation.

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
DataGrid ListView
Asked by
nwenar
Top achievements
Rank 1
Answers by
Didi
Telerik team
Share this question
or