cancel
Showing results for 
Search instead for 
Did you mean: 

Enable save data locally / enable detail page generation

0 Kudos

Under the behaviors tab on the display templetes I have checked "Enable Popup Menu", checked "Enable Save Data Locally" and checked "Enable Detail Page Generation". When you right click on the applet, some applets the "Data >" selection is disabled/grayed out for others it is not and works properly. I can get the data via the showDetailUsingGet() method. Works on most grid and chart applets but does not on some. Please help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Typically this behavior would be attributed to the kind of recordset behind the applet . If it is dynamic (for example time based queries and you have enabled the auto refresh property of the applet , so with every refresh you have a new data set) then the data detail would be grayed out otherwise it would work as advertised.

Answers (0)