Jump to content

Recommended Posts

Posted

Hello Unigueers,

I want share this for those who want a good design in Mobile UnimStringGrid :

UnimStringGrid1 > ClientEvents > ExtEvents > painted function

function painted(sender, eOpts)
{
   var columns = sender.getColumns();
        
    columns[0].setFlex(0);
    columns[1].setFlex(1);
    columns[2].setFlex(2);    
        
    // and for all columns
    //columns.forEach(function(col) {col.setFlex(1)});
   
}

Many Thx to our Maestro Sherzod.

  • Thanks 2
×
×
  • Create New...