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

ForeignKey column in Grid TagHelper does not initialize a DropDownList #6283

Closed
gdenchevprog opened this issue Feb 9, 2021 · 0 comments
Closed
Assignees
Labels
Bug C: Grid FP: Completed Sync status with associated Feedback Item SEV: High
Milestone

Comments

@gdenchevprog
Copy link
Contributor

Bug report

Reported in 1505921.

When a foreignkey column is initialized in a grid built with TagHelpers the DropDownList editor for this column does not appear when the row/cell is being edited.

Reproduction of the problem

Initialize a foreignkey column in an editable Tag Helper grid.

Current behavior

The foreignkey column does not have a DropDownList widget as it's editor.

Expected/desired behavior

The foreignkey column should have a DropDownList widget as it's editor.

Suggested solution

In the GridForeignKeyColumnSettingsTagHelper class the Values property should be checked for null values instead of the Data property.

Environment

  • Kendo UI version: 2021.1.119
  • jQuery version: 1.12.4
  • Browser: [all]
@gyankov gyankov self-assigned this Feb 15, 2021
@dmanova dmanova added the FP: Completed Sync status with associated Feedback Item label Feb 19, 2021
@dmanova dmanova added this to the 2021.R1.SP.next milestone Feb 19, 2021
@dmanova dmanova closed this as completed Feb 19, 2021
@Dimitar-Goshev Dimitar-Goshev changed the title ForeignKey column in Tag Helper grid does not initialize a DropDownList. ForeignKey column in Grid TagHelper does not initialize a DropDownList Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Grid FP: Completed Sync status with associated Feedback Item SEV: High
Projects
None yet
Development

No branches or pull requests

4 participants