Telerik Forums
UI for WinForms Forum
14 answers
336 views
I want to Bold the RadScheduler Header..
Please help me on this regard..

thanks,
Imran
Dimitar
Telerik team
 answered on 13 Jul 2018
2 answers
103 views

I am having issues laying out a basic layout using RadDock. I am using the RadDock Advanced Layout Designer to layout the Tools window.

See the attachment, when the user resizes the form, I would like to have the Tool Window fill to the right, how can I dock the Tool Window to dock appropriately? What I don't understand is that if I use the Document Window Option, it works but not for the tool option.

 

Terry
Top achievements
Rank 1
 answered on 12 Jul 2018
1 answer
186 views

Hi,
I have a groupped gridview with summary row that calculate subtotal of each groups
and one grand Total at end of Grid (after set :  gridview1.MasterTemplate.ShowTotals = true)

But In my senario I need one summery row for each groups and three grand Total  at end.
Is it possible?

 

Thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 12 Jul 2018
7 answers
249 views
When a cell editor has been invoked, and so the row is potentially "dirty", the pencil icon appears.  When the user clicks on the pencil, what event(s) is/are fired? 

I am handling the CurrentRowChanged event. But it's possible users will change a cell's value, then click the pencil, and then immediately close the form without moving to a different row.  In that case the CurrentRowChanged event does not fire, so I have to trap the pencil click and write any new changes to the database at that time as well.

Thanks
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 12 Jul 2018
3 answers
141 views
Hello Support,

I have implemented a Telerik.WiControls.UI.radTrackBarElement on which a number of actions are performed after the value has changed/changes. 

Now, the value_changed event is fired even if I have my mouse down. Is there a possibility that the actual value changes after I release my mouse button so the trackbar responds much quicker.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 12 Jul 2018
3 answers
174 views
Private Sub AddAutoCompleteItems()
 
     Me.RadTextBoxControl1.AutoCompleteMode = AutoCompleteMode.Suggest
     Dim resultgoogle As RadListDataItemCollection = RadTextBoxControl1.AutoCompleteItems
     Dim value As String = RadTextBoxControl1.Text
     Dim url As String = "https://maps.googleapis.com/maps/api/place/autocomplete/json?input=" & value & "&types=establishment&language=fr&key=YOURAPIKEY"
     Dim request As WebRequest = WebRequest.Create(url)
     Dim response As HttpWebResponse = request.GetResponse()
     Dim responseStream As Stream = response.GetResponseStream()
     Dim reader As New StreamReader(responseStream)
     Dim jsonData As String = reader.ReadToEnd()
     Dim jResults As JObject = JObject.Parse(jsonData)
     Dim data As List(Of JToken) = jResults.Children().ToList
 
     reader.Close()
 
     For Each item As JProperty In data
         item.CreateReader()
         Select Case item.Name
             Case "predictions"
 
                 For Each msg As JObject In item.Values
                     If resultgoogle.Contains(msg("description")) Then
                         'nothing
                     Else
                         resultgoogle.Add(New RadListDataItem(msg("description")))
                     End If
                 Next
         End Select
     Next
 
     If RadTextBoxControl1.Text = "" Then
         resultgoogle.Clear()
     End If
 
 End Sub
 
 Private Sub RadTextBoxControl1_TextChanged(sender As Object, e As EventArgs) Handles RadTextBoxControl1.TextChanged
     AddAutoCompleteItems()
 End Sub

 

If you have a more efficient solution to limit requests on the google API, do not hesitate to share.

 

JC

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 12 Jul 2018
1 answer
137 views

Hello, I'm using a RadListControl on a touchscreen and the EnableKineticScrolling = True so the user can scroll by touch.   I couldn't find a way to remove/hide the vertical scrollbar of the control.  How can I do that?

Using Telerik for Winforms 2013.3.1328.40.

Dimitar
Telerik team
 answered on 12 Jul 2018
3 answers
158 views

On RadTextBox,

I can't get the rounded edges with the Breeze theme

Dimitar
Telerik team
 answered on 12 Jul 2018
12 answers
3.7K+ views
It's a pretty simple question - how do I set the height of my column headers? I've got a dataset that loads up with a 3-line header, but it gets cut off. I can't seem to find the right area to make the column header larger....

ie Column Header Text:

[3600 x
1200 x
3000  ] <------ This gets cut off
[ row  ]
[ row  ]
[ row  ]


Hristo
Telerik team
 answered on 11 Jul 2018
1 answer
193 views

Is there an event for clicking a chart label Item

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 11 Jul 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)
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
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
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
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
Localization
TimePicker
ButtonTextBox
FontDropDownList
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?