Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<style type=
"text/css"
>
.ruUploadProgress, li .ruCancel, li .ruRemove
{
visibility
:
hidden
;
}
li.ruUploading
height
1px
</style>
<
telerik:RadAsyncUpload
runat
=
"server"
ID
"RadAsyncUpload1"
OnClientFileSelected
"selected"
</
<script type=
"text/javascript"
function
selected(sender, args) {
$telerik.$(args.get_row()).addClass(
"ruUploading"
);
</script>