Telerik Forums
UI for WinForms Forum
2 answers
152 views

Hey,

I was having an issue where if the dropDownList is open when you start typing in the input box, the suggestion list appears on top of the dropDownList, rather than replacing it.

Was able to reproduce in the demo application - attaching gif showing the behaviour.

Any suggestions on how to avoid this, other than going with other autocomplete mode?

 

Autocomplete mode is Suggest,

Telerik version is 2020.3.915.40

Marija
Top achievements
Rank 1
 answered on 19 Oct 2020
6 answers
593 views

Hello all.. 

how to populate the summary sum in summary row to textbox ... when summaryrow visible is false .. 

I have wrote this code ... 

    Public Sub New()

        ' This call is required by the designer.
        InitializeComponent()

        ' Add any initialization after the InitializeComponent() call.

        Dim summaryItem As New GridViewSummaryItem()
        summaryItem.Name = "Nilai"
        summaryItem.Aggregate = GridAggregateFunction.Sum
        Dim summaryRowItem As New GridViewSummaryRowItem()
        summaryRowItem.Add(summaryItem)
        Me.GridDetail.SummaryRowsBottom.Add(summaryRowItem)
        Me.GridDetail.MasterView.SummaryRows(0).IsVisible = False
    End Sub

    Private Sub GridDetail_SummaryEvaluate(sender As Object, e As GroupSummaryEvaluationEventArgs) Handles GridDetail.GroupSummaryEvaluate
        TxtTotal.Value = e.Value
    End Sub

this code is working fine ... to deliver the value from summary row to textbox  if visible of summaryrow = true 

how make the value from summary row to textbox when visible is false 

Hengky
Top achievements
Rank 1
Veteran
 answered on 19 Oct 2020
1 answer
800 views

I downloaded the current for your App and was trying to install. My system has Visual Studio 2015, 2017 and 2019 installed but when i check for the Visual Studio integration i do not get the option for 2019 as it is grey out. What causes this ? Is there a fix for it or how can i manually install the 2019 extensions ?

I enclosed 2 screenshots which show the Visual Studio Version as well as the Install option for your Telerik UI for WinForms

 

Nikolay Mishev
Telerik team
 answered on 16 Oct 2020
6 answers
948 views

I am applying a consistent theme to my app by doing this ThemeResolutionService.ApplicationThemeName = "Office2013Light";

But, since that happens at run time, my designer still shows a different theme. How can I change the default theme that's being used?

Nadya | Tech Support Engineer
Telerik team
 answered on 16 Oct 2020
6 answers
180 views

Hello,

 I'm using a PivotGrid with nodes from a database. I want to hide some of the fields of the fieldControl and I use this code:

Private Sub RadPivotFieldList1_NodeFormatting(ByVal sender As Object, ByVal e As TreeNodeFormattingEventArgs)
        If e.Node.Text = "IdAnalisis" Then
            e.Node.Visible = False
        End If

The problem is that when it shows the dialog, the IdAnalisis node is still there and when I press the FieldsControl window, then it disappears. I tried to use refresh and invalidate in different parts of the code, but always the same problem. Any solution?

Thank you,

Eduard

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 15 Oct 2020
2 answers
223 views
     I'm using radwebcam.  I am calling the takesnapshot routine to take a snapshot after i've started the cam.  When I call the Takesnapshot routine the SnapshotTaken does not fire.  I cannot save the snapshots because of this.  Please help. 
Mike
Top achievements
Rank 1
 answered on 15 Oct 2020
1 answer
265 views

Hello team,

How to set select/focus borderline in the RadDropDownList?

for example,
 if I press the tab button to focus on the RadButton that I can know the button is focused, but there is no focus borderline in the RadDropDownList. I have attached the image.

Kindly, check and share the fix details for set the focus borderline in RadDropDownList. 

Notes: I'm using C# code.

Thanks.

Nadya | Tech Support Engineer
Telerik team
 answered on 14 Oct 2020
5 answers
222 views
Is there a way to format/specify position of some texts on group rows (collapsed groups) using HTML rendering? In the HTML-like text formatting, does it support style with position settings?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Oct 2020
1 answer
133 views

Hello.

I design a function form as record finder in my Application. I want to use it instead of dropdownlist in a MultiColumnComboBox Column in a radgridview. Is it possible to do that?

 

Thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Oct 2020
5 answers
1.2K+ views
I am servicing an application I did not write. It was written using Telerik UI for Winforms.  I was asked to add a new checkbox. Easy enough, or so I thought. I went to the toolbox and dragged the radcheckbox from telerik UI over to my form and got an error message.I have attached the entire error. The error is telling me that 'Telerik.WinControls.UI' already exists in the project.

My dev environment is straight forward enough. The application seems to have been written in .NET Framework 4 and I am using Visual Studios 2013. Anybody encounter this problem? What could be the fix?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Oct 2020
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
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?