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
44
Unable to bind ObjectContainerDataSource to the UltraWebGrid.
posted

 

We're using the ObjectContainerDataSource control provided by Microsoft Patterns and Practices Web Client Software Factory (WCSF).
The source of ObjectContainerDataSource would be a list of objects.
We are able to bind this control to the .NET's grid view and list view.
But it fails to bind while trying to bind with UltraWebGrid. There are no errors though.
 
While initializing the ASP.NET GridView or List View, the columns are generated  automatically during design time.
But while trying with UltraWebGrid nothing is generated during the design time as well as during run time.
 
Does UltraWebGrid support ObjectContainerDataSource ? Is there any other setting required ?
Are we missing anything here ?