DataGrid Master/Details

  • Thread starter Thread starter ruca
  • Start date Start date
R

ruca

I have two DataGrids, one Master and other Details.

I let user choose the number of records that want to see by datagrid page
(in Master).
I have Details grid below of Master.

My problem is that when I (or user) choose big number (or all) records to
see in Master, this overlaps Details. How can I prevent this?
How van I adjust Details grid to begin where Master end?
Is there any propertie in DataGrid that helps?
 
Put your Master & Detail grids in seperate tables. This should prevent one
from overlapping the other.
 
Back
Top