Hi, I have a CompositeControl that contains UltraWebGrid and other controls.I'm creating and adding to form instance of this control at runtime.First Grid is creating then i set datasource,and call DataBind to webgrid inside of CompositeControl. If datasource contains more than one row grid is properly displaying data,when there is only one row in datatable grid doesn't display record.
Is this bug ,how can i solve it?
Note: The row is rendering to html.On the rendered html source this row is available.
Thanks