kpcollier Posted May 18, 2022 Report Share Posted May 18, 2022 Anyone have a solution to hide the Inline Insert row on Grid Edit only? I need to have Inline Insert enabled for the normal results page of the tabular report. But, on grid edit, it is causing a lot of problems. I'd like to just get rid of it on grid edit altogether. It seems the inline insert fields don't have an ID or anything until the user actually clicks on it (see photo)... Caspio says this is expected behavior, but I am almost certain there is currently a bug with Grid Edit. Not too sure how to select these fields without including additional fields in the process. Quote Link to comment Share on other sites More sharing options...
futurist Posted May 18, 2022 Report Share Posted May 18, 2022 Hi @kpcollier, Can you try adding this css on the header and see if it hides the Inline Insert row on Grid edit view? <style> .cbResultSetGridDataRow:last-child{ visibility: hidden; } </style> kpcollier 1 Quote Link to comment Share on other sites More sharing options...
kpcollier Posted May 18, 2022 Author Report Share Posted May 18, 2022 Thank you @futurist, that worked! futurist 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.