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
1705
Bind a WinGrid to a Business Object List
posted

I was able to accomplish this in the code behind but I was wondering if there is away to do it on the designer view.

  ultraGrid1.DataSource = UserBLL.GetList();
  ultraGrid1.DataBind();

 

I'm a web developer and I was looking for the equivalent of the ObjectDataSource control, so I can use the designer to bind the grid to a business logic layer class.

 

Thanks. 

Parents Reply Children