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

Cannot use inlineEdit and render on same field. #317

Open
jjguitars opened this issue May 11, 2021 · 0 comments
Open

Cannot use inlineEdit and render on same field. #317

jjguitars opened this issue May 11, 2021 · 0 comments

Comments

@jjguitars
Copy link

If I use inlineEdit and render on the same field, I get an error (safe value must use property binding).
I am wanting to have a select string list with the inlineEdit, but return a numeric value - eg Ok = 1, canceled = 2, etc.

Also when using inlineEdit, is it possible to get the column objectKey as well as the $event. This means I would know which column has been edited and not have to compare the event.value - newValue and oldValue data to determine which field has been altered.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant