Hi.
I use RadGridView that has these columns.
1.ProducId(tetxtboxcolumn)
2.ProductName(tetxtboxcolumn)
3.UnitType(comboboxcolumn)
i want to add a new row to radgridview while a new row added, Unittype shoud bind to table unittypes base of ProductId
in my db that has these fields
1.ProducId
2.Firstunit
2.SecondUnit
3.ThirdUnit
I use RadGridView that has these columns.
1.ProducId(tetxtboxcolumn)
2.ProductName(tetxtboxcolumn)
3.UnitType(comboboxcolumn)
i want to add a new row to radgridview while a new row added, Unittype shoud bind to table unittypes base of ProductId
in my db that has these fields
1.ProducId
2.Firstunit
2.SecondUnit
3.ThirdUnit