Telerik Forums
UI for WinForms Forum
4 answers
214 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
278 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
288 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
392 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
679 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
871 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.2K+ 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
456 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
164 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
490 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)
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
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
ShapedForm
SyntaxEditor
Wizard
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
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?