grid customization

hi all

i have a 2 grids in single from, in the top grid i have a column like ProjId , if i select ProjId in top grid automatically the total empId 's display in down grid. so what i do for that … (I don some customization on the same form , the the down grid empId show in look- up , so my require is the total empId show in down grid , not in look-up manner )

I didn’t get what “if i select ProjId in top grid automatically the total empId 's display in down grid” means. Could you elaborate it a little bit? What data sources do you have there? What is the relation between project and and the data sources of the bottom grid?

if you have two different datasources one for ProjId and other for EmplId then you can simply set child data source Join property on form to achieve this task, other option is to create new display/edit method on your child datasource and drop it on the bottom of the grid.