Forum Discussion
Jimmy_Mc
Jan 09, 2024Copper Contributor
Edit in Gridview has moved
This morning we experienced that Edit in Grid view has moved from 2nd place in the command bar to being hidden after the ... What can I do to move it back? I have followed the information...
- Jan 10, 2024Still don't know why it changed, but thats life in a cloud world. I managed to make it work by adding "sectionType": "Primary", "commandBarProps": { "commands": [ { "key": "editInGridView", "iconName": "EditTable", "primary": false, "position": 1, "hide": false, "sectionType": "Primary", "pinToQuickAccess": true }
DaveMehr365
Jan 09, 2024MVP
Hello Jimmy_Mc
it's a very new change, it may take a moment before all the functions are compatible with the new change.
Best, Dave
Jimmy_Mc
Jan 10, 2024Copper Contributor
Where did you find info about the change? Are you saying that you think the editing the view in JSON will work, and that I just have to be patient?