Jump to content
Software FX Community

How is data bound?


rpiller

Recommended Posts

If I go through the process of creating a new data source from the little menu on the top right of the control, this creates an adapter, dataset, and binding source. How is the source bound? How does it know what should be on the Y and X axis? Right now I have a field on the X axis that I don't want there. I want another field. I'm kind of new to the whole BindingSource thing.

 

Also, when is the grid actually visually updated with data? Is it on the tableadapter.fill() method? Does the grid automatically get updated when the dataset object gets items added/removed? Is there a way to suspend this until a later time? I'm looking at filling the dataset object in a BackgroundWorker thread and then have the grid chart ui be updated in the normal process thread to be thread safe.

 

Thanks

Link to comment
Share on other sites

I guess I would prefer to fill my dataset, then manually set that dataset to the grid control. I just need 2 fields to report on. I need a time column as the X axis and a number as the Y axis. I don't like the BindingSource object as I'm not a fan of all the code it creates automatically for me.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...