Want to prevent a grid row from being selected

Bob B

Guest
Creating a find/browse form application.

Want to display several rows in a grid, but make some of them un-selectable based on a test against a column within that particular row.

In essence, make some grid rows "display only". Tried Disable Grid function, but rows are still selectable.

Running E1 9.0 web client.
 
I think you can do that through row security by P000950 by making it as read only for the table it is using.
 
If you fill the grid using insert grid buffer row one of the properties specifies if it is selectable or not. I don't remember ever using this but you could try that.
 
Back
Top