Datatable Editor and AutoFill
Datatable Editor and AutoFill
ian.kirkpatrick
Posts: 3Questions: 1Answers: 0
Hi,
I have an issue with the datatable and editor and the autofill extension.
I am using the trial version of the editor.
When i enable (initialize an instance of the editor) on a datatable the autofill does not seem to work when i drag and drop cells.
If i remove the editor and just have the autofill the autofill works perfectly.
I cannot provide a working sample as this is an intranet site.
Debug: debug.datatables.net/ukupok
This discussion has been closed.
Answers
Does this example work for you?
What are you using on the server-side? Does it accept multiple rows being submitted?
Regards,
Allan
That is one of the examples i have been working off of.
I am using vb on the server side.
The issue is no events are being fired when i end the mouse drag. So there is no server side functions being called.
Whereas if i remove the editor i can see the event is being fired and the server side function is being called.
Ah i got it to work. i See that the rowId is required in the initialization of the datatable.
Would this be required if the idSrc is specified in the Editor initialization?
It shouldn't be - DataTables should work without that, but the two are related to it would make sense for them to used together.
I'll look into why DataTables is requiring it there, but thanks for posting back, good to hear you have a workaround.
Allan