Skip to main content
16-Pearl
October 28, 2023
Solved

shall we disable the column selection popup which comes while right clicking the advgrid columns.

  • October 28, 2023
  • 1 reply
  • 1328 views

shall we disable this column selection popup which comes while right clicking the adv-grid columns.

Best answer by Velkumar

Hi @AP_10343008 

 

Disable "EnableContextMenu" in grid property

 

Velkumar_0-1698630946549.png

 

/VR

 

1 reply

Velkumar19-TanzaniteAnswer
19-Tanzanite
October 30, 2023

Hi @AP_10343008 

 

Disable "EnableContextMenu" in grid property

 

Velkumar_0-1698630946549.png

 

/VR

 

16-Pearl
November 1, 2023

This property is working fine in grid properties when configuration json is not used. 
But in my scenario, configuration json is used. And "enablacontextmenu" property i not available after configuration binding. Now how to disable column menu when configuration json is passed?

19-Tanzanite
November 2, 2023

Hi @AP_10343008 

 

Set "enableContextMenu" : false in JSON high-level

 

Velkumar_0-1698901796955.png

 

/VR