Replies: 2 comments 3 replies
-
If you look at the example in Template Colums2 you can find how the focused row is retrieved. |
Beta Was this translation helpful? Give feedback.
-
@vnbaaij, I'm having the same questions about this component after trying something simple. I want to update the name of my 'to do' data in the table. Your suggestion is somewhat helpful but the trigger for focusing a cell or row happens before data entry. I'd prefer to have an OnCellChange or OnCellBlur, etc. If I enter the text field, the OnRowFocus is triggered but the data passed is the old data. To get this to work I have to click away after editing the data, then click back into the text field to trigger the OnCellFocus again which now has the edited/updated data. |
Beta Was this translation helpful? Give feedback.
-
Looking at the Remote Data example there are buttons that would be used to edit or delete a row but they are not implemented. Do you have any recommendations on how to implement the edit in particular? I wanted to be able to use the "RowIndex" property in determining the UI for the row being edited but I don't see how to reference the property from either the TemplateColumn or PropertyColumn components. Thank you for any advice and the library in general.
Beta Was this translation helpful? Give feedback.
All reactions