Jump to content

TRodrigues

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by TRodrigues

  1. Hi. 

    You can make so:

     

    function OnReconfigure(sender, store, colModel)

    {

    sender.headerCt.forceFit=true;

    }

     

    in unidbgrid.ClientEvents.ExtEvents

     

    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...