Inline Edit Conundrum

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
customaware
Posts: 2400
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Inline Edit Conundrum

Post by customaware »

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
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: Inline Edit Conundrum

Post by johntalbott »

With code it's possible. It seems that it will be tricky to have a good UX.

What is the business use case driving this functionality? Maybe there is a different way to meet the need.
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
swiftinitpvtltd
Posts: 370
Joined: Sat Apr 28, 2018 3:33 am
Location: India
Contact:

Re: Inline Edit Conundrum

Post by swiftinitpvtltd »

Hi Mark,

Technically its possible via kendogrid script override to show context menu. Will require some scripting to be done as mentioned by John in aware kendogrid on render or Init.
Post Reply