Hello,
I have a RadGrid with a column set to Visible=false that I only want shown after a button_click event. Upon the click event, the column is set to Visible=true and is shown. At this point, I want the rows text color changing according to the value in the newly visible column.
I have the column appearing on the click event, and I can color the row text straight away by setting it in RadGridReview_ItemDataBound event. But this means the color is set before clicking the butotn. What event do I need to fire or handle to make it color them only after clicking the button?
Thanks in advance,
Paul
I have a RadGrid with a column set to Visible=false that I only want shown after a button_click event. Upon the click event, the column is set to Visible=true and is shown. At this point, I want the rows text color changing according to the value in the newly visible column.
I have the column appearing on the click event, and I can color the row text straight away by setting it in RadGridReview_ItemDataBound event. But this means the color is set before clicking the butotn. What event do I need to fire or handle to make it color them only after clicking the button?
Thanks in advance,
Paul