I am getting this exception when I try to add columns to container grid in code. it works fine if I don't add column in code & directly bind the grid to datasource. I am working on Load on Demand sample.
BoundDataField
);
field.DataFieldName =
;
field.DataType =
field.Key =
field.Header.Text =
//field.DataSourceField = new Infragistics.Web.UI.Framework.Data.DataField("WU_ID", typeof(Int32), null, false);
childGrid.Columns.Add(field);
should I add some more info? Fixing this issue is urgent for us.
Hi,
Could you attach your code behind and maybe even your aspx? Otherwise, it would be difficult to ascertain the problem.
regards,David Young