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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How to diable edit mode in the datagrid 2
Master / Detail Grid 2
datagrid - 2 master tables 2
Master / details grid 4
Datagrid 7
Master / Detail datagrids 2
HOWTO: Select Records From A Dataset 1
sync issue 2

Back
Top