I'm not entirely sure exactly where you've set this image to the background, but this is likely off the BackgroundImage property of one of our Style objects. Assuming that this is true, you can use the CustomRules property of that Style object to provide more CSS rules. Specifically, you should use the value "background-repeat:no-repeat" to keep the background image from repeating.
If you've set the background image in a CSS class, rather than using properties off our Style objects, simply add "background-repeat:no-repeat" to your CSS class definition.
Vince McDonald
Manager of Developer Support, MCP
Infragistics, Inc.
Was this post helpful? Please let me know by using the star ratings and the "Answered" button from the forum's web interface.
Need help? Find the various ways you can
ask for help from Infragistics.