GridControl nested in Form
Brought to you by:
mcarniel
Hi,
I have a main Form and into this form I have 2 gridControl. Both form and grid controls have their own insert,delete,update, save and reload button, so I can modify data of each component. I notice something strange: when I set grid in edit mode I can't browse into its filed to modify data and when I set update the main panel, also save button are enabled. It is possible there is some conflict with form and nested controll grid? There is any solution?
Thenks in advance for your help!!!
Anonymous