Merge normal edit and gridedit view

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
cheemingyong
User
Posts: 37

Merge normal edit and gridedit view

Post by cheemingyong »

hi is there a way to merge normal edit with a one to many grid edit view ?

example i have a main form called project and it has project details
project details are modified by grid edit

i wish to make changes to the project (normal edit view) and project details (gridedit view)
at the same time, can this be done ?


motfs
User
Posts: 258

Post by motfs »

Try to setup Master/Detail for the tables. Read Tutorial - Master/Detail in help file for more detail.


Post Reply