This is a migrated thread and some comments may be shown as answers.

TextBox style problem

1 Answer 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
wang zhong
Top achievements
Rank 1
wang zhong asked on 12 Apr 2010, 09:12 AM

We met a problem about design the report.

There is a Table in report detail section. In each TextBox of table cell,it will be set a text value in table_Binding event. I want to set some textbox's font color to red. For example,whose value is "1". I use Textbox.style.color to do that. But because the table and textbox is in detail section, it seems this operation will change the color of template (affect all pages), not only one page include the textbox which value is "1". That's wrong result.

Do you have any other idea to implement such functions?

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 14 Apr 2010, 05:58 PM
Hello wang zhong,

Most probably you have used a definition item instead of the processing counterpart (the sender argument), thus all of the processing items will be modified.
Check out the following help articles:


Regards,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
wang zhong
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or