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
55
binding a webgrid
posted

 I am a newbie on Infragistics 2008.1. Previously we used 2006.3 for .Net 1.1.

 My dilemma is that I am trying to create a grid, design the columns (some hidden, and other kids of formatting) and bind it to data. For .Net 1.1 I used to simply create a dataset at design time and bound it after loading the dataset on page_load of the page. How will you do this now? For VS 2008, I now cannot drag a dataset on design mode to the page, and can only bind it to sqldatasource, objectdatasource et al. I tried the objectdatasource route, on select method I created and returned a dataset but this wipes out my previous formatting. Is there a quick HOW-TO for how to bind a webgrid to data for .Net 2.0 (and up) anywhere?

Thank you!