Hey
I tried to use bindingSource created by wizard from dataGridView. I set it
to bind data from my class I have public property "Source" that returns list
of objects with property of "SampleText ". Wizard created bindingDataSour ce
object, and a column in my dataGridView but when I run this it doesn't seems
to execute any data. I tried to bind dataGridView.Da taSource to my object
manually it works perfectly ;) I also tried to bind dataGridView.Da taSource
= myBindingSource ; but it doesn't work at all.
Jarod
I tried to use bindingSource created by wizard from dataGridView. I set it
to bind data from my class I have public property "Source" that returns list
of objects with property of "SampleText ". Wizard created bindingDataSour ce
object, and a column in my dataGridView but when I run this it doesn't seems
to execute any data. I tried to bind dataGridView.Da taSource to my object
manually it works perfectly ;) I also tried to bind dataGridView.Da taSource
= myBindingSource ; but it doesn't work at all.
Jarod
Comment