Grid composite data binding: make editor inputs visually distinct#3926
Draft
Grid composite data binding: make editor inputs visually distinct#3926
Conversation
Updating Master with changes from Vnext
Updating prod with changes from staging
Updating latest fixes from staging to prod
…ail-chart-3823-master fix(lob): import IgxCategoryChartModule instead of IgxCategoryChartCoreModule - master
…-master fix(Chat): Updated chat imports
CD Fixes for prod
Updating prod with fixes before 21.1
fix: slider styling and ticks-mirror samples
Updating production for 21.1
Update samples for grid lite with angular wrapper (#3916)
Updating prod for cell merging issue
…binding editor templates The editor template inputs in the grid composite data binding sample were not visually distinct from plain text spans. Adding type="border" to all igx-input-group elements renders visible borders around the input fields, making them clearly identifiable as editable inputs when in edit mode. Agent-Logs-Url: https://github.com/IgniteUI/igniteui-angular-samples/sessions/9f31aaf8-cc71-41f4-82e8-973c7d8e2e72 Co-authored-by: kdinev <1472513+kdinev@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix grid composite data binding sample editor template inputs
Grid composite data binding: make editor inputs visually distinct
Apr 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Editor template inputs in the grid composite data binding sample are indistinguishable from plain text spans when entering edit mode — no visible borders or input affordance.
type="border"to all 7igx-input-groupelements across both the Contact and Address column editor templates