The term "datatable" is ambiguous. In .NET, it's a class that represents a table of in-memory data. In component based MVC frameworks like JSF and Wicket, it's an UI component that dynamically renders a HTML table based on a collection. For jQuery DataTables plugin, please use [datatables] tag.

learn more… | top users | synonyms

0
votes
0answers
9 views

How fix the height of the row and table in jquery datatable?

I know this seems to be very simple question, but trust it is not. I am creating table using DataTable of jquery and binding it using knockout template. I have Fix the Height of the table using css ...
-1
votes
0answers
62 views

How to copy all rows from one datatable to another

I have a Datatable that has column named "Statementnumber" which is lets says 100 rows. I also have another Data table that has all relative data for each statementnumber. I want to copy all ...
0
votes
0answers
5 views

Find whether a column is null or not in Dataset

How to find whether a column in Data Table is Null (or) Not. If my Dataset(DS) contains 1 Data_Table, and 2 columns. I want to check whether the Column 2 is Null (or) Not.
0
votes
1answer
16 views

Remove matched Rows from two Datatable C# ( performance optimize)

Here i have two DataTable dtTotalDateRangeExcludeSundays dtAbsentsLeavesHolidaysWorks each having 10k+ values. I need to delete matched rows. Below code works fine foreach (DataRow rw in ...
0
votes
1answer
35 views

How do I most efficiently remove entries from a DataTable?

I'm developing on a more or less legacy C# application and stumbled upon a code that I wrote some time ago. But somehow I get the feeling, that this is not really a good approach to this. How would I ...
0
votes
2answers
18 views

Fill datagrid with dataTable wpf

I got this table that I made with data from a text file. Every line from the text I split to a array and then put it in the table, now I want to bind the table to a datagrid. Okay, I can do this by ...
0
votes
1answer
4 views

Filter not working using rich:extendedDataTable + modalpanel

I have a rich:extendedDataTable inside a rich:modalPanel and the default filter does not work. I have already tested the same code outside the rich:modalPanel and it worked. Is there something that I ...
0
votes
5answers
61 views

Filter datatable between two dates

I have a column within my database called "Month". What i want to do is filter the table between two months. Example of this is March - June. I have code which works BUT only works alphabetically ...
0
votes
0answers
17 views

Primefaces Datatable not working with Celleditor

We found a strange issue with Primefaces 3.5 in JBoss 7.1.1.. (over all using/tested PF 3.5, JSF 2.1/2.2, Java 1.6/1.7, JBoss 7.1.1, Tomcat 7.0) If you use dataTable in combination with cellEditor ...
0
votes
0answers
19 views

primeface get all row value of datatable

I am new for prime face. I had a checkbox and textbox value on dataTable.And dataTable will load data from database. Please see my code below text.xhtml <?xml version="1.0" encoding="UTF-8"?> ...
0
votes
0answers
15 views

C# OdbcDataReader or DataTable.Load column name issue

I was happy coding my application and I faced this issue that scary me a little bit. I have a SQLite db file and when I try to read a table using the OdcbDataReader and load it into a table using the ...
0
votes
0answers
24 views

Primefaces Datatable within Tabview - initial sort on second tab doesnt work

I have a tabView where each tab contains a datatable. I have it set up like so <p:tabView id="tabView" styleClass="manage-tab-view" prependId="false" ...
1
vote
2answers
26 views

Adding a link to datatables for more information

I have this code listing, i would like to add a link to datatables, I am getting an error: DataTables warning (table id = 'example'): Requested unknown parameter '3' from the data source for row 0, ...
0
votes
0answers
21 views

Adding bootstrap's glyphicons to the input search field of datatable

I have successfully incorporated datatables with bootstrap(thanks to datatable's excellent documentation!). I would now like to use bootstrap's glyphicons for the input search field . To do this, I ...
0
votes
2answers
45 views

Select from DataTable

I have a database table that I'm trying to select from. THe table looks like this: ID | Rule | RuleName | RuleID (autonumber)| (xmlstring)| FakeName | a984kjg9 (autonumber) ...
0
votes
1answer
33 views

Populate DataTable error

I'm taking over another guys project, and getting the following error when executing the code below. Error occurs on last line. The type initializer for 'System.Data.Common.DataStorage' threw an ...
0
votes
1answer
34 views

Iterating through List<Map<String, String>> in primefaces datatable?

I'm trying to iterate through a List of Map items, i.e. an ArrayList of HashMaps or something similar, and I'm trying to do this in primefaces datatable. This is basically what I'm trying to do: ...
0
votes
0answers
15 views

Get strong types from a DataTable in .NET 3.5

I have no choice but to work with the following: I'm given a non-strongly-typed DataTable whose columns are known I have accompanying POCO model classes which can be annotated by attributes if ...
0
votes
0answers
19 views

crystal Report Export Issue - Mind Boggling [duplicate]

I have an application that gets data from a dataset, parses it through Crystal Reports and exports the report as PDF file. here is my Question. When I provide the entire dataset as source to ...
0
votes
2answers
29 views

Datatable Row Selection Primefaces

I am trying to implement row selection for a datatable with primefaces, but when I click on a row, nothing displays. I've narrowed it down to the setter for the selected car is not getting called, but ...
1
vote
1answer
46 views

ParseExact doesnt recognise a string extracted from a DataTable

I am writing an integration test and as such, I am reading a CSV file in as a DataTable, and then trying to parse the elements in each row. However when I get a string representation of a date, and ...
0
votes
0answers
28 views

Autocomplete in datagrid results in duplicate value

We have a DataTable with editMode="cell". The autocomplete celleditor works okay when the user actually selects something, but if he moves to another cell without doing anything, the value displayed ...
0
votes
0answers
17 views

JSF 2 datatable column

I have a Map<String, List<CallDto>> that I want to represent via a data table. I have managed to do this, but I have one problem related to the fact that at every 3 keys from map I want to ...
0
votes
1answer
12 views

Initiating Datatable Filter when using Javascript to add Text to Input Field

I am using Datatables http://www.datatables.net/ for a table in my project. I want to use the Datatables filter to filter out items from the table based on pre-defined keywords contained within my ...
0
votes
2answers
15 views

Data tables, get data , js

I'm using this library http://datatables.net/index , to do an dataTable, I receve an json from my api and in Js I use this code... // Variable to send in Get// var id = $cookieStore.get('uid'); ...
0
votes
1answer
52 views

How to merge multiple datatables (every datatable return one row) in one row

I have multiple data tables : i want to merge them (My P.K : emp_num) var tblEmp_data = new DataTable();//one row var tblEmp_time = new DataTable();//one row var tbl_emp_mission = new ...
0
votes
0answers
16 views

Binding.DataSourceUpdateMode = DataSourceUpdateMode.OnPropertyChanged doesn't work?

I have a TextBox, this textbox is bound to a DataSource (a DataTable). The bound member is ID. I want to check if user enters a duplicated value in my textbox when the Leave event of the textbox is ...
0
votes
1answer
26 views

Issue <p:ajax> with Dynamic Columns

I am using primefaces 3.5 . I am trying to use <p:ajax> with dynamic columns. <p:ajax> does not fire the action I expect. My code is given below <p:datatable id = "table"> ...
0
votes
1answer
32 views

datatables add class to filters

I am currently seeking a method to add an additional custom class to the jQuery datatables filters (Records per page and Search) These items render as follow: <div ...
0
votes
1answer
20 views

Missing operand after '12' operator

i have a code like: DataRow[] ClassTime = DateTime.Tables["Table"].Select("ClassListingDate=" + Convert.ToDateTime(DDLClassDate.SelectedItem.Text) + ""); where DateTime is dataset which contain ...
1
vote
0answers
27 views

Jquery datatable add new row at specified index

Is there any possible to add new row after 2nd/3rd/...nth row in Jquery datatable? I used this method fnAddData([...]). It works as expected. But I need to add record inbetween two rows. Please anyone ...
0
votes
3answers
46 views

Display DataTable with unknown numbers of column

I really would need your help in solving this problem am having with my project. Anyway, am new to JSF. Am working on a project and there is this module where examination records are displayed to ...
0
votes
1answer
35 views

populating a DataTable with ADO .NET entity model

I'm developping a windows form application with ADO .Net entity data model. I have DataTable dt = new DataTable, how can i populate this DataTable from the data base using dataBaseEtities? Here is my ...
0
votes
1answer
32 views

List from managed bean is not showing in faces datatable

I can't get a list obtained from a managed bean to show in a datatable in JSF. When I debug it, the list has one element when it calls the method on the bean, but the page shows no elements in the ...
4
votes
2answers
47 views

?? operator didn't trigger System.DBNull type in DataTable DataRow

This is a follow-up question to .Net C# String.Join how to output “null” instead of empty string if element value is null? where the answer suggested to use the ?? operator to define a custom null ...
0
votes
1answer
23 views

Append Datatable in VB

I am developing windows app in vb where i want to append values in datatable withen a while loop as given below. If hscode <> "" Then da1 = New OleDbDataAdapter("select * from [" ...
0
votes
2answers
33 views

WPF How to make DataGrid blank out certain columns based on a value in one of bound columns

I have a DataGrid that should display values from a datatable object. I need it to display one row for each in the datatable, but if column ShowRow in the DataTable is set to False, I need all but ...
1
vote
4answers
51 views

SqlDataReader returns null

Please help! I have a program that uses a stored procedure to retrieve data from the database and dumps the data in a table for display, this is how my code looks: string connectionString = ...
0
votes
0answers
14 views

C# re-using OdbcDataAdapter

In a Form with two TextBoxes (T0, T1), a DataGrid (G1) and a Button (B1) I retrieve Data from an Oracle Database const string cn ="...." const string s_SQL = "SELECT a, b, c, d, .. FROM myTab WHERE a ...
0
votes
1answer
42 views

Transform from array to data table

My requirement is that I want to transform a bunch of arrays into datatable. One array related on one datatable, and all the datatables are in a dataset. It seems the requirement is simple. But the ...
1
vote
0answers
26 views

How to add a row to h:dataTable dynamically without rerendering the whole table?

I want to add a row to a <h:dataTable> dynamically, but I don't want to rerender the whole datatable, because the user could have some of the rows expanded etc., which would be closed after the ...
1
vote
1answer
32 views

Dynamically build the column values

I am building a component that will build a data table dynamically. I need to pass in the field name from the class and concatenate it to the var attribute of the table. example : "tblVar.firstName". ...
0
votes
0answers
54 views

Can we bind a GridView using Javascript only?

I am stuck with an issue and its troubling me a lot. I have a gridview and i am loading replacing the cell data of gridview using javascript, the issue i am facing here is i am just replacing the ...
0
votes
2answers
44 views

Improving the performance of a DataTable to export a .CSV

The code I have is taking too long to export the .CVS, we are talking about several minutes. The query takes a few seconds to execute in SQL. This is what I have right now to populate the DT: ...
0
votes
2answers
21 views

Searching a datatable by checking two columns

I am working on a search process that was identified at this link.... Simplest/fastest way to check if value exists in DataTable in VB.net? I would like to use this search technique, but was ...
0
votes
1answer
20 views

JSF getting property type list inside h:datatable

<h:dataTable value="#{SearchingBeans.list}" var="entry"> <h:column> <f:facet name="header"> <h:outputLabel>Photo</h:outputLabel> ...
0
votes
1answer
33 views

Group by datatable value using linq

I want to use Linq with DataTable to get the following DataTable content periodstart periodend value 2013-01-01 2013-02-01 10 2013-02-02 2013-03-01 10 2013-03-02 2013-04-01 15 2013-04-02 2013-05-01 ...
1
vote
2answers
40 views

DevExpress Grid view Query - DataSource property set to DataTable but showing incorrect number of Columns

I have a DataTable which I use to bind to the my DevExpress GridView . My DataTable is dynamic ie - sometimes it can bring 4 columns sometimes even 20. The problem is that when i first time set my ...
0
votes
0answers
10 views

How to convert an object into a databtable?

I am developing a web service having web methods which invokes COM methods internally. One of the Web method is to Get list of all users. The underlying COM method is having a return type as "object". ...
0
votes
1answer
41 views

Convert Gridview to Datatable using JQuery or JavaScript

I am trying to convert a grid view to DataTable using javascript or JQuery. Can some on please help with this request. Please note that i cannot use AJAX due to server limitation. Please note that i ...

1 2 3 4 5 92