Row_id undefined for edited row

Row_id undefined for edited row

sushmassushmas Posts: 22Questions: 5Answers: 2

Hi,

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

This question has an accepted answers - jump to answer

Answers

  • ThomDThomD Posts: 334Questions: 11Answers: 43

    Without your sampe code, per the forum rules, there is no way to say.

  • allanallan Posts: 61,805Questions: 1Answers: 10,119 Site admin
    Answer ✓

    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.

    Regards,
    Allan

  • sushmassushmas Posts: 22Questions: 5Answers: 2

    Thank you Allan and Thom for your responses. I got it now.

This discussion has been closed.