On the search row, there is an options menu. Under the menu section "search in columns", there is a header with the text "Master Template".
Is there a way to change this text to be the dependent on the current grid? I've found I can name the child templates using the caption property, but I haven't found anything for the master template.
Telerik version is 2018.3.1016.40. Application is for windows 10, .NET 6.4.1
When you click on the link for the Hamburger Menu in the bullet list, a web error occurs: HTTP Error 400. The request URL is invalid.
The URL for the Hamburger Menu link is: https://docs.telerik.com/devtools/winforms/%7Bslug%20winforms/pageview/navigationview%%7D

HI
How could I embed my Control into the bottom of each row (not cell) .
see attacyment - GridView embed control 1.png
Best regards
Chris

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!

