Grid widget and data displayed in grid
Posted: Thu Oct 24, 2019 4:51 pm
I have a screen that contains 2 subfiles, one displayed in the top half of the screen, the second displayed in the bottom half of the screen. Genie detects the first subfile and displays it fine. Genie doesn't detect the second subfile so I dragged a Grid widget over the displayed data. That's fine.
The problem is that even though I have the working grid, I can't entirely use the "onrowclick" event because the individual fields seem to be in front of the grid. I have to find and click on a spot of a row that is not covered by a data field. When I send the fields to the back, they disappear. I was wondering if there is a grid setting that allows the data to appear (or bleed) through the grid so I can use the "onrowclick" event unencumbered?
Otherwise I'm guessing I have to code the "onclick" event for each individual data field in the grid so that a user can select a row by clicking anywhere on that row.
The problem is that even though I have the working grid, I can't entirely use the "onrowclick" event because the individual fields seem to be in front of the grid. I have to find and click on a spot of a row that is not covered by a data field. When I send the fields to the back, they disappear. I was wondering if there is a grid setting that allows the data to appear (or bleed) through the grid so I can use the "onrowclick" event unencumbered?
Otherwise I'm guessing I have to code the "onclick" event for each individual data field in the grid so that a user can select a row by clicking anywhere on that row.