Telerik Forums
UI for WinForms Forum
4 answers
178 views

Hello all... 

i have this code for clear radtextboxcontrol, how make this for radspineditor ? 

        Dim a, b As Control
        For Each a In TableLayoutPanel2.Controls
            If TypeOf a Is Telerik.WinControls.UI.RadTextBoxControl Then
                a.Text = ""
            End If
        Next

        For Each b In TableLayoutPanel2.Controls
            If TypeOf b Is Telerik.WinControls.UI.RadSpinEditor Then
                b.value = 0 <------ how make this happen 
            End If
        Next

 

thanks... 

 

Nadya | Tech Support Engineer
Telerik team
 answered on 25 Jun 2021
1 answer
236 views

Hi.

I have this:

GridViewSummaryItem Duracao = new GridViewSummaryItem();
Duracao.Name = "Duração";
Duracao.FormatString = "{0}";
Duracao.AggregateExpression = "(sum(T_H))";

sum(T_H) it's the sum of times in seconds. I need show the result in time format (hh:mm:ss)

How i can do it? help please.

i'm program in C#.

Thank you.

Joswhar
Top achievements
Rank 1
Iron
 answered on 24 Jun 2021
1 answer
260 views

As the title suggest, how can I deselect currently selected row if it's previously selected? I have MultiSelect set to False. Ctrl + click doesn't work.

 

J

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 24 Jun 2021
2 answers
338 views

I have a RadAutoCompleteBox working as expected allowing user to type and pick an item from the list.

The token is then shown in the Textbox as expected.

 

Would like to have a way when they type again and pick another item, to then remove the 1st and only show the 2nd item.

Tried the  radautocompletebox.Text = "" but received some error.  It would be nice to have a property stating (Multiple Tokens (true/false).

 

Maybe there is a programmatically way to click the X in the token to remove it before adding the 2nd token?

 

 

 

 

Nadya | Tech Support Engineer
Telerik team
 answered on 23 Jun 2021
1 answer
619 views

Hello,

I am working an application where I need to open the different application forms in the same main window; in other words, I have created a dashboard where it contains a several buttons, each of them should open a specific form for example, The Employees, Products, Tasks, and etc. when I click on each of the buttons, It should show the other forms but in the same RAD form.

Form.TopLevel = False property isn't working so, How can I do it?

My project is a VB.NET 2019.

Thanks in advance for your continues assistance and cooperation,

Hani Mansour

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 23 Jun 2021
3 answers
771 views
I have a radchartview - Bar , conbined mode = stack. I wanted to set a fixed width for bar shown. Can i do that ?
Nadya | Tech Support Engineer
Telerik team
 answered on 23 Jun 2021
1 answer
2.1K+ views

Hi.

After a date is picked I want to delete it and set the value to null on the data bound item.

The NullableValue is set to null/Nothing:

 Me.DateRadDateTimePicker.NullableValue = Nothing

The Value property is bound to an entity's nullable date field:

 Me.DateRadDateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.binder, "Date", True))

If I select the date text and delete it, the entity still has a 01/01/0001 date value. However, the null text correctly displays in the picker.

I've even tried to manually set the null date (in three different ways!) based on the empty text but to no avail:


Dim dtp As RadDateTimePicker = ctrl
If dtp.Text = "" Then
  dtp.NullableValue = Nothing
  dtp.DateTimePickerElement.SetToNullValue()
  dtp.Value = Nothing
End If

 

What am I missing?

Nadya | Tech Support Engineer
Telerik team
 answered on 23 Jun 2021
2 answers
427 views

I'm getting the following error every time I load any project in VS 2019 (16.9.4)

"Visual Studio stopped responding for 12 seconds.  Disabling the extension Progress Telerik WinForms Converter 2021.2.505.1 might help."

See attached image of error.

How to resolve?

Cheers, Rob.

EDIT: for any project, WPF, UWP, etc. (not just WinForms)

Rob A.
Top achievements
Rank 2
Iron
Iron
Veteran
 updated answer on 23 Jun 2021
1 answer
142 views

hi,

i use a radgridcolumn chooser related to a radgrid with 2019 radtheme

is there any way to change the font used programatically

thx a lot...

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 Jun 2021
9 answers
421 views
Hello

I have version Q3 2010 for winforms
But I couldn't find RadWizard Control  in Toolbox....

let me know Radwizard is Avoilable for Q3 2010 or not....?

Thanks
Ras Ran
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 21 Jun 2021
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)
Chart (obsolete as of Q1 2013)
Form
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?