Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
UltraWebGrid Doesn't show data if there is only one row
posted

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