Telerik Forums
UI for WinForms Forum
1 answer
122 views
Hi

Is there any code available too mimic the DataFilter control of WPF.in Winform?   I know the GridView has some of the capability but I also need the AND and OR capability across columns.

Thanks
Rich
Plamen
Telerik team
 answered on 22 Feb 2013
1 answer
91 views
Good Evening,

We're currently in the process of finding a replacement to our calendar control in our application and am looking to see if the Telerik calendar will meet our needs since we are already using some Telerik controls.

One thing that I'm not sure of from the documentation is if the Telerik Schedule control will support our availability feature which will show colour coded blocks. This needs to similar to how your WorkTime displays but with much more depth. Specifically we need to

1. Be able to define different work blocks for each calendar owner/resource.
2. Be able to define multiple blocks that have end dates and advanced recurrence options. eg some may work Mon-Wed, every 2nd week. Some may work Mon and Fri, every week, but only for the next 4 weeks. Some may want two blocks per day from 6-8am and 4-6pm. These may need different colour coded blocks (see below).
3. Be able to colour code the blocks.
4. Finally, we'd need to be able to set these up so it's not possible to drag and drop appointment to, or double click this time to create an appointment there if it's flagged as non-working time. From a small test your WorkTime block doesn't seem to stop me double clicking to make an appointment outside of this time.

Hopefully this all makes sense, and fingers crossed it can be achieved as this is currently our top choice as a replacement scheduler control.

Kind Regards,
Direct Control Team


Ivan Petrov
Telerik team
 answered on 22 Feb 2013
1 answer
82 views
private void radPropertyGrid_PropertyValidating(object sender, PropertyValidatingEventArgs e)
{
      RadMessageBox.Show("Test"); // Does not work.
      // Works: MessageBox.Show("Test");
}

When using RadMessageBox, the message box is shown for an instance and then disappears. This effectively makes it impossible to request confirmation from the user when a value changes, if you don't use the oldschool non-themed MessageBox that is.

We want to use RadMessageBox for obvious reasons. Now what?
Ivan Petrov
Telerik team
 answered on 22 Feb 2013
1 answer
238 views
Hi,

I'm working right now on a project that has certain settings that can be changed by the user. This settings change the background and foreground color of the appointments, the ruler range, the working hours and so on. All of this occurs during runtime, so the changes made need to be shown to the user during the same program session.

I found out that to update the appointments (Back and fore color), I can call the following method:
RadScheduler1.SchedulerElement.View.UpdateAppointments(RadScheduler1.Appointments)

Can you please confirm this is the correct way to force the appointments to be re-drawn? And also, can you please provide some information on how to accomplish the same with other situations? (ruler range, working hours...)

Thank you all for your time!
Matias.
Julian Benkov
Telerik team
 answered on 22 Feb 2013
3 answers
104 views
Say you create a new document and insert a hyperlink, using RadRichTextBox.InsertHyperlink, then try to Undo that using RadRichTextBox.Undo.  You get a nasty, untrappable "NullReferenceException:  FromElement must not be null".  What is interesting is that this only happens if the hyperlink is the first thing on a line/paragraph.  It works just fine as long as there's something to the left of it (even just a space).

Putting the RadRichTextBox.Undo() call inside a Try/Catch does not catch the exception in either debug or runtime.

Any thoughts/suggestions?

- Ken
Stefan
Telerik team
 answered on 22 Feb 2013
0 answers
74 views
Hi to all, 

I've binded 2 rows for the grid view and i've given property as rows to be in read only state and adding rows in bottom position and when i'm adding rows in the bottom position the grid, something is happening i donot know what exactly the word is to be used. please go through the pic and give a good feedback please, i'm at the edge of the delivery 
Manesh
Top achievements
Rank 2
 asked on 22 Feb 2013
3 answers
88 views
Hi I am evaluating radcontrols and wonder if anyone can help

I have a rad panorama control with say 10 panels of tiles on a form with 2 buttons (Prev, Next)

I want the next button to move or scroll the next panel of tiles into view (midddle of panorama control) & the prev button scrols the previous panel of tiles into view

Anyone know how to do this ?
Stefan
Telerik team
 answered on 22 Feb 2013
2 answers
251 views

  Hey !!
     I am trying to animate rad panel using Animated property class. But only Panel Border is animating. its child controls doesn't animate. I am facing a problem about user-controls not loading smoothly So I want to make it smooth by animating Panel.!! 

   Documentation Link "   http://www.telerik.com/help/winforms/tpf-animations.html

   Here is the link from telerik documentation. Checkout its 3rd example in which panel is animating. ! It is not working seriously ! .. Kindly tell me the solution to animate panel using this class or suggest any alternative
Awais
Top achievements
Rank 1
 answered on 21 Feb 2013
8 answers
322 views
I'm trying to put on a RadForm a RadCommandBar and below it a RadGridView. 

The problem is that my application will run on Maximized window state, but I can't make the Grid and the CommandBar to be with full width automatically. 

I set both to "Dock on parent container" but then the Grid is set over the Bar. And, I've also tried other configurations, but nothing worked. Just the "Dock..." thing worked to accomplhish the width, but it messed with the layout.

So, how can I easily accomplish that? To have a CommandBar and below a GridView, both with full width and without one be over the other? What am I missing? I can't believe that it's so difficult to do that! :-)

Thanks!

Lord
Top achievements
Rank 1
 answered on 21 Feb 2013
3 answers
700 views
Hi,
     I have set the the tab order for all the rad controls in my winforms. Is there a way to highlight the check box control when the focus is set on it when the user navigates through the form controls by pressing the tab key? Aslo the same issue is there for other controls such as button.

Regards
Shamjith
Plamen
Telerik team
 answered on 21 Feb 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
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?