Telerik Forums
UI for WinForms Forum
2 answers
88 views
Hi!
 
Dim CellValue As String
Dim RowI As GridViewRowInfo
Dim RowII As GridViewRowInfo
For 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
      Next
Next

 

How? Thank you!

Vlad
Top achievements
Rank 1
 answered on 07 Aug 2018
1 answer
131 views

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

Dimitar
Telerik team
 answered on 06 Aug 2018
1 answer
468 views

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:

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 06 Aug 2018
1 answer
125 views

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

Dimitar
Telerik team
 answered on 06 Aug 2018
1 answer
93 views

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?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 06 Aug 2018
2 answers
160 views

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.

 

 

Dimitar
Telerik team
 answered on 06 Aug 2018
2 answers
248 views

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!

 

Evan
Top achievements
Rank 1
 answered on 05 Aug 2018
4 answers
1.3K+ views
Hi,
I wanna access all nodes(include all treeviews) in RadTreeView,I try to use Foreach like:
foreach (var node in RadTreeView1.Nodes)
          {
 
          }
but it return just top level nodes.How can I access all nodes in a foreach?

Regards,
Mohsen.
Dimitar
Telerik team
 answered on 03 Aug 2018
4 answers
684 views
Hi to all,
I have a problem in a RadGridView with the vertical scrollbar.
I've attacched a DataTable to my gridview DataSource, and all works well, then I've hidden some rows, but at this point the vertical scrollbar doesn't allow me to see all the rows visible, in the sense that when I reach the bottom edge of the scrollbar, there are still a lot of row in the grid view, but I cannot see them.
The code:

    myGridView.DataSource = myDataTable;
            }
            
            if (myCheckBox.Checked)
  {
                foreach (GridViewRowInfo row in myGridView.Rows)
{
                    if ((bool)row.Cells["myColumn"].Value == false)
   {
                        row.IsVisible = false;
                        row.InvalidateRow();
                    }
                }
            }
            else
    {
                foreach (GridViewRowInfo row in myGridView.Rows)
                 {
                    row.IsVisible = true;
                    row.InvalidateRow();
                }
            }
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 02 Aug 2018
9 answers
418 views
Hi,

How would one go about programmatically setting the visibility of pages at run time and also is there a way to set the position of the pages along the rows? (i.e. can one page be set to the far right).

Kind regards,


Guy

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 01 Aug 2018
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Form
Chart (obsolete as of Q1 2013)
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?