Telerik Forums
UI for WinForms Forum
2 answers
116 views
Dear friends,

Since yesterday that i am trying to bind my database with the radSchedular with no success. I have a very simple table with the fields 'Title','Description','StartDate','EndData'. I took a look at the examples but i cannot find the SchedularDataSet() type.

I would like to ask you for some help on how can i make a reference so that i can use the SchedularDataSet() type, and, if possible, can you give-me a very simple example?

Thanks in advance.

My table is named 'tasks':
idtask uniqueidentifier;
description nvarchar(50);
smallinfo nvarchar(15);
startdate datetime;
enddate datetime;


Form_Load is:

tarefasTableAdapter1.Fill(bdcrmDataSet.tarefas);
AppointmentMappingInfo appointmentMappingInfo = 
new AppointmentMappingInfo();
appointmentMappingInfo.Start = 
"startdate";
appointmentMappingInfo.End = 
"enddate";
appointmentMappingInfo.Summary = 
"smallinfo";
appointmentMappingInfo.Description = 
"description";
schedulerBindingDataSource1.EventProvider.Mapping = appointmentMappingInfo;
radScheduler1.DataSource = schedulerBindingDataSource1;



The code give-me no erros, however, the schedular is empty with no info loaded. I checkd the dataset and it has data inside.
Am i missing anything?
Thank you.



Robert
Top achievements
Rank 1
 answered on 22 Sep 2009
9 answers
192 views
Hello.  I'm brand new to Telerik controls so I hope I can keep stupid questions to a minimum.

I just installed newly purchased Telerik Controls Premium and am trying to run the example application on my Windows Vista Business 64 bit development laptop.  I am receiveing the message "The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine." for examples that use the database.

I found this topic in the KB, but it is specific to the ASP controls.

Is there a solution for the Winforms examples?

Thanks for your help.

Joe
Mike
Telerik team
 answered on 22 Sep 2009
4 answers
61 views
I have a RadGridView with an unbound Select column (checkbox). If I group by any field, I can select a checkbox to select the row and everything appears to work fine. If I then select another checkbox, all grouping collapses, and that record is not selected.  I can then expand the grouping and select the record. This process then repeats for each record I select.  I am using the latest version of the WinForms controls.

Thanks in advance,
Tony
Sonya
Top achievements
Rank 1
 answered on 21 Sep 2009
1 answer
314 views
Hi,

I wish to be able to simulate the standard browser Zoom feature in a Windows Forms application. I have a certain set of Telerik controls (RadLabel, RadTextBox etc) which I'd like to ;
1) Reset the font size (to allow the text to grow bigger)
2) Reset the control.Size (to allow for the larger font size).

All the controls I want to do this for are within some kind of TableLayout container, so I think the repositioning should occur automatically using a SuspendLayout and ResumeLayout

Typically to do this I would iterate through the hierarchy of controls, resizing and re-fonting as I go. However I wondered if there was a "better" way to do this, perhaps using Themes or Styles within Telerik which would give a better solution.

Phillip
Mike
Telerik team
 answered on 21 Sep 2009
1 answer
67 views
Hi,

I have a grid which has one childtemplate. I am creating relation at runtime. Now if I set AutoGenerateColumns of child template to false, the child grid is not getting displayed. If I keep its default then its works fine with all columns assigned in the datasource.

I am using telerik dll file version 8.2.0.0 and the datasource I am assigning is linq collection.

Thanks & Best Regards,
Divyesh Chapaneri
Martin Vasilev
Telerik team
 answered on 21 Sep 2009
1 answer
210 views
Hello.

I have filtering rows enabled in the radgridview. When I enter the apostrophe (') the application throws a SyntaxErrorException unhandeled. I did not include an example because the only thing you need is a grid with filtering enabled to reproduce the error (no need to bind any datasource). Is there a solution (I need also filtering by the apostrophe)?

p.s. I have the q2 2009 version of RadControls

Best regards,
Sandi
Martin Vasilev
Telerik team
 answered on 21 Sep 2009
1 answer
87 views
Welcome,
I use in my program gridView with child gridViewTeplateEvents. In gridViewTemplateEvents I have a child cold gridViewTemplateEventsActions. I want to format cells in gridViewTemplateEventActions but event cell formating doesn't catch senders from gridViewTemplateEventsActions. I works olny for first child templates.

Please help with this,  Jarek.
Jarek Rutowicz
Top achievements
Rank 1
 answered on 18 Sep 2009
1 answer
161 views
I have a multcolumn combo box that is binded to a iList returned from OpenAccess.  This part is working great, however I need to only show certain columns in the drop down, not everyone.  With RadGridView I can do the following command that will stop it from auto creating the columns, then I am free to create the specific ones that I need:

table1.MasterGridViewTemplate.AutoGenerateColumns = false;

Is there an equivalent in this control?

Also, once you select a row, how do you obtain the value for say column 3?

Thanks, Ryan
Nikolay
Telerik team
 answered on 18 Sep 2009
2 answers
202 views

After upgrading to Q2 2009 SP1 I have problems with the drop down menu assigned to my tree view (RadTreeView.RadContextMenu = RadDropDownMenu)

I get an error saying that the RadTreeView.RadContextMenu is obsolete, and I should use the RadContextMenuManager instead.

Trying to compile results in an error "Cannot implicitly convert type 'Telerik.WinControls.UI.RadDropDownMenu' to 'Telerik.WinControls.UI.RadContextMenu' "

I do a lot of formatting on my RadDropDownMenu in code, so I hope there is a way to keep using it in my tree view?

Regards, Jill-Connie Lorentsen

Nikolay
Telerik team
 answered on 18 Sep 2009
9 answers
346 views
Hi

I have a gridview with 200 records if I scroll to a row then  click on a checkbox cell to change the value the gridview automatically scrolls to the first row in the gridview, how do I prevent this from happening? The gridview is not set to autoscroll!
Regards
Joe

Jack
Telerik team
 answered on 18 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?