Hi,
I created a AutoCompleteBox inside a radwindow, it functions well except the cursor not appear, any hints why?
I created a AutoCompleteBox inside a radwindow, it functions well except the cursor not appear, any hints why?
<telerik:RadAutoCompleteBox ID="dfCollaborator" runat="server"DataSourceID="ldsStaff"<BR> DataTextField="DisplayName" DataValueField="SID" Width="400px" Delimiter=";" DropDownHeight="50px" EmptyMessage="Please input" InputType="Token"><BR> <TokensSettings AllowTokenEditing="true" /> <BR> </telerik:RadAutoCompleteBox>