More on this, not sure if it's my syntax, or an issue that might help figure it out.If I have a field setting as such:<field name="PHOTO_ID" alias="PHOTO" hyperlinkgridfield="true" hyperlinkaliastext="Photo" hyperlinkgridicon="assets/images/i_camera.png"/>
I can click on the camera icon in the results window and it will open the hyperlinked photo in a new web browser. However, if I click on the camera icon in either the fixed or float DG, I get the following error, THEN it will still open the image in a new browser once I dismiss the error.TypeError: Error #1009: Cannot access a property or method of a null object reference.
at widgets.eSearch::eSearchWidget/clickSearchRelateResult()
at widgets.eSearch::SearchWidgetFloatDG/clickRow()
at widgets.eSearch::SearchWidgetFloatDG/__resultsGrid_gridClick()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()
at spark.components::Grid/dispatchGridEvent()
at spark.components::Grid/dispatchGridClickEvents()
at spark.components::Grid/grid_mouseDownDragUpHandler()
at MethodInfo-5341()
However, if I set the field tag to this:<field name="PHOTO_ID" alias="PHOTO" hyperlinkgridfield="true" hyperlinkaliastext="Photo" />
I don't get the icon in the grid, just the text, BUT, it will let me click on it and opens in new browser with no error. So to summarize, it doesn't appear as if the hyperlinkgridicon is working correctly from either of the datagrids, only the results window.R_PS, can repeat with 3.1.2, 3.1.4, and 3.1.5 - no others tested 🙂