DataGrid: Make the DataChangeFlags Property of the DataBindingCompleteEventArgs public
Hello,
it would be a very useful information when subscribing to the DataBindingComplete Command of a DataGrid to know whether for example a filter, sort, grouping had changed.
Currently, it is an internal Property
public class DataBindingCompleteEventArgs : EventArgs { public IDataViewCollection DataView { get; internal set; }
There wasn't a need to expose the property access modifier to public. You have logged this as a feature request, the feedback is passed to the development team. When there is an update, the item status will be changed.
Telerik UI for WinUI and Telerik UI for .NET MAUI are different frameworks with different controls suite. I cannot say why the property is public in the UI for WInUI.
as an additional comment I yould like to note that this property (DataBindingCompleteEventArgs.ChangeFlags) is already public in the Telerik UI for WinUI.
Is there a special reason for it being an inaccessible (internal) property in Telerik UI for MAUI?
Regards
ADMIN
Didi
Posted on:01 Jun 2023 11:00
Hello Christian,
Thank you for this feature request. I agree it is a valid request and I changed the status to "Unplanned". Cast your vote for the item and press the follow button to track its progress.
Let me know if you have any additional comments on this.