You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I use ig_simple plugin to interactive grid in apex application.
I set edit mode for IG by command:
apex.region("MYSTATICVALUE").widget().interactiveGrid("getActions").set("edit", true);
and it works for all items except ig simple checkbox plugin.
I use Stretch=Always for this item as too.
But user needs click twice on cell for checking/unchecking box, also in edit mode checkbox "jumps" up in cell.
Is there a way to prevent clicking twice and "jumping" up of square?
The text was updated successfully, but these errors were encountered:
I just tried the demo and the requirement to click twice doesn't seem user-friendly, especially when the checkbox shifts up on the first click, so you can't click twice in the same spot to check/uncheck.
Hello, I use ig_simple plugin to interactive grid in apex application.
I set edit mode for IG by command:
apex.region("MYSTATICVALUE").widget().interactiveGrid("getActions").set("edit", true);
and it works for all items except ig simple checkbox plugin.
I use Stretch=Always for this item as too.
But user needs click twice on cell for checking/unchecking box, also in edit mode checkbox "jumps" up in cell.
Is there a way to prevent clicking twice and "jumping" up of square?
The text was updated successfully, but these errors were encountered: