Telerik Forums
UI for WinForms Forum
2 answers
73 views
Hello, 

I am attempting to determine whether the cell over which the pointer is currently hovering contains an appointment during the DragOver event. 

So far I have the code below and I believe (probably mistakenly) that the SchedulerCellElement may hold the key to determining the contents of a cell. 

Private Sub rs_DragOver(sender As Object, e As System.Windows.Forms.DragEventArgs) Handles rs.DragOver
        Try
            Dim p As Point = rs.PointToClient(New Point(e.X, e.Y))
 
            Dim t As DayViewAppointmentsTable = TryCast(rs.SchedulerElement.ViewElement, SchedulerDayViewElement).DataAreaElement.Table
 
            Dim sce As SchedulerCellElement = SchedulerUIHelper.GetCellAtPoint(p, t.Children)
Catch ex As Exception
 
        End Try
End Sub

Any ideas?

Thank you very much. 

Clyde
Stefan
Telerik team
 answered on 28 Nov 2012
1 answer
149 views
Hi,
I'm trying to use RadAutoCompleteBox with AutoCompleteMode=Suggested (see the Telerik demo application).
It works fine, but if I do a double click on a suggested item it will be inserted in the textbox 2 times, the first as element and the second as simple text.
Is this a known issue of the control?
Is there any way to fix it?

Thank you.
Svett
Telerik team
 answered on 27 Nov 2012
1 answer
145 views
I have read that the Chart is limited to the number of points it can display? Can anyone advise what this is? I am prototyping an application that will chart sql data and there is likely to be thousands of points possibly 10s of thousands of points

Is going to be usable at all or should I look elsewhere are there any methods for improving performance?
Julian Benkov
Telerik team
 answered on 27 Nov 2012
1 answer
81 views
When I want to Add RadForm my project coming this error 

Method not found 'Void.Telerik.VSX.WizardEngine.Configuration.ScenerioDefinition.set_PreviewImage(System.String)'.

What can I do?
Andrey
Telerik team
 answered on 27 Nov 2012
0 answers
254 views
Hi, I have a radGridView, the user inserts rows, i want to highlight the cell with null values.  For example to make the back  color of the cell Red.
I have tried the below code, but it did not work...

Inside a button

for (int j = 0; j < radGridView1.Rows.Count; j++)
 {
      if (radGridView1.Rows[j].Cells[4].Value.ToString() == "")
      {
             radGridView1.Rows[j].Cells[4].Style.ForeColor = Color.Red;           
      }
}

So how to do it? or if there is a better highlight method that notifies the user for the empty cell.

Thanks in advance
Fadi
Top achievements
Rank 1
 asked on 26 Nov 2012
4 answers
260 views
Is there a good step by step example of how to change the menu bars apperence? I want to change the background color and a few other things.  I went to the documentation section but couldn't find where it explains how to do that.

Thank You
Stefan
Telerik team
 answered on 26 Nov 2012
2 answers
267 views
I really am getting my support monies worth. sorry guys , I am trying to resolve before posting!!

I have spent the morning reading the existing forum posts on this subject and the documentation, but nothing has helped so far.

I have an application which is required to be in different languages ( select-able by the user) however they want the date time columns to always be in the same format (Swedish Culture)
 
I am using  "Thread.CurrentThread.CurrentUICulture.Name"  for setting and checking which language I should be providing, however I want the date time columns in the grid to ignore this and always be same format. 

I think because I am using unbound Gridview , the setting of the columns formatting does not work?  (FormatString , FormatInfo etc)   I am creating the grid by using  "RadGridView1.MasterTemplate.LoadFrom(Callsreader)" and loading an SQLDataReader

The closest I found was this post...which shows having to change the culture in the datatable before setting to the Gridview.  I cant do this with an SQLDatareader  ( that I have found!) and I tried converting to using Datatables , however this started to cause numerous issues even without adding the convert Datatable part! 

What is the way that should work?  Is there a way to set the  GridView UICulture to always be Swedish ? That would be an easy way!

Many thanks

Rob

Rob
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 26 Nov 2012
2 answers
49 views
Hi, i'm populating a radsplitbutton in code.  the items show up fine, but there's a blue strip on the left side of the menu that drops down with the items in it.  It's where the images go.  I don't have any images.  how do i get rid of this strip?

Thanks!
John
Top achievements
Rank 1
 answered on 25 Nov 2012
2 answers
123 views
Hi, this is the first time i use VisualStyleBuilder. I've made a custom title bar but when i try to use on my form and try to maximize it, the form become cutted to a width and height by default.


I've attached some screenshot.
Ciro
Top achievements
Rank 1
 answered on 24 Nov 2012
2 answers
225 views
First of all thank you guys for this great product "telerik winforms RadScheduler" it is life saver for my final year project, where i had issue with multiple users.

Issue: i want to display appointments for specific user, i.e. only authorized user can view appointments(his own).
i have project that looks similar to outlook, but i am implementing multiple user. where each user can login and view/edit/update his own appointments. appointments of other user should not be displayed.(User can view/edit appointments that belongs to him)

while this point was implementing scheduler for single user. its working fine thanks to your support and documentation.example in Quick start helped me lot. 

for this function i added custom field "UserID" its working fine, similar to example appointmentWithEmail.
i tried to sort appointments while filling dataset with adapter, this displays information correctly but now i cant save appointments.

so my question is how can i achieve this functionality "Multiple Users" ?
 Note : i am not experienced developer, i am student still learning programming.help ONLY Few days left for final submission of my project.  

Project : Personal Information Manager
 language -
 VB.net (visual studio 2010)
Back End - MS Access 2010


Shah
Top achievements
Rank 1
 answered on 23 Nov 2012
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?