I have a BO which displays about 30 Attributes via an Inline Edit Query.
Some of the Attributes are Protected and some are not.
What I need is a way to Right-Click on any row cell and display a Context Menu for that cell.
Only options in the Context Menu would be UpProtect (if it is Protected) and can run a process knowing which cell was clicked on, and Protect (if it is UnProtected) and runs a process to Protect that
cell again.
I doubt this is possible but needed to ask just in case.
TIA