I have a form with radgridview bind to bindingsource and 1 button a 2 textbox also bind to one field from the same bindingSource.
The button when click will add a new row.
When a click the the values from the 2 textbox, keep the values from the last select record from the radgridview.
if i replace the radgridview for the datagridview, the value are cleared, which is the correct behavior, because is a new row with no values assign.
Can any one help me
The button when click will add a new row.
When a click the the values from the 2 textbox, keep the values from the last select record from the radgridview.
if i replace the radgridview for the datagridview, the value are cleared, which is the correct behavior, because is a new row with no values assign.
Can any one help me