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

When rowEditable is set to true in the grid definition the warning for primary key is logged #5010

Closed
nrobakova opened this issue Jun 6, 2019 · 0 comments · Fixed by #5050
Assignees
Labels
🐛 bug Any issue that describes a bug 🔥 severity: high grid: general grid: row-editing ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@nrobakova
Copy link
Contributor

Description

When rowEditable is set to true in the grid definition the warning for primary key is logged

  • igniteui-angular version: 7.3
  • browser: n/a

Steps to reproduce

  1. Open dev sample gridRowEdit
  2. Look at the console

Result

There are 3 warnings:
The grid must have a primaryKey specified when using rowEditable!

Expected result

There should be no warning, because all the grids have PrimaryKey set

Attachments

Attach a sample if available, and screenshots, if applicable.
image

@Lipata Lipata assigned ViktorSlavov and unassigned Lipata Jun 6, 2019
@ViktorSlavov ViktorSlavov added 🛠️ status: in-development Issues and PRs with active development on them and removed 🆕 status: new labels Jun 12, 2019
ViktorSlavov added a commit that referenced this issue Jun 12, 2019
# Conflicts:
#	projects/igniteui-angular/src/lib/grids/grid-base.component.ts
@ViktorSlavov ViktorSlavov added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug 🔥 severity: high grid: general grid: row-editing ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants