Dim CellValue As StringDim RowI As GridViewRowInfoDim RowII As GridViewRowInfoFor i = 0 To grd.Rows.Count - 1 RowI = grd.Rows(i) CellValue = grd.Rows(i).Cells("colID1").Value For ii = i + 1 To grd.Rows.Count - 1 RowII = grd.Rows(ii) If CellValue = RowII.Cells("colID1").Value Then 'RowI Change BackColor 'RowII Change BackColor End If NextNext
How? Thank you!
Hi guys,
i have created a rad button with rounded edges at sides.
i fill the background with some colour, but it seems the background act like i have a rectangle shape which it's but i have rounded the shapes.
i attached a photo for example.
thank you

Hi
Really don't want a thinking for changing font in gridview( WE MUST WRITE CODE IN CellFormatting EVENT FOR A SIMPLE CHANGE FONT??!!!!! )
please release a patch for this problem!! default theme font is changeable ( but in filtering form, font wont change ), but another theme totally font unchangeable!!
another component wont change too !!!
See image:

HI,
I've spent a while looking, and not found yet, a means to set the disabled colour of a rad element item held in a rad gallery element. Is this possible and if so, how ? I have a requirement to set the colour of disabled items to one of two different colours depending on some other data.
I can set the background colour, and if required implement my own "pretend" enable / disable functionality, but I'd rather not.
Regards
Toby

We'd like to show groups in a very specific order, not in the order displayed when we group by default.
I.e. assume we have 4 groups. "Beam", "Advanced", "No beam" and "Hefty". By default when grouped these would show up in the grid in the order
Advanced
Beam
Hefty
No Beam
We'd like this to be in the order of
Beam
No Beam
Hefty
Advanced
Is there a way to accommodate this? For instance, maybe group by a different value (that is alphanumeric) and then show the text for the group from another property on our objects?

I have been struggling to get my gridview to expand everything by default
this just throws an error but seems like it is what I want just not sure how to implement it.
rgvContracts.MasterTemplate.Templates[0].ExpandAll();
rgvContracts is the name of my RadGridView.

Hi all-
I'm using a RadGridview (Telerik Winforms version 2018.1.220.40) and am having trouble setting the font size for the a) right click on column header sort options (ascending, descending, no sort etc) and b) the list of filters (contains, equals, etc) that pops out to the side from the excel filter options. (Dess helped me here with setting the font size for the excel filter box https://www.telerik.com/forums/radgridview-excel-filter-box-has-tiny-elements#jN8hkMsaPEuZCHiUFqAqFQ) but I can't get the font right for the sorting options and the filter operators. Basically the issue is that everything on the grid is 14 point font, but the sort options and filter operators list are 8.5 point.
I've tried searching through the cell elements to find these items but I don't know what they're called (or else I'm not finding them...) Also have googled but have had no luck. Does anyone know the best way to set these font sizes?
Thanks!
foreach (var node in RadTreeView1.Nodes) { }

