DataGrid Master/Details

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?
 
M

Morgan

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


Top