or
<
telerik:RadToolTipManager
ID
=
"RadToolTipManager1"
runat
=
"server"
HideEvent
=
"ManualClose"
ManualClose
=
"True"
Modal
=
"true"
ShowCallout
=
"False"
ShowEvent
=
"OnClick"
Position
=
"Center"
OnAjaxUpdate
=
"RadToolTipManager1_AjaxUpdate"
ShowDelay
=
"0"
RelativeTo
=
"BrowserWindow"
Height
=
"400"
Width
=
"550"
CssClass
=
"ToolTip"
>
</
telerik:RadToolTipManager
>
<
telerik:RadDatePicker
ID
=
"datePicker"
runat
=
"server"
ShowPopupOnFocus
=
"True"
ZIndex
=
"10000"
>
</
telerik:RadDatePicker
>
If multiviewContacts.GetActiveView.ID = "viewContactSelect" Then
'Bind the radgrid
else
'Don't bother binding
end if
http://www.telerik.com/community/forums/aspnet-ajax/async-upload/shorten-display-name.aspx
you guys offered a solution for shortening one filename in the above thread using the OnClientFileSelect event
Is there something that will do the same thing for multiple files? OnClientFilesSelected
So if a user selects multiple files with long names, I can display
veryveryverylong... [x remove]
anotheryverylong... [x remove]
I tried to get some documentation from http://www.telerik.com/help/aspnet-ajax/asyncupload-onclientfilesselected.html to figure it out but there isn't much info here. Are there other sources of info for these events?
thanks...Steve