How to disable contol's change events when binding source position changes?

  • Thread starter Thread starter Shan1986
  • Start date Start date
S

Shan1986

Guest
Hallo,

I have data table with many columns, it is bound to my controls through binding source. I have many text boxes and combo boxes when something changes in the text box or combo box , i calculate something and store the result in result column. so every row in data table has many parameters and calculated result .

My question is when the binding source position (or row in datagridview) changes i want to disable all those calculation events fired during text change or combo box selected index change events. I want those events to be fired only when value in the text field changes manually not during row change event. How do i do that?


Thanks

Continue reading...
 
Back
Top