Telerik Forums
UI for WinForms Forum
1 answer
145 views
I have a number of document windows in a tab strip. Is there a way to allow the user to drag that document window out of the tab strip and into an independent window? Thanks.

-John Baima

Nikolay
Telerik team
 answered on 15 Jan 2010
1 answer
140 views
  I am using Rad dock control & I have added three dock toolwindows on that i.e Calendar, Selection Sets, Toolwindow3. When I autohide all the three windows I can see those at right side of the current form.My problem is , while opening toolwindow after mouse hover on it , it takes size of the toolwindow which I opened earlier.I want to open the toolwindow in speciafic width which covers whole area of the control which is on the toolwindow. Such as If I open Selection sets toolwindow by mouse hover on that & pin it , I can see it in opened mode. but if I resize it & immedeiately after if I open the Calendar toolwindow by mouse hover on it , it takes the resized size of Selection sets toolwindow.What I want is I want to open all those toolwindow in there specific sizes & it should cover the whole area of controls whatever the toolwindow holds.For that if I set specific width it do not allow me to resize them ,I can resize them also.
Please find an attachment of the sample example , In that I have set width to all the toolwindow on form load to avoide that it takes the resized size of earlier toolwindow.I am looking for the solution which allow me to resize the toolwindow & also dock toolwindows should not break width of it so that I can see controls under them fully not in squizzed format.Also one more point I cant resize them when those are in pinned mode , but after mouse hover on those & befoure pinning it I can size them to whatever.
for example
If I reduce the size of Selection set toolwindow by dragging it & pin it and then if I open calendar toolwindow by mouse hovering on it, it takes reduced size of Selection set so I see calendar half part i.e upto thursday or whatever the width.


Please refer ticket id 242089 -- Dock Tool Windows for the attachments. I can't attach the application's zip file as allowed extensions are different.
For above question which I had posted earlier also (refer ticket id 242089), you did get back to me i.e you were able to reproduce it and going to address this issue in the version  q3 2009. I am facing the same problems in q3 2009 version too.

Can this issue be fixed asap? It's bit urgent.
Nikolay
Telerik team
 answered on 15 Jan 2010
1 answer
76 views
Hi,

Here's a problem I found:

1-Create a RadForm and set TopMost = true
2-Add a RadDock and add a Tool Window docked (anywhere)

When this form is run, if you unpin the tool window and then hover on it, the tool window is not shown. It's actually behind the form. You can see this easily by sizing the raddock to be bigger than the form. When you hover, you will see the tool window appear behind the form.
Nikolay
Telerik team
 answered on 15 Jan 2010
1 answer
894 views
I Want to change the "No Data To Display" message shown in the rad gridview. how can i do that?

Thanks
Svett
Telerik team
 answered on 15 Jan 2010
7 answers
272 views
Hi,
I am using a RadMaskedEditBox control for win forms. The main task is to create a currency textbox and I am almost there. The problem is that when the user types a period as a decimal delimeter the control is not positioning the cursor after the period. So, in order to add this functionality I would need a KeyPress event fired on user's entry.

Please let me know how I can activate KeyPress ,KeyDown or KeyUp events or if you have already the currency text box with this functionality.

Appreciate your help.

Sasha
Nikolay
Telerik team
 answered on 15 Jan 2010
3 answers
235 views
Hi

If I attach a ContextMenuStrip to a RadTextBox is not showing, but if I on the same form add the same ContextMenuStrip to a normal Textbox is shows. What have I done wrong ?

Best Regards
Kim Johansen
Nikolay
Telerik team
 answered on 14 Jan 2010
1 answer
151 views
I have created a RadImageButtonElement inside a RadToolStripItem and an ImageList is assigned to the RadToolStrip.
I need to change the image size (Large,Small,Medium)  in the RadImageButtonElement.I have assigned SmallImageList property for the RadToolStrip control.When will the images in SmallImageList will be assigned to the RadImageButtonElement?

In Listview control we have option to view Large Icon,Small Icon by assigning LargeImageList and SmallImageList values.Is there is any option in RadToolStrip to view Large and Small Images similar to ListViewControl?

Thanks,
Shirley
Martin Vasilev
Telerik team
 answered on 14 Jan 2010
0 answers
91 views

I have a radgridview with 3 columns, one of which is a gridviewlookupcolumn.
The data is populated using LinqToSql classes as followingf

 

DataClasses2DataContext

 

 

dcl = new DataClasses2DataContext();

 

 

 

 

GridViewLookUpColumn gvc = new GridViewLookUpColumn("SuitabilityIndex1");

 

 

 

radGridView1.DataSource = dcl.USBDevices;

 

radGridView1.Columns[

 

"Id"].IsVisible = false;

 

radGridView1.Columns[

 

"SuitabilityIndex"].IsVisible = false;

 

radGridView1.Columns[

 

"Manufacturer"].StretchVertically = true;

 

 

System.Collections.Generic.

 

List<short> dd = new List<short>();

 

dd.Add(0);

dd.Add(1);

dd.Add(2);

gvc.DataSource = dd;

 

radGridView1.Columns.Add(gvc);

radGridView1.Columns[

 

"SuitabilityIndex1"].FieldName = "SuitabilityIndex";

The field SuitabilityIndex in the database is smallInt that allows null. The datasource for the lookup column is short

When I change the value in the lookup column, it fires the data error event with the following error

 

{Telerik.WinControls.UI.GridViewDataErrorEventArgs}

base {Telerik.WinControls.UI.GridViewCellCancelEventArgs}: {Telerik.WinControls.UI.GridViewDataErrorEventArgs}

Context: Commit

Exception: {"Object of type 'System.String' cannot be converted to type 'System.Nullable`1[System.Int16]'."}

ThrowException: false

I think the problem is that the lookupcolumn thinks that the datatype os string. I can say that for sure since the allignmnet of values on the grid are to the left and not to the right.
I tried setting the datatype of the column to short, but did not help

 

 

Thanks
Deepak

 

 

Deepak Rao
Top achievements
Rank 1
 asked on 14 Jan 2010
1 answer
65 views
Hi,
I am trying to add a RadMaskedEditBoxElement in RadRibbonBarButtonGroup on the ribbonBar. I am fine with adding it but when i am trying to set the mask value , the mask does not exists. All the properties of the RadMaskedEditBoxElement are like  radtextbox. On the other hand when i am adding the RadMaskedEditBoxElement on winform it works perfectly.

I tried to add the RadMaskedEditBoxElement from the code with a host element , nothing.

Can you help me ?
Deyan
Telerik team
 answered on 14 Jan 2010
1 answer
196 views
I have created a hieriachry node system as shown in your examples.    However, I wish the datamember in the last node to be made up to 2 fields from the DB.  How can this be done?

I also have a gridview which I wish to show the same hieriachy data that is in sync with the treeview. 

Your assistance will be appreciated.
Victor
Telerik team
 answered on 14 Jan 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
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?