Telerik Forums
UI for WinForms Forum
1 answer
242 views
Using VB.NET 2012, i used this code to display contents of "anyfle.rtf" on the RichTextBox window.
             
               Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
               RichTextBox1.LoadFile("D:\anyfile.rtf", RichTextBoxStreamType.RichText)
               End Sub

but i don't know how to do it using RadRichTextBox.
Please help. Thanks.
Anton
Telerik team
 answered on 31 Jul 2013
7 answers
418 views
I want to have a single Ribbon and when various buttons are pressed, the area below the ribbon changes. Essentially the way MDI works, but I read, here, that the Ribbon should not be used with MDI. Is that true?

What's the best practice for this?

Let's say I want to have a ribbon and then a Carousel in the main area.

Then, when an item in the carousel (or an equivalent in the ribbon) is clicked, a form (or whatever -- a new layout with new content) shows.

I've been experimenting with a RadRibbon form, which does seem to support MDI properties. But, when the child form is maximized (the only state I want) the control box shows, even when I've turned them all off. They don't show when in Restored view, but they do when maximized.
Peter
Telerik team
 answered on 31 Jul 2013
2 answers
163 views
In an attempt to print from the RadRichTextBox, I export the contents as a .pdf format into a MemoryStream and then load this into the RadPdfViewer. I have also tried exporting to a FileStream with the same results.

The document, after loading into the RadPdfViewer has no visible text. It's there because you can go into selection mode, select it, then copy and paste into Notepad and see it. What's going on?

I do not have this problem when opening a .pdf document generated from Word or Cute PDF Writer. Also, if I open, in Acrobat Reader, the file that the export creates, it appears fine and I can see the text.

I'm hoping someone else might have solved this. Thanks!

edit*   I was just able to produce a pdf file in Word and while the text was invisible, the table borders and background were visible. This is strange but I suppose it's because the control is so new.
George
Telerik team
 answered on 31 Jul 2013
2 answers
96 views
Hi,

I need to be able to popup a context menu if the user right clicks on the grid, even if there are no rows. I want to be able to show a "New" context menu item.

i can't seem to get the menu to show. It only work if i right click on a row.

Thanks,

Kim
Dimitar
Telerik team
 answered on 31 Jul 2013
1 answer
208 views
How do we stop the DateTimePicker Month resize options

There is a setting on the TimePicker but I cant find it on the DateTimePicker
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Jul 2013
1 answer
77 views

I'm using the following code to return to the current row after reloading my grid. Everything works fine except the grid won't scroll past the third row from the bottom. I'm using Ver: 2012.608.40 and don't have the option of upgrading at this time.

For i As Integer = 0 To grdViewPayments.ChildRows.Count - 1 

    If grdViewPayments.ChildRows(i).Cells("PaymentID").Value.ToString() = selectedItem Then

 

        If i = 0 Then

            grdViewPayments.ChildRows(1).IsSelected = True

 

            grdViewPayments.ChildRows(1).IsCurrent = True

 

        End If

        grdViewPayments.ChildRows(i).IsSelected = True 

 

        grdViewPayments.ChildRows(i).IsCurrent = True

 

        grdViewPayments.TableElement.ScrollTo(grdViewPayments.CurrentRow.Index, 0

 

        Exit For

    Else

         grdViewPayments.ChildRows(i).IsSelected = False

 

 

    End If

Next

George
Telerik team
 answered on 31 Jul 2013
5 answers
365 views
In Windows 7, changing Display setting to 125% causes RadForms to not resize properly (normal WinForms handle the change correctly).

I've read this:  http://www.telerik.com/community/forums/winforms/dock/anchor-not-work-during-changing-text-size-to-125.aspx 

I can't ask my customers to change their settings to fix this issue (Use Windows XP style DPI scaling).

If I remove the suggested AutoScale settings from the designer generated code, the problem is at least partially solved, but I'm left with the labels ending up UNDER the text boxes even in my simple example (see attached images).

radform_normal_display.png show the correct image at 100% display.
radform_125_percent_display.png shows the labels "underlapping" the text boxes.

Any idea what I can do to fix this?   It's preventing us from using your product for our application.


Paul
Telerik team
 answered on 31 Jul 2013
1 answer
295 views
How can I globally set theme for application?

I know I can accomplish it in at run-time with the following.

public Form1()

{

     InitializeComponent();

     ThemeResolutionService.ApplicationThemeName = "Aqua";

}

Is there a way to iterate through all the Telerik controls in my application and set the theme or use a style inheritance scheme at design-time?

 

Thanks!

Anton
Telerik team
 answered on 31 Jul 2013
7 answers
791 views
Hi,

I am using the Rad gridview for windows forms.  I have multiselect enabled and it mostly works like a charm (holding shift down and clicking with the mouse still does not select multiple rows).

However, when I use some other method to select multiple rows (holding the control key down for example) and I right click to bring up my context menu, all of the rows I had selected become unselected except for the actual row I right-clicked on.

Is this a known issue?  Is there a workaround for this problem?

Thanks,

John Reynolds
Nikolay
Telerik team
 answered on 31 Jul 2013
1 answer
67 views

Hello Telerik,

 

I'm glancing at RadScheduler for a functionality in one of my current project. To be more precise it's about "Absence Management" in Human Ressource Application (Yeah you know the application, everybody love, in which you entry your workhour :-)).

 

In my first approach, I have some asks about.

  1. I'm looking for a view bigger than month, something like half year or year (I have attached an exemple). I think that's this kind of view is more clear than the monthview when you work with appointement having a long time. It's a really good feature for everybody who wants to use your control for ressources planification and scheluding with a global view. The timeline with month timescales is not a good option because it doesn't show the periode of an appointement.
  2. I would like to use a custom time measure which represent a quarter of a working day. Appointenement, which will represent in my project an holliday or a disease, should use this custom time measure for periode. Is there a way to customize the dayview and having the ruller and cell to display my custom measure instead of hours ?

Thank for your answer. I'm now going to start my prototype (or maybe buy an ice cream)) 

George
Telerik team
 answered on 31 Jul 2013
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
CheckedDropDownList
ProgressBar
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
TimeSpanPicker
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
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?