We have a control having a Radgrid. Dataset is provided to this grid from page. In some scenario, we are not able to provide dataset to the grid. In that case we are getting follwoing error:
this.ColGroup.Cols is null or not an object.
This error also occurs when there are no columns in the datasource.
In case when Datasource is null we have set it to:
But still we are facing this issue.
Also we are not able to place this control multiple times on our page because one page can not have multiple RadAjaxManagers.
Please help in this regard.
Thanks,
Sushma
this.ColGroup.Cols is null or not an object.
This error also occurs when there are no columns in the datasource.
In case when Datasource is null we have set it to:
wgEntityList.DataSource =
new Object[0];
But still we are facing this issue.
Also we are not able to place this control multiple times on our page because one page can not have multiple RadAjaxManagers.
Please help in this regard.
Thanks,
Sushma