Hello,
I've two problems regarding the RadWaitingBar
both problems can be recreated/tested with the attached project (zip)
Kind regards
Christian
Hello,
I'm unable to hide the grid view row separator lines, Please check image and do the needful.
Hello Guys
I'm trying to change the font color of the complete row based on a value of a column. Currently I do this:
private
void
LicensesList_RowFormatting(
object
sender, RowFormattingEventArgs e)
{
if
(e.RowElement.VisualCells.Count == 0)
return
;
e.RowElement.ForeColor = (
bool
) e.RowElement.VisualCells[7].Value ? Color.Red : Color.Green;
}
which is basically working but not for the Child rows. They appear black at first and change color when I select them. Also, if I do a .MasterTemplate.Refresh() all the columns turn black again until they are selected. Is there something I've missed or is my approach bad?
Thank You
Hello
I have the strange problem that the column headers seem to over-paint the control border. It seems to be theme related as it does not happen if I use the default theme. Although I didn't have this issue in my prototype....
Kind regards
Marco
I have page view in mode backstage.
How do I highlight the selected page?
I need the selected page remain highlight even when the pageView has lost the focus.
Thanks!
how can i change the background color of a gridTemplate Header.
thanks
andré