Hello All,
The following yellow line displays when I press tab key on Category drop down.
I am using a telerik RadAsynchronous upload for file uploading where this yellow line on tab focus is coming.
<telerik:RadAsyncUpload ID="RadUploadDocument" runat="server" OnClientDeleting="ToDeleteFile" EnableEmbeddedSkins="false"
AllowedFileExtensions=".pdf,.doc,.xls,.ppt,.pdfx,.xlsx,.docx,.pptx" ControlObjectsVisibility="none"
InputSize="50" Font-Names="Arial" MaxFileSize="5242880" OnClientFileUploaded="OnValidationSucceed"
AutoAddFileInputs="true" OnClientValidationFailed="validationFailed" MaxFileInputsCount="1"
Style="position: relative; float: left; margin: 3px 0px 0px 10px; width: 385px;
">
</telerik:RadAsyncUpload>
The following yellow line displays when I press tab key on Category drop down.
I am using a telerik RadAsynchronous upload for file uploading where this yellow line on tab focus is coming.
<telerik:RadAsyncUpload ID="RadUploadDocument" runat="server" OnClientDeleting="ToDeleteFile" EnableEmbeddedSkins="false"
AllowedFileExtensions=".pdf,.doc,.xls,.ppt,.pdfx,.xlsx,.docx,.pptx" ControlObjectsVisibility="none"
InputSize="50" Font-Names="Arial" MaxFileSize="5242880" OnClientFileUploaded="OnValidationSucceed"
AutoAddFileInputs="true" OnClientValidationFailed="validationFailed" MaxFileInputsCount="1"
Style="position: relative; float: left; margin: 3px 0px 0px 10px; width: 385px;
">
</telerik:RadAsyncUpload>