Data Grid - How to Change GroupPanelText?

Hi,
I wonder if it is possible to change the GroupPanelText?

/// <summary>
        /// Gets or sets the group panel text.
        /// </summary>
        /// <value>The group panel text.</value>
        [Parameter]
        public string GroupPanelText { get; set; } = "Drag a column header here and drop it to group by that column";

Did you try setting this property?

I couldn't find this under grid.

RadzenDataGrid<Measurement> grid;

The property is there from years.

1 Like

You are right. So sorry my bad.