Telerik Forums
UI for WinForms Forum
5 answers
227 views
Hello,

I have a tool window in a Rad Dock on a form. I've set the Allowed Dock states so it can only be docked or hidden, but I also want to ensure that apart from this, it cannot grow or shrink (like having a fixed splitter). Is there a way to do this please?

Thanks

Richard
Alex Lin
Top achievements
Rank 1
 answered on 31 Dec 2009
1 answer
157 views
How to hide the controlbox of mdichild from Rad Menu.......... tried some solutions but not yet success

any help would be appreciated....
Robert
Top achievements
Rank 1
 answered on 30 Dec 2009
9 answers
221 views
Using the the example in this link I am trying to figure the best way to drop a row only on the specific grid you want to add it to.

For example, I have 4 grids in a docking panel.  lets call them grids1 - grid4.  grid1 and grid2 has values I want to share with grid2. grids 3 and grid4 do not except any drop.  However, what is happening is that when I drag from grid1 to grid4 it addes the value to grid2.  How can I tell if the grid I am hovering over is the grid that I want to add the value to.

Thanks
Stephen
steve
Top achievements
Rank 1
 answered on 30 Dec 2009
3 answers
142 views
I have a gridview that uses outside controls to insert/update/delete rows.

I fill it with a tableadapter.

        private void ManageLocations_Load(object sender, EventArgs e) 
        { 
            this.wISE_LocationsTableAdapter.Fill(this.locations.WISE_Locations); 
 
        } 

I insert/update/delete using custom calls.  The following works fine -- it inserts fine and grid refreshes with inserted record -- but when I close the child form in which it is called, and then reopen the child form, the grid is missing the new record.

        private void InsertLoc() 
        { 
            sh.InsertLoc(txtName.Text, txtZip.Text, string.Empty, string.Empty); 
            this.rgLocations.Rows.Add(txtName.Text, txtZip.Text); 
            this.UpdatePanelInfo(this.rgLocations.CurrentRow); 
        } 

The same thing with the update and delete.  It is like the tableadapter isn't refreshing with the new data.

I am using a SQLCE db, and that db is in my bin folder.

Any ideas on how I can refresh the tableadapter so that the grid always reflects exactly what is in the db?

Thanks

Chad






Jack
Telerik team
 answered on 30 Dec 2009
1 answer
103 views
Hi
Each appointment shows the startdate and stopdate. I would like to change this to only show the startdate. How can I do this?
Martin Vasilev
Telerik team
 answered on 30 Dec 2009
1 answer
199 views
Hi
I have the radscheduler set up as WorkWeek. The work hours have a white background as opposed to the default light blue, however they range by default from 09:00 to 18:00. How can I change these times?
Nick
Telerik team
 answered on 30 Dec 2009
11 answers
169 views
It is possible to get the hierarchical structure in the rad grid view in ASP.NET web application, but my application is windows application. So any1 plz tell me how can i have the same hierarical structure in the grid view used in the windows application.
Jack
Telerik team
 answered on 30 Dec 2009
3 answers
163 views
Hello,
I am using RadControl for WinForms Q3 2009 SP1 with VS2008, C#. I am trying to reproduce the bahavoir from your demos but something must be wrong. In your demos you got two special days that display some text inside special days boxes. After reviewing your code it become obvious that source code you display for running sample is not right. For example, even the text is not same, you have in running example text  "Meeing with boss" while in the source code you can read: label2.Text = "Meeting with Microsoft";

However, even if copy/paste the entire sources it does not show text for special days, source code does not do anything except assigning two images from a list. Here is your code:

namespace Telerik.Examples.WinControls.Calendar.SpecialDays
{
    public partial class Form1 : ExamplesForm
    {
        public Form1()
        {
            InitializeComponent();

            RadLabel label1 = new RadLabel();
            label1.Text = "Ann's Birthday";

            RadLabel label2 = new RadLabel();
            label2.Text = "Meeting with Microsoft";

            this.radCalendar1.SpecialDays[0].Image = this.imageList1.Images[0];
            this.radCalendar1.SpecialDays[1].Image = this.imageList1.Images[1];
            this.radCalendar1.ShowFastNavigationButtons = false;
            this.radCalendar1.FocusedDate = new DateTime(2007, 8, 9);
        }
    }
}

I see the label definition but nothing to link them to calendar. I think your demo is incomplete and somehow unusable. I tried to find a solution by myself and come up with this:

RadLabel label1 = new RadLabel();
label1.Text = "Ann's Birthday";   
RadHostItem host = new RadHostItem(label1);   
radCalendar1.SpecialDays[0].TemplateItem = host; 

This does work but it's not the same behavoir like in your demo, text wrap and transparent label.

Could you please tell me what's the right solution to achieve my scope, assign text to a specialday, perhaps you can release correct source code of your working examples?

Regards,
Cornel I.

 

 

 

 

Victor
Telerik team
 answered on 30 Dec 2009
1 answer
81 views

Hello i asked you a question yesturday and i didnt recive an answer

and if i may i have another question how can i change the color of the gridlines


hanan

 

the questions are about wpf 

best regards
hanan

Nick
Telerik team
 answered on 30 Dec 2009
1 answer
118 views
Hi,
Please try to copy dropdown button with items from one form to another :)
Look at the example



Nick
Telerik team
 answered on 29 Dec 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
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?