Search
18877 results 701-710
Forum
- 8th Aug 2013How to generate the column number if we create a new row in Inline Editing?Hi Allan, 1)In Inline Editing, if we select "Add new row" a new row is displaying with empty text fields, How to auto generate the number for the first field dynamically.. For Example if I select Add new row it should come as 1,---,---, 2)How to save the records with save button at bottom into a json file Thanks in advance
- 24th Jul 2013Create a Asp.net web server control using datatable.are there any eazy way to careat server control using data table.
- 11th Mar 2013Need to Create and display DataTable on onchangeevent of the listBoxHow can i hook up the datatable to the onchange event of the listbox and how can i make the ajax call on every OnChange event of the ListBox so that i can display new data depending upon the value selected in the listbox.
- 1st Mar 2013Master child tables - Create child from databasein this example is created a fixed table. How
- 13th Nov 2012How to create a fixed table size, but with dynamic no. of columns?Hello, Is it possible to have a fixed table size e.g. 1000px, with the 1st column (Header & Labels) and the last column (Total) fixed and then I have the scrollable area of the table in between, but, instead of having 3-4 columns as in the examples provided on this website, I have 10, 15, 20, 30 or more columns without affecting the size of the table? i.e. irrespective of the no. of columns, the scrollable area doesn't stretch the table size to the right. Thanks in advance. Best regards, Yogesh.
- 16th Oct 2012SOLVED -Dynamically create multiple tables from JSONP?example of how one creates multiple tables on a
- 5th Apr 2012How to Create aoColumns String Dynamic in asp.net Datatablegive Me Asp.net C# Dynamic Column Example "aoColumns":[{ "sTitle": "Packet No"}, { "sTitle": "Shape"}, { "sTitle": "Weight"}, { "sTitle": "Color"}, { "sTitle": "Clarity"} ],
- 26th Mar 2012I create a Link in in column5 and this link is create in fnRowCallback i use Drag & drop ColumnThen Link is Created Wrong "fnRowCallback": function (nRow, aData, iDisplayIndex) { $('td:eq(' + labno + ')', nRow).html('' + aData[labno] + ''); }
- 22nd Sep 2011How to create Excel fileHi I am using download plugin which call to server and back with all the rows. Download plugin ask me to 'Save' or 'Open' file, but how i can save to excel file as file contains json result with all the rows into array? chenging download file extension to *.xls doesn't work as well. So can you help me for this please?
- 16th Jun 2011How to create a event relationship between two 'DataTables' tables?For example,there are two tables in a single page, when selecting a row of a table, then according the selected row to update another table. Is it possible? Thanks.