Telerik Forums
UI for WinForms Forum
3 answers
79 views
Hi I would like to know if there is a way to gat the tab open when I drag over the tab? Do the new control do it automaticly?

Thank you
Nikolay
Telerik team
 answered on 17 Dec 2010
4 answers
166 views
Hi,

I'd like to know if there's a way to "link" items from a RadContextMenu to a RadMenu or vice versa. I want to show the same menu-structure from my contextmenu in the main menu without duplicating everything.

I tried to initialize a context with myMainMenuitem.DropDown. While this works (contextmenu with items from myMainMenuitem shows up), the Items of myMainMenuitem were empty afterwards.

Best regards
Stefan
Stefan
Telerik team
 answered on 17 Dec 2010
3 answers
139 views
I'm trying to get the GridView to automatically scroll when dragging a row above or below the viewable area. I see quite a few posts about this but none for Winforms GridView. I believe this functionality is built in, but if not could you please provide the necessary code to implement it.

Thanks.
Svett
Telerik team
 answered on 17 Dec 2010
3 answers
335 views
Hi you guys,

I've been customizing a theme and are now ready to test it out and look if it looks great the application I'm creating.
First i tried to load the theme by code like this: 
ThemeResolutionService.LoadPackageResource("WindowsFormsApplication1.Theme.test.tssp");
But the theme was not applied to the controls. So I went here and found out that i needed to add the thememanager to my form to add the theme.
So i did this, then i tried to load the theme from file and got the error message attached.
The theme i have customized is based on the DefaultTheme. To be able to customize that theme i had to export it from the VSB by selecting File->Export Built-in Themes

So, to figure out what i was doing wrong i tried to load the exported non-customized theme, the theme called "ControlDefault.tssp" when its exported. And the strange thing was that the ThemeManager gave me the exact same message for this theme. So there have to be something wrong with the export method in the VSB.. or something with the ThemeManager???

Stefan
Telerik team
 answered on 17 Dec 2010
8 answers
287 views
Hi ,

I am missing something I dono but I got a scenario where I have multiple  tab Documents opened ,here  I am using telerik docking control with multiple tabbed documents and I want to highlight the Tab on which the user is currently residing just like Microsoft visual studio or IE Browser where we can have multiple tabs but the tabs gets highlighted on which we are working from rest of the tabs.

   


Thanks,
Sandeep
Stefan
Telerik team
 answered on 16 Dec 2010
3 answers
151 views
Hi,

we built a hierarchical grid in our application which may contain more than one child views in the same hierarchy level. Below that grid is some kind of raw data displayed. So when a user clicks somewhere in the rawdata we calculate in which view of the grid an in which row/column the the data lies and we want to select this cell by code.

This works so far for the MasterView and the first ChildView. But not for the second or any higher Childview. Is there any sample code how to do this. We have added some kind of a linenumber which gives us a unique row index over all childviews and the line will be found. The main problem is to bring the right childview to the front.

Thanks for your help,
Michael
Svett
Telerik team
 answered on 16 Dec 2010
5 answers
159 views
Hi there,

I have a gridview which i just updated to the 2010 q3 and now I am getting errors every time i try to edit a cell.
It seems that every time I call gridview.MasterTemplate.Refresh() from within the end edit handler, I get an "Object reference not set to an instance of an object" error which originates from inside telerik code.

does anyone know why this is happening?

Thanks,
Matt
Jack
Telerik team
 answered on 16 Dec 2010
7 answers
242 views
Hi

I am trying to bind my existing appointments from database to the radschedular. But it is showing only the current time's appointment which is not in the database. Eg: If I execute my code at 4.15 pm then it is creating an appointment from 4.15 pm to 4.15pm in radschedular. This appointment is not there in the database.

I have used the following code :

SchedulerBindingDataSource dataSource = new SchedulerBindingDataSource();

              
                AppointmentMappingInfo appointmentMappingInfo = new AppointmentMappingInfo();
                appointmentMappingInfo.Start = "FromTime";
                appointmentMappingInfo.End = "ToTime";
                appointmentMappingInfo.Summary = "Subject";
               
                appointmentMappingInfo.
UniqueId = "ReservationID";
              
                dataSource.EventProvider.Mapping = appointmentMappingInfo;
                // assign the generic List of MyAppointment as the EventProvider data source
               
                dataSource.EventProvider.DataSource = reservationBO.getActiveReservationsByRoom(this.RoomId).ToList();
                this.radScheduler1.DataSource = dataSource;
               

reservationBO.getActiveReservationsByRoom(this.RoomId).ToList(); - This is the list which I am pulling out from the database.

If I am using
this.radScheduler1.DataSource = reservationBO.getActiveReservationsByRoom(this.RoomId).ToList();
then it is showing an error message : "Cannot implicitly convert type 'System.Collections.Generic.List<RMAS.Data.Reservation>' to Telerik.WinControls.UI.SchedulerDataSource' "

how can I fix this. Need your help
Dobry Zranchev
Telerik team
 answered on 16 Dec 2010
10 answers
341 views
Can you provide some guidance on how to display the RadTreeView in a combobox so that when I select a node, that node get's displayed in the combobox.

Thanks,
Nisi
Julian Benkov
Telerik team
 answered on 16 Dec 2010
5 answers
235 views
Hello to you all,
I'm translating the resource strings in Scheduler. I have a problem with the Recurrence DialogBox.
The italian text is simple too long to write in the narrow space provided for the various labels.
Is it possible to wide the distance between labels?
(See the attached image)

Dobry Zranchev
Telerik team
 answered on 16 Dec 2010
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
ProgressBar
CheckedDropDownList
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?