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
40
wingrid without bind
posted
Hello, I am a beginner with WinGrid. I download the SDK and versions of tests for test infragistics component for my job. In the Vb sample, all grid are binding with datatable, dataset, .... Can'i use a grid without binding. For exemple, i add row with row = mygrid.AddRow then row[col0]='col 0' and row[col1]="col 1" for populate the row. It's possible. How ? Thank's
  • 469350
    Verified Answer
    Offline posted

    No, the grid MUST have a DataSource in order to function. But you do not need a database, dataset, or datatable. The grid can bind to any object which implements IList or IBindingList. If you just want a simple, efficient data source for your grid, I recommend using the UltraDataSource component.