Telerik Forums
UI for WinForms Forum
1 answer
172 views

Hi.

Is it possible to hide the "Add new row" row from the grid in Visual Style Builder? Or turn on/off other properties as well or hide some columns? It's distracting to see all possible columns when you want to see the clean, basic version of the grid. 

For example, this is the applied theme in the app (header and filter row):

and this in the VSB:

And particularly, for example, right now I'm trying to figure out how to increase the space/border/thin line (or change color) between the header and filter row. I can see it's white and about 1px in the app but no matter which "border" setting I change I can't seem to affect the final result.

Jure

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Oct 2022
1 answer
114 views
I am trying to use the Export function to create an ICS file. Does Export supports any filtering such as Appointments within a set range. Thanks
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Oct 2022
1 answer
211 views

Using RadSpreadsheet in Winforms, I am in trouble because Source File(xlsx) Cell color and cell color in radspreadsheet are different as well as  not work conditional formatting after import.

I attached file source code used and captured image for radspreadsheet after import.

Can anybody help me to solve this problem?

Dimitar
Telerik team
 answered on 12 Oct 2022
1 answer
201 views

This there a way to increase the number of buttons per page when enabling pagination for gridview?

First image is from the examples page on Pagination. The Second image is what is rendered from the newest TelerikUI WinForm R2 2022 SP1

Maria
Telerik team
 answered on 11 Oct 2022
2 answers
263 views

Hello,

 

I'm trying to use one pinned column but when moving the bar the text from the others columns became mixed with the pinned column.

 

How to fix it?

 

Best Regards,

Marco Gaspar

 

Marco
Top achievements
Rank 1
Iron
 answered on 11 Oct 2022
1 answer
140 views
I am looking for someone for a short contract to help me with designing a custom theme for use in a client application. My client has given me a detailed rendering of their desired design for a winforms app to run in kiosk mode. This will involve custom buttons, font choices, etc.  I would like to outsource this effort to a developer who has experience with the custom theme designer. I have some experience with it myself, so I know it can be intricate work to make it all perfect. 
Dess | Tech Support Engineer, Principal
Telerik team
 updated question on 11 Oct 2022
1 answer
130 views

I have a radgridview bindingsource that is being filtered using cell values. How do I prevent the bindingsource from being re-filtered when cell values change?

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 10 Oct 2022
1 answer
101 views

Hello

Is there a reason why tooltips can not be set at Design Time on buttons?

Thank you

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 10 Oct 2022
1 answer
254 views

Is there no API that basically provides?

It looked okay at first because it was implemented like the code below. However, pressing Next Button will not update on days other than that month.

        private void radCalendar1_ElementRender(object sender, RenderElementEventArgs e)
        {
            if (e.Day.Date.Year == DateTime.Now.Year
                && e.Day.Date.Month == DateTime.Now.Month
                && e.Day.Date.DayOfWeek == DayOfWeek.Sunday)
                     e.Element.ForeColor = Color.Red;
        }

First

After, Next Button Click

 

Maria
Telerik team
 answered on 10 Oct 2022
2 answers
186 views

Hi,

 

I want to change the VALUE of the button button per row.

1) Look at this column to determine button value, (3) if tick I want to show "IFC->" and if not ticked I want to show "->IFC" ( For info : IFC stand for Interface Contract)

2) I also tried to add a column in the DATASOURCE. But struggle to make the field a button. This is also option I I can get this to be a button

 

               

    //*
                    //**********************************************************************************
                    //*
                    //*    The IFC Button
                    //*
                    //**********************************************************************************
                    //*
                    GridViewCommandColumn ifc_action = new GridViewCommandColumn();
                    ifc_action.HeaderText = "IFC Action";
                    ifc_action.DataType = typeof(string);
                    ifc_action.DefaultText = "->IFC";
                    ifc_action.UseDefaultText = true;
                    ifc_action.FieldName = "btn_ifc_action";
                    this.grd_db_imported_table.Columns.Add(ifc_action);


Maria
Telerik team
 answered on 10 Oct 2022
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
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?