Completed
Last Updated: 31 Jan 2024 11:39 by ADMIN
Release 2024 Q1 (2024.1.130)
Dinko
Created on: 07 Jul 2022 08:49
Category: GridView
Type: Feature Request
3
RadGridView: Add CreateColumn event in auto-generated columns mode

When the columns are auto-generated, the way to modify the columns is to use the Columns collection. We could expose an event that will be called when the columns are auto-generating. From the event arguments, we could get the newly created column and replace with if needed or modify it. Similar to the CreateRow event of the control.

1 comment
Martin
Posted on: 11 Jul 2022 08:55

Similar to the CreateRow event of the RadPropertyGrid-control.