hi
I have inherited from Datagrid Class and just add a new method there.
while using this new inherited calss in a master-detail mode
(master Grid and detail grid) I used a datatable as the master for
binding first grid and a permanet ralation with child table for
binding other grid. the problem is that after loading data ,no detail
shows for first row in master grid. but if Current row change in
master then details will be shown properly.
this problem just exist in inherited classes from Datagrid. if you use
..Net's dataGrid you will not experiance this problem.
I have inherited from Datagrid Class and just add a new method there.
while using this new inherited calss in a master-detail mode
(master Grid and detail grid) I used a datatable as the master for
binding first grid and a permanet ralation with child table for
binding other grid. the problem is that after loading data ,no detail
shows for first row in master grid. but if Current row change in
master then details will be shown properly.
this problem just exist in inherited classes from Datagrid. if you use
..Net's dataGrid you will not experiance this problem.
Comment