Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IgcGrid should expose a way to mask the columns and custom filter editors #986

Open
agoldenbaum opened this issue Nov 13, 2023 · 0 comments
Labels
feature-request 🆕 status: new The issue is new and will be reviewed when somebody picks it up.

Comments

@agoldenbaum
Copy link

An example that demonstrates this can be found here: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/grid/column-types. Open the "Order Full Date" column's options menu and click Date Filter => Equals to open the custom filter dialog. Note the mask on the editor.

The above-mentioned mask will match what the grid applies in edit mode for that column, but there does not appear to be a way to configure this aside from defining an inline template editor - it currently appears to be completely based on the data-type property of the column at the moment and the custom filter dialog will not take the contents of the inline template editor either.

If the column happens to not be editable, this provides a disconnect between what the user potentially sees in the custom filter dialog and the format of the column as they would not be able to see the mask when in edit mode. There should be a way to configure this.

@agoldenbaum agoldenbaum added 🆕 status: new The issue is new and will be reviewed when somebody picks it up. feature-request labels Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request 🆕 status: new The issue is new and will be reviewed when somebody picks it up.
Projects
None yet
Development

No branches or pull requests

1 participant