Jump to content

TRodrigues

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by TRodrigues

  1. I only wanted start grid with the grouping collapse. Workaround with: UniSession.AddJS(unidbgrid1.JSName + '.view.features[0].startCollapsed=true;') ;
  2. Can Anyone tell me if alredy possible collapse all group?
  3. This works, but it's slow for me to load 25 records with 60 columns.
  4. First of all, thank you very much for your response. This works, but it's slow for me to load 25 records with 60 columns, or maybe I'm doing something wrong.
  5. Hi, When I use: sender.headerCt.forceFit=true; the result is this: https://www.dropbox.com/s/sxwmwsmvscar3uw/UniGui_Grid.png?dl=0 Does anyone know how to solve it? The scroll disappears and it tries to fit into a single page. What the property tries to do is to divide the size of the Grid by the existing columns. Right? What I want is that the width of the column is the size of the largest text inserted in it.
×
×
  • Create New...