Hey Telerik!
I would like to determine if a newly created text block was from the autocompleteitems list or not.
I noticed that your AutoCompleteItems used a RadListDataItemCollection. Is it possible to use a collection of objects ?
If not, I will be adding items to the AutoCompleteItems in the form of
I was assuming the CreateTextBlock event could be used to determine if there was a GUID value attached or not. I could use this as a way to determine if the item was from the AutoCompleteItems. I am not sure how to get the data value for the text block element or hopefully custom class for the newly created block.
Thanks
I would like to determine if a newly created text block was from the autocompleteitems list or not.
I noticed that your AutoCompleteItems used a RadListDataItemCollection. Is it possible to use a collection of objects ?
If not, I will be adding items to the AutoCompleteItems in the form of
items.Add(
New
RadListDataItem(
"Joe Smith"
,
"GUID HERE"
))
I was assuming the CreateTextBlock event could be used to determine if there was a GUID value attached or not. I could use this as a way to determine if the item was from the AutoCompleteItems. I am not sure how to get the data value for the text block element or hopefully custom class for the newly created block.
Thanks