Issues getting data to display in partial views ASP.NET MVC
I'm having issues getting my data to display in my view in my MVC project. When I load the page based on the value I send it all the controls pop up, but no data. I'm only trying to use DataTables on...
View ArticlefnDrawCallback for server side datatables ?
Hi, I am using DataTables with server side datasource. A few exta rows should be generated, content is delievered through the JSON object from the server. In my special case I need to show a table...
View ArticlePagination for gridview in asp.net
Hi Friends, Can any one send me the simple example for pagination using datatables JS files in asp.net my email id is raju3003@gmail.com. Thanks in advance for help.....
View ArticleUsing 2 Editor forms the second being an extended version
In fact I want use one reduced form for the 'create' part which show only required fields and the complete form (with all fields) for the 'Edit' and 'delete' parts. Does Editor support this kind of thing?
View ArticleUTF-8 Characrers encoding Issue.
I am using JQuery DataTables and PDF export function. The PDF-export does not take care of certain special characters and some languages like Arabic .... PDF-export translate them into ???????? and...
View ArticleHow do I get only filtered data?
I am new to datatables and am using the "column filter" plugin. I basically need to loop through and find all unique values in a column after a filter has been applied. But I have no idea how to do...
View ArticleDebugger shows an error
I have checked debugger and it works correct but IE8 and debugger shows error: {var j=b[i].aTargets; 'aTargets' is null or not an object Is this an issue? I'm not sure but Active X settings prevent...
View ArticleiDisplayLength always -1
I have a data table using Scroller with server-side processing and the following init: oTable= jQuery('#request-grid').dataTable({ "bProcessing": true, "bServerSide": true, "bPaginate": false,...
View Article[HOW TO...?] Read a DB, write table, make its cells editable, save cell value...
Hi, I've opened a request for my specific case but I'm trying hard to make DataTables+Jeditable work and I've found some problems with the initialisation. The problem is the following: by going thru...
View ArticleAdding rows with named columns when using fnAddTr
Hello all, in my application, I am using an Ajax request which passes me back the HTML fragment of a <TR> to be inserted into the data table. For doing the insert, I was using Allan Jardine's...
View ArticleNotice: Undefined index: sEcho
Hello all, I test the server-side processing and I'm stuck on an issue. The first time I load the table my data appear and everything is OK but the pagination and the sort system don't work. In my JSON...
View ArticleUsing ColReorder, ColVis and FixedColumns together the Show/Hide column...
I am utilizing the 3 plugins along with sAjaxSource and a text file in my website. I have no issues with ColReorder, it seems to be great. I'm able to exclude the columns I don't want to move around...
View ArticleDelete-button with confirmation in inline form commands
In the example for inline form commands the records will be deleted without confirmation. How can i change that? // Delete a record (without asking a user for confirmation) $('#example').on('click',...
View ArticleDrag/drop rows between two datatables
Is there any way to drag drop rows between two datatables populated through ajax? Thanks, Pravin
View ArticleColVis: new plug-in for DataTables - user control of column visibility
Hello all, I'm pleased to announce the release of a new plug-in for DataTables called ColVis. ColVis will put a button next to the table, which when activated will show a list of the columns in the...
View ArticleChange the language of DataTables and Editor
Hi I want to know how I can change the language of the Spanish and the steps that I have to, I've been taking a look at the translations section but do not know how I can do. Thank´s!
View ArticleType of data passed to excel
I have fields with entries that consist only of numbers and when i save that data to excel they get concatenated e.g.: "4.04529E+17 " . Is there a way to specify the type of the data being passed from...
View Articleload page, user enters search, then hits "search" button
<rant> ok, i wrestled with servicestack and got this all working. now need to do the same with mvc4 and it's like drawing teeth. how can something so simple be so difficult? </rant>
View ArticleColVis - Put Max Limit on Columns to Display
Has anyone used ColVis and limited the number of columns that can be displayed at once? I'm struggling to get this to work and it doesn't appear that it should be difficult. The reason is that once...
View ArticleAdd "Row Details" column after table insert
Hey all, I'm new to DataTables, but I think I've been doing okay with it so far. Now this problem is bit outside of what I know. I searched the forums but couldn't find anything exactly like this. I...
View Article