Hi,
RadSpreadsheet for ASP.NET AJAX
My goal is to type values in the cells (numbers, letters, etc) having a simple background image as background: this can be useful
if the image is a technical drawing and the cells could represent measurements....
more or less:
| function OnClientLoad( editor, args) |
| { |
| var style = sheet.get_contentArea().style; |
| style.backgroundImage = "url(myImage.jpeg)"; |
| } |
| </script> |
it's possible in some way?
Thanks for the support.
