I've been trying to figure out how to accomplish a specific behavior and I haven't been too successful. Here's what I'd like:
I want to specify an EmptyMessage for a radTextBox and specify a style that displays that message in a light gray color. I have successfully accomplished this by setting the Skin property to "" and specifying my desired class for the EmptyMessageStyle-CssClass property. When someone actually types, the text should appear in black.
These two things work, but the problem is in the in-between phase -- if the user hovers over the empty message text, it turns black! I have tried forcing the hover style to not apply, but I've been unsuccessful.
Any suggestions? I really don't want any hover behavior whatsoever.
Josh
I want to specify an EmptyMessage for a radTextBox and specify a style that displays that message in a light gray color. I have successfully accomplished this by setting the Skin property to "" and specifying my desired class for the EmptyMessageStyle-CssClass property. When someone actually types, the text should appear in black.
These two things work, but the problem is in the in-between phase -- if the user hovers over the empty message text, it turns black! I have tried forcing the hover style to not apply, but I've been unsuccessful.
Any suggestions? I really don't want any hover behavior whatsoever.
Josh
