Hi I use the telerik RadComboBox and on a client side event i use the 'RadComboBoxEventArgs' variable to get the selected item .
The code would be
The code would be
ComboBoxEventArgs.get_item()<BR>
The RadComboBox is an edittable combo box that is a user can search for a particular record by typing in to it.
Now, if the user searches for an item which is present in the list everything just works fine.
But if the user types in something that is not in the list then the code
ComboBoxEventArgs.get_item()
throws an error "TypeError :Object doesnt support this property or method"
I am using the telerik control with the version "2010.3.1401.40"
Regards,
Francis