Glad you got it works, but you should mark the persons post that helped you answer your question with the green check mark (i.e. mark as the answer) and not your own unless you believe that the poster did not provide adequate help and you did answer your own question.
Did you change the follow step 5 in the Enhanced Search Widget Fixed Datagrid Setup.pdf? Do you have any fields in your eSearchWidget layer that are marked gridfield="true"?
That all looks good as it is the default stuff I provide with the download. What I don't see is the portion of the eSearchWidget.xml that tells the widget to use the fixed datagrid (as I mentioned earlier Step 5 of the pdf) which appears after all the layers and tables are listed.
<floatorfixed>fixed</floatorfixed><!-- possible values are fixed and float -->
Thank you very much finally get it to works. Very nice function. The code you mentioned is inside the ocde here on eSearchWidget.xml: <keepgraphicalsearchenabled>true</keepgraphicalsearchenabled> <autozoomtoresults>true</autozoomtoresults> <enabledatagridinteractionwithwidget>true</enabledatagridinteractionwithwidget> <toleranceforpointgraphicalselection>6</toleranceforpointgraphicalselection><!-- value is in screen pixels --> <tolerancebydefault>false</tolerancebydefault> <spatialreference>102003</spatialreference> <zoomscale>2400</zoomscale> <geometryservice>http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer</geometryservice> <csvseparator>,</csvseparator> <disablebuttons></disablebuttons><!--possible values one or more not all four search types comma separated text,graphic,spatial,grid,datagrid --> <defaultselectionoption>textInput</defaultselectionoption><!--possible values only one graphicalInput or textInput or spatialInput --> <enabledrawgraphicbutton>true</enabledrawgraphicbutton> <enablebuffergraphicbutton>true</enablebuffergraphicbutton> <selectedgraphicaltool></selectedgraphicaltool><!-- possible values are extent or polygon or mappoint or polyline or nothing --> <multipartgraphicsearch>true</multipartgraphicsearch> <floatorfixed>fixed</floatorfixed><!-- possible values are fixed and float --> <relatetooltip>Show Relates</relatetooltip> <relateicon>widgets/eSearch/assets/images/i_relate.png</relateicon>
Glad you got it works, but you should mark the persons post that helped you answer your question with the green check mark (i.e. mark as the answer) and not your own unless you believe that the poster did not provide adequate help and you did answer your own question.