<viewer:WidgetTemplate id="wTemplate" width="430" height="240"
Is there a simple way to widen the data table window that results in the Find and Identify -> Identify Features sample on the samples page at
http://help.arcgis.com/en/webapi/fle...les/index.html ?
(Note: the post is not showing the url address above correctly - it is the Flex Samples tab web page)
I know that it is using the default renderer:
clickGraphic.symbol = new InfoSymbol(); // use default renderer
clickGraphic.attributes = resultGraphic.attributes;
I am using the code in another applicatiion and would like the information window to be wider to show the full data values (which it now cuts off - see parcel ID below).