DataTables and ASP.NET ObjectDataSource Wrong Index Row

DataTables and ASP.NET ObjectDataSource Wrong Index Row

leogiuseppeleogiuseppe Posts: 4Questions: 0Answers: 0
edited October 2013 in DataTables 1.9
Hi all,
I have a problem with a DataTable (ColReorder plugin). I using a asp.net gridview with a objectdatasource, in readonly mode the render is good, but if i swich in edit mode for edit the row 1, the row pass on in top position or in bottom position. In edit mode i haven't any kind of sorting.
Thanks

Replies

  • leogiuseppeleogiuseppe Posts: 4Questions: 0Answers: 0
    edited October 2013
    Here some debug of my datatable.
    Read only mode
    http://debug.datatables.net/icerim
    Edit Mode
    http://debug.datatables.net/ixadem
  • leogiuseppeleogiuseppe Posts: 4Questions: 0Answers: 0
    In debug mode the first row is "Row 2 data", not "Row 0 data"
  • allanallan Posts: 63,381Questions: 1Answers: 10,449 Site admin
    "Edit mode for the row" - are you using Editor, or some other editing code?

    Allan
  • leogiuseppeleogiuseppe Posts: 4Questions: 0Answers: 0
    I'm using asp.net editor (server side). In my edit mode the table is recreated.
This discussion has been closed.