Search
18461 results 18141-18150
Forum
- 26th Jan 2015Jquery Datatable paging not working with MVC Partial View on search button click event on main viewSounds like you want to read the documentation for ajax.data and send the extra search information using that. Allan
- 5th Nov 2014Need a data entry only screen - no editdatabase I would use ajax.data for the target table
- 26th Oct 2014Setting values on the server Sitesuggests, you would use ajax.data. If you want to
- 13th Oct 2014doubt regarding dataSrcJSON object returned. The ajax.dataSrc option is only for
- 8th Oct 2014Using complex JSONUse ajax.dataSrc set to d.results and then columns.data set to be the name of the properties you want for each column - Id etc. Allan
- 18th Sep 2014Updating multiple rows when a parent is updatedYes, sending both IDs so you can operate on them sounds like a good idea. You could potentially use ajax.data to send the extra information. Allan
- 28th Aug 2014Please pass the search[caseInsensitive] over to the server-side processingfor the pointer to ajax.data, and I have got
- 24th Aug 2014Rendering one table based on row selected in anotherto do is use ajax.data to send in the
- 1st Aug 2014Editor With WHERE Conditions (not used for saving data)Use ajax.data to send the additional values to the server and then just access them as you would with any other POST / GET parameter (depending on which method you are using). Allan
- 16th Jul 2014How do I send/perform additional data on server-side (PHP) with Editor?use hidden fields, preSubmit, ajax.data as you require. Allan