Jump to content

Recommended Posts

Posted

I can't set DBGrid.Grouping.Collapsible to True in the latest 1085 build, and if I try to collapse grid using this js code

    UniSession.AddJS(DBGrid1.JSName + '.view.features[0].collapseAll();')

it causes visual glitches (repeatable '+' signs) in group's headers. Did I miss something?

  • Administrators
Posted

I can't set DBGrid.Grouping.Collapsible to True in the latest 1085 build, and if I try to collapse grid using this js code

    UniSession.AddJS(DBGrid1.JSName + '.view.features[0].collapseAll();')

it causes visual glitches (repeatable '+' signs) in group's headers. Did I miss something?

 

Yes, we intentionally disabled collapsing.

 

We are moving towards a stable version so everything that doesn't work as expected is either fixed, disabled or removed from the framework.

A grid with collapsed rows doesn't respond well when you navigate, edit or append new rows. Until we are able to completely fix all such issues collapsing will remain as disabled.

  • 4 months later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...