Unplanned
Last Updated: 24 Sep 2019 14:10 by ADMIN
Giovanni Rojas
Created on: 20 Sep 2019 18:04
Category: DataGrid
Type: Feature Request
2
Expose AutoGeneratingColumn Event

when using automatic column generation you don't have easy access to the column being created so that you can apply customizations (Header, style, etc).

Please implement the same event that UI for WPF has, see it here: https://docs.telerik.com/devtools/wpf/controls/radgridview/events/column-resize-event#autogeneratingcolumn

1 comment
ADMIN
Yana
Posted on: 24 Sep 2019 14:05

Hi Giovanni,

Thank you for sending the feature request,  I've updated its status to "Approved". We are going to track the demand about it and will plan it accordingly.

In the meantime, you can use GenerateColumn Command of RadDataGrid and set the column properties inside its Execute method.  You can read more about DataGrid Commands in the following article:

https://docs.telerik.com/devtools/xamarin/controls/datagrid/commands/commands

I have also attached a quick example to show you how you can utilize GenerateColumn command.

I hope this would be helpful.

Regards,
Yana
Progress Telerik

Attached Files: