Replies: 4 comments 3 replies
-
Try giving a |
Beta Was this translation helpful? Give feedback.
-
OK... I was able to do it like that:
Probably not the best way... but it works |
Beta Was this translation helpful? Give feedback.
-
I think there is still an issue when you render objects in the custom edit component... If my AutoComplete component receives list of objects and I want to receive the object (and not the display name) in the onChange... This will result in the following error:
The only workaround I could find is to manually replace the object back to the display string but I don't get why it should happen because I am not saving the object...
|
Beta Was this translation helpful? Give feedback.
-
OK ... so I guess
(Just for fun I threw a See related issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I see there is an example that looks like this for rendering custom edit component:
But when I use this method, I don't get the changes in the OnBlur/OnChange in onEditingRowSave event...
I assume in my custom AutoComplete component I need somehow to update the cell with the new value? I just can't find the way
Beta Was this translation helpful? Give feedback.
All reactions