Telerik Forums
UI for WinForms Forum
1 answer
287 views

The filter (yesterday, today, specific date) for DateTimeColumns only work for data without time portions. If the data contains date with time values the filters are useless.

I've changed the behavior for the yesterday/today filter with the OnFilterPopupRequired event (https://docs.telerik.com/devtools/winforms/gridview/filtering/excel-like-filtering) Is there any simple way to override the behavior for the calendar element? (select a specific date the filter has to be for the entire day 00:00 to 23:59, so it needs be a composite filter >= and <)

Anyway: the filters should work for date and datetime data by default 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Jul 2018
14 answers
633 views
I try to merge cell or column in RadGridView (like merge cell in Excel), but i not found this feature. Someone please help me.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 16 Jul 2018
3 answers
310 views

Hello,

I have an application on 2 screens. I want to dock controls on the 2 screens and move them from one screen to the other screen.

So, I have to drag drop controls from the first raddock to the second and back but I didn't found any solution to do it.

Is there a solution ?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 16 Jul 2018
7 answers
1.2K+ views

Hello,

I had an project from Visual Studio 2013 and When i click with right button mouse, it appear the ContextMenuStrip, so now, with VS 2017, I need to modify the project (Another PC with VS 2017 having Telerik extensions ) but now it doesn't appear the ContextMenuStrip on RadGridView component, but on RadGridView property I have ContextMenuStrip set to the right component, but it doesn't appear. Why?

Can anyone help me?

Thank you

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 16 Jul 2018
14 answers
354 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
111 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
199 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
256 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
154 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
189 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
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
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
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
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?