Jump to content

Beginner

Members
  • Posts

    90
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Beginner

  1. Hello everybody

    I have sql return like this

     

    Income          01.01.2016

                          100

    Expence   

                           50

    Balance          

                          100

     

    I need remove cell border and brush cell color to gray  when field1 value in (Income Expence Balance)

    How do it?

     

  2. Hi,

     

    If I understood you correctly, try:

     

    UniDBGrid1 -> ClientEvents -> ExtEvents [Ext.data.Store[store] ] add store.load fn:

    function store.load(sender, records, successful, eOpts)
    {
      sender.grid.columnManager.columns.forEach(function(col){col.autoSize()})
    }

    Best regards.

     

     

     

     

    Very very slow rendering in Unidbgrid record 2000 after opening dataset...

     

    Unidbgrid webpaged = false

    fetch all true

     

    do you have other method?

×
×
  • Create New...