Telerik Forums
UI for WinForms Forum
1 answer
129 views
I have a url link within the content text that is in an anchor tag.

So for example my contenttext is

Click on <a href='http://localhost/TestApp/Common/Test.aspx' target='_blank'>link</a>

then clicking on the link does not open the expected page....

IS ther any way to create this functionality through the alert...
Richard Slade
Top achievements
Rank 2
 answered on 15 Jan 2011
1 answer
105 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
193 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
112 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
194 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
124 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
229 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
249 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
80 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
75 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
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?