Unplanned
Last Updated: 22 Jun 2023 11:25 by ADMIN
Christian
Created on: 01 Jun 2023 10:08
Category: UI for .NET MAUI
Type: Feature Request
1
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; }

        internal DataChangeFlags ChangeFlags { get; set; }

        internal DataBindingCompleteEventArgs()
        {
        }
    }

Regards

3 comments
ADMIN
Didi
Posted on: 22 Jun 2023 11:25

Hello Christian,

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. 

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Christian
Posted on: 22 Jun 2023 09:29

Hello,

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.

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.