Posted 05 Jun 2013 Link to this post
Posted 06 Jun 2013 Link to this post
<
telerik:RadAsyncUpload
runat
=
"server"
DropZones
"div1"
ID
"RadAsyncUpload1"
AllowedFileExtensions
"jpg"
OnClientValidationFailed
"OnClientValidationFailed"
>
</
div
id
style
"width:200px;height:50px;background-color:Gray"
function
OnClientValidationFailed(sender, args)
{
var
fileExtention = args.get_fileName().substring(args.get_fileName().lastIndexOf(
'.'
) + 1, args.get_fileName().length);
if
(args.get_fileName().lastIndexOf(
) != -1) {
//this checks if the extension is correct
(sender.get_allowedFileExtensions().indexOf(fileExtention))
alert(
"Wrong Extension!"
);
}
else
"Wrong file size!"
"not correct extension!"
1) Log in as Super Admin- Click on any user to edit- Click on the Phone text box- By default the error message appears. 2) Log in as super Admin- Click on any user to edit- Click on Submit- 'This e-mail address is already in use. Try another.' message appears. 3) Admin must be able to change the Password. 4) After logging out, Clicking on backspace still Keeping the user logged in. Kindly check. 5) Without selecting an user, click on delete. The error message should be displayed. Intead confirmation pop up getting displayed. 6) Alignment changes in IE9. Kindly check. New **** 1) Confirm password should be mandatory 2) Clicking on Reset displays error page ( happens in Super Admin) 3) Clicking on Reset should not display the error message.(Phone number) 4) Log in as Super Admin- Click on any user to edit- Click on the Phone text box- By default the error message appears. 5) LOg in to Super Admin. Click on Sign Out. Then Log in to Employee. By clicking back button am able to access Super admin. 6) Click on Save password on Chrome. Then clcik on Add User. The user credentials are displayed. Kinldy check. 7) Same Email ID cannot be carried for different accounts with different roles. 8) Without selecting an user, click on delete. The error message should be displayed. Intead confirmation pop up getting displayed. message should be 'Select atleast one user' 9) Unable to delete any user. Displays error message 'Super Admin account cannot be deleted' 10) No delete option should be displayed for employee account 11) After searching a particular status or role or employment type or user name, the sorting should revolve around that particular alone. Should not display the entire list. kinldy check
Posted 10 Jun 2013 Link to this post
The points provided does not look related to RadAsyncUpload. Please let us know if you have any further issues with it and let us know if any of them can be reproduced on any of our on-line demos.