Jump to content

Recommended Posts

Posted

try:

function reconfigure(sender, store, columns, oldStore, the, eOpts)
{
  columns[1].setWidth(200);
  columns[2].setWidth(500);
}

 

  • Upvote 1
  • 1 year later...
Posted

How to set width to automaticly fit the StringGrid.

 

I tried function witch worked for me on DBGrid component but it doesn't work here.

 

function columnresize(ct, column, width, eOpts)
{
  if (column.fedit) {
    column.fedit.setWidth(width - 2)
  }
}

 

please help.

 

Best regards

×
×
  • Create New...