Telerik Forums
UI for WinForms Forum
5 answers
229 views
Hello,
Currently I have:

this.radScheduler.ActiveView.AllowAppointmentMove = true;
this.radScheduler.ActiveView.AllowAppointmentResize = true;

However, I don't want to allow users to move an appointment to a date or time in the past.

For example, there is an appointment for 2pm Tuesday.  I want to prevent/block a user from selecting that appointment and moving/dragging it to 11am that day, OR to a day in the past (like the previous Friday).  Since neither situation makes logical sense.

Is this possible?

Thanks
-Jeremy
Boyko Markov
Telerik team
 answered on 18 Sep 2009
1 answer
144 views
Hi,
I have a radchart bound to a SQL table, which contains data for multiple servers.  Currently, I have it hard coded to pull info for just one server.  Ideally, I would like to be able to set it up so that I can change what server info is being pulled by passing in a parameter and querying for the metrics pertaining to that server.  So I'm looking for how to setup the table in my tableadapter to be able to accept a parameter and also once the user sets the parameter how do I send it to the query in my tableadapter.

Thanks,
Jeremy
Jeremy Murtishaw
Top achievements
Rank 1
 answered on 17 Sep 2009
9 answers
479 views
i've got a gridview where files stored in a database are displayed. now i want to drag'n'drop new files to the gridview and store them by code in the database.

is it possible to drag'n'drop any file or folder structure to the gridview?

am i right to use the DragDrop event?

how can i get the properties of the dropped file (fileName, etc...) to handle the necessary operation by vb.net code?

thanks, andi
Victor
Telerik team
 answered on 17 Sep 2009
3 answers
152 views
Hello Telerik,

I'd like to put a vote in for a FlowChart product. I've actually seen a few places where you guys have mentioned that you were coming out with one, so I'd like to know if it's still in the works. Our group is likely to pay a good deal for another product, simply to get a FlowChart and I know that it will be much worse than one you guys would put together. Some good news in this area would be wonderful.

Here's a link to a page with some diagrams like what we're looking for: http://www.lassalle.com/products.htm#Layout

Specifically, the ones like the hierarchical layout at the bottom would be great!

Thanks!
Jeremy
Mike
Telerik team
 answered on 17 Sep 2009
1 answer
79 views
Let me start by saying I am new to the Visual Style Builder.  I have found that the delivered themes have been sufficient in the past.  However, my company has recently mandated common UI schemes and therefore it seems easier to create separate theme than to try and manage all applications colors.  So with that said...

I have a ShapedForm with a RibbonBar at the top.  I want to change the backcolors of the three buttons at the top of the form.  I found how to do it, but when I change one, it changes all three.  How do I change each one individually?  Just as an example (and this is not exactly the case, but) what if I want the minimize button to have green back color, the window state button to have blue and the close button to have red back color.  Is there a way to do this?

Also, how do I change the image for these buttons?  I have tried clicking on the image for the button, but it will not let me set a new image.

Thanks in advance,
Lee
Deyan
Telerik team
 answered on 17 Sep 2009
1 answer
104 views
Hello,

I need to drag a treeview node that rappresent a file from treeview to desktop.
How can do?

Mirko
Victor
Telerik team
 answered on 17 Sep 2009
2 answers
114 views

Hi, i have the following RadComboBox binding:

st_AfectaStock.DataSource = mgrStockTipo.ListarStockTipos(0)

 

lst_AfectaStock.DisplayMember =

"STP_NOMBRE"

 

 

 

lst_AfectaStock.ValueMember = "STP_ID"

The problem: when the user type a value (not in the list) on the ComboBox, the SelectedValue = Nothing.

how can i solve this problem?

Regards!

Victor
Telerik team
 answered on 17 Sep 2009
1 answer
128 views
Hi,

Is it possible to get RadTrackBar to progress in fractions rather than whole numbers? (I.e. use double instead of int)

E.g. 0.1, 0.2, 0.3 instead of 0, 1, 2, ..

Thanks,
Brad
Boyko Markov
Telerik team
 answered on 17 Sep 2009
1 answer
121 views
Hello,

I've got a problem with an application using Telerik.WinControls.
Every few hours, seemingly random, it crashes with the following error:
EventType: clr20r3 P1: xcat.exe P2: 1.1.0.0 P3: 4aa9aa27 P4: telerik.wincontrols P5: 2009.2.9.701 P6: 4a535c8e P7: 1ac7 P8: 32 P9: system.nullreferenceexception
this error is also logged in windows event log as .NET Runtime 2.0 Error (Event ID: 5000).

From what I understand it's an unhandled NullReferenceException somewhere in Telerik.WinControls assembly.

Using above event data (P7: 1ac7) and windbg I got the following result:
Module: 00988b00 (Telerik.WinControls.dll)
Token: 0x06001ac7
MethodDesc: 04e95348
Name: Telerik.WinControls.RadControlAnimationTimer.Stop()

And than P8: 32 pointed me to the following disassembly line:
L_0032: callvirt instance void [System.Windows.Forms]System.Windows.Forms.Timer::remove_Tick(class [mscorlib]System.EventHandler)

So I think it happens in Telerik.WinControls.RadControlAnimationTimer.Stop() when Tick event hadler is removed (although I'm not 100% sure).

The application does not use RadControlAnimationTimer but I use other Telerik controls (RadGridViews, RadButtons, RadComboBoxes, RadMenus) and they probably make use of the RadControlAnimationTimer. 

I also have a try-catch block around Application.Run() but that particular exception does not get caught there - so I can't look at the stack trace to pinpoint where and if the exception originates in my code.

Could you maybe suggest some way of catching that exception or maybe disabling RadContolAnimationTimer.

Regards,

Piotr.



Mike
Telerik team
 answered on 17 Sep 2009
7 answers
380 views
I need to be able to create a summary column that contains the results of a calculation using other columns in the grid.  I understand that you can set the aggregate function for the summary column to none, however, the summary column requires a field name and does not allow an expression. What is the best way to achieve this functionality?

Thanks,

James
James
Top achievements
Rank 1
 answered on 16 Sep 2009
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?