[SOLVED] Reducing column width of fields within grid
This topic is locked
[SOLVED]
 Reducing column width of fields within grid
6/29/2016 12:39:35 PM
PHPRunner General questions
K
KelvinChua author
Hi Gurus, Let's say I have a number of fields within the grid. If one of my fields is 40 chars, how do I set the field, so that it will display a maximum of 15 chars on each row with the column. Thanks. Kelvin Chua
Hi Gurus, OK, tested and realized the basic behavior of the grid. If I were to resize the telephone No column to about 15 chars width, but I typed a string of '62971234/62972345/62975432', the column will be enlarged till it accommodate the entire string. But if I were to type '62971234/ 62972345/ 62975432', the column will be reduced to my preferred width, with each block of text in a new row. Thanks. Kelvin Chua