Hi,
I am using a data bound gridview in which im using BindingList which is bound to grid and this grid is Hierarchical with 2 levels.
Im dynamically adding rows to 1st level of grid by clicking on button out side grid and it is working fine, here im adding row to the datasource but not to the grid.
but when i try to add row to 2nd level of grid, in the begining it works fine.
when i add 2nd record to 1st level, and if i insert 2nd level rows it keeps adding empty rows to grid.
so my problem is i want to add row dynamically outside grid as well as update and delete in same manner.
can any one help me ..plz
I am using a data bound gridview in which im using BindingList which is bound to grid and this grid is Hierarchical with 2 levels.
Im dynamically adding rows to 1st level of grid by clicking on button out side grid and it is working fine, here im adding row to the datasource but not to the grid.
but when i try to add row to 2nd level of grid, in the begining it works fine.
when i add 2nd record to 1st level, and if i insert 2nd level rows it keeps adding empty rows to grid.
so my problem is i want to add row dynamically outside grid as well as update and delete in same manner.
can any one help me ..plz