Hi,
I'd like to conditionally format each token in a RadAutoCompleteBox control depending on the value of the each token. For example, I'd like to format all items that can be matched in the AutoComplete collection as green and all unmatched items in red.
There is an introduction on formatting tokens at:
http://www.telerik.com/help/winforms/editors-autocompletetextbox-formatting-blocks.html
however I can't find a property in the token variable that gives me access to the corresponding entry in the Items collection in the RadAutoCompleteBox control so that I can style the token conditionally. How can I get access to corresponding item being formatted?
Kind regards,
Dave.
I'd like to conditionally format each token in a RadAutoCompleteBox control depending on the value of the each token. For example, I'd like to format all items that can be matched in the AutoComplete collection as green and all unmatched items in red.
There is an introduction on formatting tokens at:
http://www.telerik.com/help/winforms/editors-autocompletetextbox-formatting-blocks.html
however I can't find a property in the token variable that gives me access to the corresponding entry in the Items collection in the RadAutoCompleteBox control so that I can style the token conditionally. How can I get access to corresponding item being formatted?
Kind regards,
Dave.