Reduce the length of field value in grid layout
Hi,
I have a requirement. Need to display the column value to 20 char in grid layout. But in filter it should display total value.
eg: ColumnName A
Column value = 30char string.
In grid A value should display only 20char but when we do filter on column A, it should display total 30char string.
can any one suggest how to implement this.
I have tried with adjusting the cell width etc but not working.
Thanks,