Jorge,
Just the way you did it in the QueryWidget just use 1=1 in the expression for the eSearch.
<expression alias="Project Railroads" textsearchlabel="Enter NAME or FEATURE_ID below"> <values> <value>1=1</value> </values> </expression>
public function labelCompareFunction1(obj1:Object, obj2:Object, column:GridColumn = null):int
Gabriel,
Bug with the label being ignored is fixed for next release (thanks for reporting this).
- I will add this as an enhancement request. Currently there are checks made to ensure all fields are filled before executing the search. The draw back to this being changed is that the search will no longer be able to be triggered by pressing the enter key as I will not know if the user pressed enter unintentionally or not.
Matt,
No that is not an option in the compiled version.
Rob,
Is it possible to disable the results to only have them show in the FixedDG and leave the text search still showing? Not sure if this is something that can be done in the compiled version 3.07 or not.
Thanks,
Matt
showStateResults();line.