Select to view content in your preferred language

Query Builder for Sample Viewer (v1.3)

404
2
05-13-2010 01:07 PM
SusanMordy1
New Contributor II
When the user clicks 'View attribute Data' in the query builder widget - all the column names are bunched up and because there are so many columns for my map service, it's impossible to modifiy the widget display to see them all.

See attached.

Does anyone know how I can fix/modify this? I would like the column names to be readable and for the user to be able to scroll across at their leisure?

Thanks.
Tags (2)
0 Kudos
2 Replies
MarkHoyland
Occasional Contributor II
Hi Susan,

The quick and nasty is to set the horizontalScrollPolicy to on for the datagrid.
Still not greatbut better than what your picture shows.
(Or you can play around with the mincolumnwidth property on the datagrid.)

     <mx:DataGrid id="QBData" width="100%" height="100%" 
       horizontalScrollPolicy="on">
     </mx:DataGrid>
0 Kudos
SusanMordy1
New Contributor II
Thanks Mark - good work around.
Once again, all your help with this widget is greatly appreciated.

Susan
0 Kudos