Hello,
we have a problem with a list-grid encountered:
The list-grid has no special defined alignments, so numbers are aligned right and text is aligned left by your internal defaults. When we freeze one field, eg the first column, the alignment of all fields in the grid are going wild. Some text-fields are now aligned right, some left. Some Float-fields are no left too. We checked the docu http://www.smartclient.com/docs/6.5......frozenFields but found nothing relevant.
You can easily reproduce the "problem" with the example http://www.smartclient.com/index.jsp....types_Integer. Just freeze the first field.
Is this behaviour a bug?
Thank you in advance!
we have a problem with a list-grid encountered:
The list-grid has no special defined alignments, so numbers are aligned right and text is aligned left by your internal defaults. When we freeze one field, eg the first column, the alignment of all fields in the grid are going wild. Some text-fields are now aligned right, some left. Some Float-fields are no left too. We checked the docu http://www.smartclient.com/docs/6.5......frozenFields but found nothing relevant.
You can easily reproduce the "problem" with the example http://www.smartclient.com/index.jsp....types_Integer. Just freeze the first field.
Code:
{name:"countryCode", frozen: true, ....
Thank you in advance!
Comment