Dear Abu. I have two master / detail grids. Grid 1 (master) has a field with values yes or no. I send this field as a parameter for the detail grid next to the ID. The detail grid table has the following fields: field1, field2, field3, field4, field5 and field6. If the master sends “YES”, I must display the following fields: field1, field2, field3, field4. But if you send “NO” it should show the fields: field1, field2, field5, field6. Is there any possibility that this can be done?
1 Answers
Possible duplicate of https://www.gridphp.com/support/questions/master-detail-conditional/
Reopen if required.
Your Answer