I have small WinForms application with one TabControl (two TabPages). Each TabPage contains one DataRepeater control. Functionality both DR controls is the same - one databese table binded to one DR control (via DataSet object which is a DataSource created with VC2010 designer). I use BindingNavogator control to manage data in DataRepeater control. Adding new row in DataRepeater control located in TabPage2 works fine. The trouble is when i try to add new row to DataRepeater control located in tabPage1 - in this case currently added row DISAPPEARS when i click on other row inserted earlier (sometimes I need to copy some data from other cells...). How to repair this state for DR in TabPage1? Have you ever seen that app's behaviour?
Asked
Active
Viewed 165 times