Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an DataFeed API that has an EventHandler that push me 2 arrays i.e. string[] name, string[] value. I have an object that holds these arrays in a BindingList that's bound to a BindingSource that's bound to a DataGridView control.

This DataFeed API has a method that allows me to change anyone of the values within the string[] value array. When this method is called it fires the EventHandler again sends the changed value back for notification purposes...I'm trying to figure how do I allow the user to make these changes in the appropriate DataGridView cell and have the results updated the dataGridView cell that was changed.


Thanks in advance.
-DA
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900