Re: Help with DataGridView
You get the bound DataRowView from the Current property of your BindingSource. You then call the AddNew method of the second BindingSource and set the fields of the new DataRowView.
Re: Help with DataGridView
Whoowwww...Thanks for that John..but, im just new to DataGrid and honestly, i cant understand the terms...Can you please explain it further, if you can still..or if posible can you please give an example, it may not be exact to what im asking but it could be something that has relevant to my problem...Thanks in advance!
Re: Help with DataGridView
This has very little to do with the DataGridView (and nothing to do with the DataGrid). You should be binding your DataTables to BindingSource objects, which in turn should be bound to the grids. Everything I said relates to the BindingSource and DataRowView classes. If you want to know about the BindingSource class, its Current property or its AddNew method (you know what I'm going to say don't you) you should read the documentation.
Re: Help with DataGridView
Quote:
This has very little to do with the DataGridView (and nothing to do with the DataGrid).
Thats the proof for this
Quote:
im just new to DataGrid
:D
Quote:
(you know what I'm going to say don't you)
Yah.... :D read the MSDN... :thumb:
Thanks for that John...I'll give it a try..
Re: Help with DataGridView
Quote:
Originally Posted by daimous
Thanks for that John...I'll give it a try..
When you have, if you still can't get it then post what you've done and I'll be glad to help. I'm always keen to see people have a shot themselves first though. :)
Re: Help with DataGridView
No prob..
Quote:
I'm always keen to see people have a shot themselves first though.
INDEED! ..Infact everytime i post a questions/problem its always expected that you have always the answer, it may not be the exact answer/solution but still it really helps a lot and really appreciate it!