![]() |
|
Is it possible to master-detail between two IWDBGrid or with the new IWjQDBGrid (Pare - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Is it possible to master-detail between two IWDBGrid or with the new IWjQDBGrid (Pare (/thread-1750.html) |
Is it possible to master-detail between two IWDBGrid or with the new IWjQDBGrid (Pare - willmom - 06-22-2020 Hi, Please, can anybody help me? Is it possible to master-detail between two IWDBGrid or with the new IWjQDBGrid (Parent and Child Records)? Each DBGrid is linked to a Query connected to the Database. What I wanted is when you click on any DBGrid Parent row, the DBGrid Child records will be updated. Thank you, RE: Is it possible to master-detail between two IWDBGrid or with the new IWjQDBGrid (Pare - kudzu - 06-23-2020 There are events for grid selection. In one of those events just run the detail query and the detail grid will update. RE: Is it possible to master-detail between two IWDBGrid or with the new IWjQDBGrid (Pare - Alexandre Machado - 07-02-2020 (06-22-2020, 01:17 PM)willmom Wrote: Hi, You can do it using the new IW jQuery grid using grid events. The grid events will be responsible for keeping the M/D relationship in sync RE: Is it possible to master-detail between two IWDBGrid or with the new IWjQDBGrid (Pare - ioan - 01-19-2021 (07-02-2020, 06:29 AM)Alexandre Machado Wrote: You can do it using the new IW jQuery grid using grid events. The grid events will be responsible for keeping the M/D relationship in sync Hi Alex, Is there a demo for this? I'm trying to get two TIWjQDBGrid working with master-detail, but I can't figure out how. Clicking on a row doesn't make the record active and in the OnAsyncLinkClick event, I don't see any info that will allow me to locate the record I clicked. Thanks! |