erdal Posted July 24, 2014 Posted July 24, 2014 Picture link . http://i58.tinypic.com/2wp5rg9.jpgpls help me.
erdal Posted July 24, 2014 Author Posted July 24, 2014 stringgrid..... how we set the length of the column on the screen.
Sherzod Posted July 24, 2014 Posted July 24, 2014 try: function reconfigure(sender, store, columns, oldStore, the, eOpts) { columns[1].setWidth(200); columns[2].setWidth(500); } 1
skafy Posted January 7, 2016 Posted January 7, 2016 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
Recommended Posts