Renders the prompt suggestion content.
To define the suggestion template, nest a <ng-template> tag with the kendoGridSmartBoxPromptSuggestionTemplate directive inside the component tag.
The template context is set to the current suggestion. Use the let-suggestion directive to reference the current suggestion.
Definition
Package:@progress/kendo-angular-grid
Selector:[kendoGridSmartBoxPromptSuggestionTemplate]
Syntax:
html
<kendo-smartbox>
<ng-template kendoGridSmartBoxPromptSuggestionTemplate let-suggestion>
<kendo-icon-wrapper name="sort-asc" [svgIcon]="sortAscIcon"></kendo-icon-wrapper>
<span>{{suggestion}}</span>
</ng-template>
</kendo-smartbox>