0

When the user hovers over the Telerik.Web.UI.RadUpload input button a tooltip appears showing the current path of the file to be uploaded or a 'No file chosen' text.
AFAIK and from the official documentation for that component, it is necessary to load the localization related content from a .resx file, but I need to set that info via codebehind because the application I'm working on loads localization data from a cache. A different approach could be to use the event raised whenever the cursor gets over the input button but I couldn't find neither an event nor an specific control holding that text.

Is there any other option letting me to set the content for that tooltip?

JPCF
  • 2,232
  • 5
  • 28
  • 50

1 Answers1

0

I didn't comment that the situation happens in Chrome, not in IE10. It seems that the problem is related to webkit and has nothing to do with telerik. So this problem is solved as suggested here and here. By solution I mean to disable the tooltip.

Community
  • 1
  • 1
JPCF
  • 2,232
  • 5
  • 28
  • 50