WPF Data Grid - Virtual Data Source Editing

preview_player
Показать описание
As we’ll demonstrate in this video, data editing support for our grid’s Virtual Data Source is now available at the row level. If you’re using an infinite or a paged virtual data source, your end-users will be able to modify row data and post changes to the underlying data source asynchronously.

A quick word for those who are new to our WPF Data Grid. Our WPF Grid allows you to bind data to any data source – even when the total record count is unknown. Unlike a more traditional data source – when you bind our grid to a virtual data source, the control only requests top records or a specific page of records. In previous versions, data editing was unavailable due to the “virtual” nature of the data source. Well, as you can obviously tell, this limitation no longer exists. We now fully support data editing for virtual data sources.

To download the github sample, please visit:

To learn more about our WPF Data Grid, please visit:

To download the complete script for this video, please visit:

To download a free 30-day trial, please visit:

Use the following documentation links to explore Virtual Data Source support in greater detail:

#WPFDataGrid #WPFGrid #VirtualDataSource
Рекомендации по теме
Комментарии
Автор

Ok how to customize the buttons of the update/cancel row editor
change their caption for instance

asoftraiden
Автор

Need this for WinForms Data Grid as well.

SommerEngineering