Jump to content

Annoying user interaction


d.bernaert

Recommended Posts

Hello,

I have a large number of tables that are displayed grouped in a unidbgrid.

I want the grid to be collapsed by default.

I've added the following code to the afterload event of the grid:

  GridTables.JSInterface.JSCall('view.features[0].collapseAll', []);

This works perfectly, except, when showing the frame, it first shows the grid expanded for half a second and then collapses all groups.

Is there a way to prevent this and see the inital view already collapsed?

Also I would like to disable the hinting when hovering over the groups.

Thx,

Dominique

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...