Telerik Forums
UI for WinForms Forum
1 answer
137 views
Hi,

I am using Shaped Form of Telerik Winform Q1 2009.
When i maximize my form all i get single square shaped icon and not double unlike windows form.

Please is this limitation or there is a property to address this issue.

Regards,
Hemal
Deyan
Telerik team
 answered on 12 Jun 2009
1 answer
148 views
Environment:
  * WinForms 2009 Q1 SP1 (2009.1 414)
  * VS 2008 SP1
  * Windows XP Pro SP3

When a WinForm is normalized, the middle icon in the control box (right side of title bar) is a single box with a thicker top.  Clicking this button to maximize the form, the middle icon changes to two overlapping boxes, singifying that you can normalize the form by clicking this button.

Just by changing the WinForm to a RadForm and doing nothing else, you lose the overlapping box icon when the RadForm is maximized.  I.E., the RadForm always displays the single box with a thicker top, whether currently normalized or maximized.

To reproduce:
  * Start a vanilla VB Winforms project
  * Drag a RadButton onto the form, then delete the button (this auto sets refs to Telerik assemblies)
  * In Form1.Designer.vb, make the form inherit from Telerik.WinControls.RadForm
  * Run the project.  The form is normalized and displays the correct middle icon in the control box.
  * Maximize the form.  The form is maximized and still displays the "maximize" icon, instead of displaying the overlapping boxes.

A pair of bitmaps illustrating the issue (one WinForm, one w/RadForm) is one folder down in the zip file, which also contains a sample VS2008 project:

If you don't fix this (and the other issue I just posted in this area), I'll have to redo my form as a vanilla WinForm.  When shall I expect a fix for this?

-James Frater, Creative Software Solutions csoftwares.com
Deyan
Telerik team
 answered on 12 Jun 2009
1 answer
86 views
Hi, 

I managed to port parts of my app to the new docking framework, was relatively painless once I found out how to convert UserDockForms.
A lot of things are more logical than before, performance not bad apart from a few redrawing glitches.

- Too bad that the DockWindow Image is still not shown in the drop down menu of the docking tab strip
- Maximizing the app with a couple of docked documents leads to excessive redraw and takes much longer than with the old framework
  (DockManager on a simple Windows Form with RadMenu and RadTabStrip)
- This depends on the machine, on my Dell XPS quad core with 4Gig and nice graphics performance is acceptable, still some noticeable  flickering though

Regards
Erwin


Julian Benkov
Telerik team
 answered on 12 Jun 2009
1 answer
100 views
Hi..
I'm using ADO Entity Framework and displaying information in a GridView...
But I have a problem...
This is the code I use to obtain information:

radGridView1.DataSource = context.CF_Actividad.Select(

"it.ACT_Clave as [clave.clave], it.ACT_Descripcion").Execute(System.Data.Objects.MergeOption.OverwriteChanges);

 


note: CF_Actividad is my table.

well, ACT_Clave column has an alias, when this alias contains a dot(.), the information in this column is not displayed..
However, the information in the column description, if displayed.
The problem is when has a dot in the alias..
Thanks!!
Julian Benkov
Telerik team
 answered on 12 Jun 2009
1 answer
170 views
Hi,

I am using Row formatting event to color the background of a particular row to red and foreground to white when value of one of the cells is false . I am able to do it but when I select the red colored row with mouse or kyeboard it gets white in color due to its default row selcetion state i.e. light blue.So. the text having white forecolor does not get visible.
So,I want to remove the default row selection state i.e. light blue when particular row or cell is selected while mouse down.
Please help me out.
Nikolay
Telerik team
 answered on 12 Jun 2009
1 answer
132 views
Hi,

I am using RadTabStrip control. I have 3 tabs in TabStrip. I want that these 3 tabs should utilize the empty space that is on the right side of 3 tab header. I mean no empty space should be there on tab strip header. all 3 tab headers should have equal width and fill till the end of tab strip.

please tell me how can I achieve this?.

Thanks and regards,
Prabodh
Nick
Telerik team
 answered on 12 Jun 2009
2 answers
163 views
Hi , I'm curently writing an 100% keyboard application and I got some trouble when I set the focus like this: MyCombobox.ComboBoxElement.TextBoxElement.TextBoxItem.Focus() and with the multicolumncombobox: MyMulticolumnCombobox.MultiColumnComboBoxElement.TextBoxElement.TextBoxItem.Focus() It work fine but if after that I take mouse it throw me an exception with this stack trace:

"   at Telerik.WinControls.UI.PopupManager.OnMouseDown(Point cursorPos)\r\n   at Telerik.WinControls.UI.PopupManager.PreFilterMessage(Message& msg)\r\n   at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)\r\n   at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)\r\n   at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)\r\n   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)\r\n   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)\r\n   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)\r\n   at System.Windows.Forms.Application.Run(ApplicationContext context)\r\n   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()\r\n   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()\r\n   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)\r\n   at DPARS_POS.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81\r\n   at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)\r\n   at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)\r\n   at System.Runtime.Hosting.ManifestRunner.Run(Boolean checkAptModel)\r\n   at System.Runtime.Hosting.ManifestRunner.ExecuteAsAssembly()\r\n   at System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext, String[] activationCustomData)\r\n   at System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext)\r\n   at System.Activator.CreateInstance(ActivationContext activationContext)\r\n   at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssemblyDebugInZone()\r\n   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)\r\n   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)\r\n   at System.Threading.ThreadHelper.ThreadStart()"


Hope you will be able to help me
Thanks
Alexandre Samson
Nick
Telerik team
 answered on 12 Jun 2009
1 answer
224 views
I have a radtextbox where I have the font set to blue, cursor to hand, and underlined...our users want it to behave like a hyperlink.  When I hover over the textbox, the HAND cursor only appears when I'm near the border of the control.  When I'm over the actual text, it turns to IBeam...and the Click event isn't fired.  What's the trick.
Victor
Telerik team
 answered on 12 Jun 2009
1 answer
348 views
How can I set the initial Tool Window Size when I add a Tool Window to the Manager?
I add first the Tools, then the Documents. The Tools should have a given Minimum Size if possible, the Documents then can adjust.

In the old Docking System I had to use a workaround to set the Size, is that still required?

Regards
Erwin
Georgi
Telerik team
 answered on 12 Jun 2009
2 answers
197 views
Good day!

I've got two inter-related combos in the ribbonbar quick access menu, which will change the entity I'm looking at in my application, and I'd like the user to be able to select values in the following way:-

a) By typing in the field, pressing enter
b) By selecting an entry from the dropdown
c) By using the arrow keys

The problem I'm having is that I don't want to change the entity being looked at until either the user as pressed enter, or clicked on a specific item.

I've met the first requirement by handling KeyPressed and looking for '\r', which works fine.  I can't find an appropriate item level handler. SelectedIndexChanged et al fire every time the user hits an arrow so that's no good. 

I see you can manually assign a Click handler to each item in the radcombobox except that these two combos are databound, and have several hundred entries in each.  

Because they're in the quick access menu, I can't think of any useful alternative options (e.g. having a "launch" button next to the combo for example, because when you select the item in the combobox, the menu disappears before you get a chance to click on anything else in the menu)

Any thoughts would be appreciated, and I'm more than willing to consider different options here.
Jack
Telerik team
 answered on 11 Jun 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
ProgressBar
CheckedDropDownList
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?