Completed
Last Updated: 09 Mar 2020 08:14 by ADMIN
Release LIB 2020.1.309 (03/09/2020)
Markus
Created on: 20 Jul 2018 06:49
Category: PropertyGrid
Type: Feature Request
3
PropertyGrid: Raise event after PropertySetViewModel has updated all ViewModels
Behind the scene we need to update any changes made in the property grid, in a SQL Server database, too. With our current implementation we fire a database request if a property is edited in the property grid. This is fine if only one entity has been selected. If more than one entity has been selected (ProperytSetMode “Intersection”) a database request is fired for each entity if a property is edited. This is not very performant for us.
We need an event like “EditEnded” to figure out when the PropertySetViewModel has updated all ViewModels. Then we are able to updated the necessary changes in the database in a single call. 
4 comments
ADMIN
Dilyan Traykov
Posted on: 25 Jul 2018 15:09
Hello Markus,

I'm afraid I cannot commit to a certain time frame for this feature, however, we will try to include it with our next official release. You can subscribe to the item to get notified once the development team starts working on it.

Best regards,
Dilyan
Markus
Posted on: 25 Jul 2018 13:17
Hello Dilyan,

I got a notification that this feature request got the status approved. What does that mean? Any idea when this will be available for us?

Best regards,
Markus
Markus
Posted on: 25 Jul 2018 06:41
Hello Dilyan,

yes, that's what I'm looking for plus the "value" of the edited property.

Best Regards,
Markus
ADMIN
Dilyan Traykov
Posted on: 24 Jul 2018 15:45
Hello Markus,

Based on your description, I assume that you require an event which is fired after all items in the property set have been updated and provides as arguments the collection of items that were modified and the name of the edited property.
Can you please confirm that this would suit your needs?

Best regards,
Dilyan