I have a RadSearchBox that is getting it's values from a WebMethod (in the standard way from the demo), I'm then trying to get the selected value on the client side. However I do not seem to be able to retrieve it. I can get the text easy enough but not the value. Could you please advise how this is done?
<telerik:RadSearchBox RenderMode="Lightweight" ID="racProp" runat="server" Width="90%" HighlightFirstMatch="true" EmptyMessage="[No Property Selected]" Filter="Contains" TextSettings-SelectionMode="Single" InputType="Text" MaxResultCount="10" OnClientDataRequesting="OnPropertiesClientRequesting" OnClientSearch="OnPropertyAdded" DataKeyNames="Category"> <WebServiceSettings Method="GetProperties" Path="GetProperties.aspx" /></telerik:RadSearchBox>