IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
571 stars 161 forks source link

Provide a set of properties to be settable to default grid CRUD editors without the need for templates #14009

Closed ChronosSF closed 3 weeks ago

ChronosSF commented 7 months ago

Is your feature request related to a problem? Please describe.

Currently every customization for the grid's default editors requires fully custom templates which however sometimes add complexity far beyond what the change calls for (e.g. having to handle change events and value assignments for simply wanting to change some display format)

Describe the solution you'd like

The column component can accept some objects based on pre-defined interfaces that it then uses to init its editors with the default templates.

Describe alternatives you've considered

n/a

Additional context

n/a

github-actions[bot] commented 5 months ago

There has been no recent activity and this issue has been marked inactive.

ddaribo commented 4 months ago

In continuation of this comment, the currently identified candidate properties are:

Let me know what you think @ChronosSF, @rkaraivanov. @kacheshmarova could schedule a meeting to further discuss the specs.

ddaribo commented 4 months ago

To sum up the meeting discussion: