Telerik Forums
UI for WinForms Forum
1 answer
139 views
Hi,

Has anyone used this control in this scenario, uses this control to display quotes, in an active market.

We all know what the stock quote gride consist of, so i wont elaborate on that.  My issues are that the gridview is using too much cpu when updating quotes as it arrives.  on each page of quotes, i have a max of 25 rows of data that i'm watching, if all are updating at the a rate of 25ms, my cpu utilization is at around 60%, i don't think this is normal unless i'm doing something wrong.

can someone shed some light on this subject?

Thanks,
Richard Slade
Top achievements
Rank 2
 answered on 15 Jan 2011
5 answers
214 views
Hello

I am using visual studio with c sharp, windorm and latest Rad controls. 

I have a multcolumncombobox named mcbUserReports. Within it's SelectedIndexChanged event I want to be able to move the selected index to the OldRow. I understand that it is connnected to the CurrentRowChangedEventArgs. I am having a difficult time assign it's properties to an object which will allow me to tap into the OldRow and CurrentRow values. This is what I have thus far:

Private Void mcbUserReports_SelectedIndexChanged(object sender, EventArgs e)
}
    Telerik.WinControls.UI.CurrentRowChangedEventArgs objTelerikEventArgs = //(not sure what to put here)
    Int32 intOldRow = objTelerikEventArgs.OldRow.Index:
}

The first line within the SelectedIndexChanged block should read below:

Thanks

Richard Slade
Top achievements
Rank 2
 answered on 15 Jan 2011
3 answers
188 views

Ask for function in GridView (cell, combobox):
1.I have two decimal columns A and B. I write into A 55 and next click in column B i click small up buttton and I have value 56 but i want to get 1. How can I disabled remember function for this two columns?
2.I have ComboboxColumn in Grid with properties: DropDownStyle-DropDown and AutoCOmpleteMode-SuggestAppend. Can I in this controls reduce items in combobox during edit? f.e I write Ma and in comboboxe user see only items begins word Ma?
full            Only Ma
M              Ma      
Marcin       Marcin
Maciej        Maciej
Marta         Marta
Monika

Thanks for help.

Stefan
Telerik team
 answered on 14 Jan 2011
8 answers
236 views
Is it possible to use the RadRepeat button to scroll a RadPanel or any controls that have the standard scrolling functionality:  Grid, ListBox.

I have a touchscreen application and need the scroll bar buttons to be oversized.
Stefan
Telerik team
 answered on 14 Jan 2011
2 answers
151 views
Hi. I am using the 2009.3.1401.35 version of telerik controls and I am trying to add a reminder to the scheduler which appears that it's not supported in this version. Is there any turn around for this issue?

Thank you very much for your help.
Stefan
Telerik team
 answered on 14 Jan 2011
2 answers
257 views
Good morning.
I have found something strange in the behavior of your RadDock control. I create a simple test project: a Windows Form Application with one RadMenu and one RadDock. In the RadDock I add a new ToolWindow to the left, in the RadMenu I add only one MenuItem. Here's the code (Visual Basic Express 2008 in a Windows XP SP3 environment, Telerik RadControls WinForms Q3 2010):
Imports Telerik.WinControls.UI.Docking
  
Public Class Form1
  Private file As String = "a.xml"
  
  Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    Me.Visible = False
  
    If (System.IO.File.Exists(file)) Then RadDock1.LoadFromXml(file)
    RadDock1.Visible = False
  
    Me.Visible = True
  End Sub
  
  Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
    RadDock1.SaveToXml(file)
  End Sub
  
  Private Sub RadMenuItem1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadMenuItem1.Click
    Static flag As Boolean
    If flag Then
      RadDock1.Visible = False
    Else
      RadDock1.Visible = True
    End If
    flag = Not flag
  End Sub
End Class
Now do the following:
1. Run the project.
2. Clik on the RadMenuItem1.
3. Set the ToolWindow Floating.
4. Close the form.
5. Run the project again: the ToolWindow is visible even if the RadDock control isn't.
How can I hide floating windows on startup? And make them visible again when RadDock1.Visible = True?

Thank you very much
Gianfranco
Richard Slade
Top achievements
Rank 2
 answered on 14 Jan 2011
4 answers
337 views
Hello, this is a quick one: I need to increase space between two RadButtonElement inside a Ribbon group. The screen shot explains more. Is there a possibility?

Secondly, What controls the overall Ribbon's height? can I make it slightly less taller?
Richard Slade
Top achievements
Rank 2
 answered on 14 Jan 2011
2 answers
104 views
When the RightToLeft property is set to Yes the right and left arrows behaves in wrong manner to move from column to another
Stefan
Telerik team
 answered on 14 Jan 2011
2 answers
97 views
We have a form whose size is set to 1024/768 pixels and a panel focused on this form. I saved the settings as desired in me and gave Ceck. When I open the form again defend the size 1040/833. I note that this form has no status bar. How can I fix this problem?
Svett
Telerik team
 answered on 14 Jan 2011
15 answers
294 views
This is probably going to seem pretty easy to some of you but I haven't been able to determine what the cause of this problem is.  If I try to set a RadListDataItem object and add that object to multiple DropDownList controls it doesn't work.  For instance, I have a simple For/Next loop that enumerates a list of COM ports.  Seems to me that I should be able to do a simple loop and add the items as shown below but it doesn't work.  Only one of the DropDownLists gets the data.  I'm sure it has something to do with the way the control is handling the dataitem objects.  I'm hoping someone can explain it to me and give a work around other than creating two For/Next loops (one for each DropDownList).

Thanks!

For i As Integer = 0 To 9
    Dim oItem As New RadListDataItem
    oItem.Text = "COM" & i
    oItem.Value = "COM" & i
    rddReceiveCOM.Items.Add(oItem)
    rddSendCOM.Items.Add(oItem)
    oItem = Nothing
Next
Peter
Telerik team
 answered on 14 Jan 2011
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?