Example code of an unbound datagrid

  • Thread starter Thread starter Mike Stephens
  • Start date Start date
M

Mike Stephens

I am trying to fine some examples of using the datagrid in unbound mode.
Does anyone have any information on this please?

Regards,
Mike.
 
Hi Mike,

You can create an empty DataTable and bind the grid to that in-memory data
source. This way you will avoid all pain related to putting the grid into
conditions it was just not designed to work under.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top