How to display attribute table of enhanced search widget?

1440
2
Jump to solution
10-23-2014 03:10 PM
LeiZhou1
Occasional Contributor

I just installed the new eSearch widget 3.6.  After finishing one search action, I would like to have the attribute table displaying the results at the bottom but not fixed; I prefer autohided.  So far all the results are just displaying in the pop -up window.  Which parameter I should adjust in the xml config file? Thanks!

0 Kudos
1 Solution

Accepted Solutions
AnthonyGiles
Frequent Contributor

Lei,

have you set the autoopendata grid attribute:

<autoopendatagrid>true</autoopendatagrid>
The autoopendatagrid element is a Boolean value that specifies if the datagrid will automatically be opened be a search is performed for this layer. The autoopendatagrid is false by default.

https://raw.githubusercontent.com/rscheitlin/eSearch/master/Enhanced%20Search%20Widget%20XML%20Confi...

View solution in original post

0 Kudos
2 Replies
AnthonyGiles
Frequent Contributor

Lei,

have you set the autoopendata grid attribute:

<autoopendatagrid>true</autoopendatagrid>
The autoopendatagrid element is a Boolean value that specifies if the datagrid will automatically be opened be a search is performed for this layer. The autoopendatagrid is false by default.

https://raw.githubusercontent.com/rscheitlin/eSearch/master/Enhanced%20Search%20Widget%20XML%20Confi...

0 Kudos
LeiZhou1
Occasional Contributor

I figure that out. Both eSearchWidget and SearchWidgetFixedDG need to be added to the module list and config file.  Thanks a lot!

0 Kudos