Span.DoNotSearchOnEnter
No edit summary
No edit summary
Line 6: Line 6:
|#Span.DoNotSearchOnEnter
|#Span.DoNotSearchOnEnter
|Existence
|Existence
|UI's in WECPOF will search on enter as it has seek expressions - you can turn this off by defining this TV on the ViewModel level
|UI's in WPF and Turnkey will search on enter as it has seek expressions - you can turn this ff by defining this TV on the ViewModel level
|}
|}
The default behavior of a seeker is that if the column of the search button is tagged as a seeker when you press enter and you type in the search box, it will start searching. If you don't want that, you can use <code>#Span.DoNotSearchOnEnter</code> to turn it off.  
The default behavior of a seeker viewmodel is that the search button (a column is tagged as a seeker) starts the search when you press Enter. If you don't want Enter to start the search, you can use <code>#Span.DoNotSearchOnEnter</code> to turn it off.  
[[Category:Tagged Values]]
[[Category:Tagged Values]]

Revision as of 21:34, 29 May 2023

#TargetType.TaggedValue CommaSeparatedExampleValues Short Description
#Span.DoNotSearchOnEnter Existence UI's in WPF and Turnkey will search on enter as it has seek expressions - you can turn this ff by defining this TV on the ViewModel level

The default behavior of a seeker viewmodel is that the search button (a column is tagged as a seeker) starts the search when you press Enter. If you don't want Enter to start the search, you can use #Span.DoNotSearchOnEnter to turn it off.

This page was edited 84 days ago on 02/10/2024. What links here