-
Rudá Cunha
58
posts
Member since:
Mar 2010
Posted 22 Mar 2011
Link to this post
I need to run the filter with ComboBox and Contains StartsWith + MarkFirstMatch =true
Sample items
Ana Maria
Antonio
Felipe
Fabio
Maria Ana
My combobox is specified as with Contains.
Value: Maria
It appears the items:
Ana Maria
Maria Ana
All right. Only he focuses on the first "Ana Maria" but I wish he focuses on "Maria Ana" Butit still appears the "Ana Maria".
How do I do this?
I tried using the OnClientKeyPressing but does not work correctly: .highlight();
-