Infragistics - DataTables

Posts   
 
    
JMichelson
User
Posts: 34
Joined: 27-Dec-2003
# Posted on: 04-May-2004 19:05:57   

Hi all.

I'm using Infragistics ver 3.0. Trying to bind an UltraWebGrid to the resultset (DataTable) of a stored procedure.

It works fine and generates the raw data from the DataTable. However, when I try to modify the grid by adding column objects to it, the column objects are ignored and the same raw direct-from-DataTable data is generated.

I'm not more successful when I try to bind the UltraWebGrid to DataTable.Rows. Now, I get the columns, by the cells are empty. By the way, using TypedListClass.Rows, works great with the UltraWebGrid column objects.

Does anyone know to to use DataTable binding with UltraWebGrid column objects?

Thanks.

P.S. I'm less than impressed with Infragistics components. They are very powerful in some areas are totally inept in others.