I am using editor.inline(this) to submit data from my data table. When I print the data object, I see that the "id" for edited field is "undefined". Why am I not having row_id instead?
Thank you
Done the data that you are loading for the table have a DT_RowId property? If not that then you can use idSrc to tell Editor to source the id from a different property.
Answers
Without your sampe code, per the forum rules, there is no way to say.
Done the data that you are loading for the table have a
DT_RowId
property? If not that then you can useidSrc
to tell Editor to source the id from a different property.Regards,
Allan
Thank you Allan and Thom for your responses. I got it now.