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

In my application,i want to create my own theme and apply it to the RadRibbon form,Here i'm unable to apply the background image to the form only we can give the backcolor to the radribbon form.And also in the RadRibbonBar,unable to give the image to the icon.

Please reply ASAP and check the screen shot ,here it depicts that, i'm unable to assign the image to the radribbonbar.


Thank you,
Pradeep
Victor
Telerik team
 answered on 14 Jun 2010
2 answers
322 views
Hello, I have a RadForm as main form with WindowState = Maximized. One of our customer have the problem that form is not shown maximized on start up. The form appears on the lower right corner of the screen and is cut off. The customer have to manually move the form to the upper left corner. I think form is maximized, because doubleclick on form title have no effect. But position is not centerd. I am not able to reproducce this behavior. OS is WinXP with the newest Service Pack.

Any idea ?


Best regards,

Markus
Markus
Top achievements
Rank 1
 answered on 14 Jun 2010
1 answer
153 views
Hello,

when i click on a PageViewPage of a PageView in the Designer then the Designer does not show the properties for the PageViewPage but it shows the properties of the PageView. This is confusing when you just want to edit a property of a PageViewPage.

When i select a PageViewPage in the properties combobox of VisualStudio 2010 then the Designer does not acitvate the selected PageViewPage. This is also confusing.
 
Kind Regards,

Ramius
Georgi
Telerik team
 answered on 14 Jun 2010
1 answer
111 views
Hello,

will it be possible to localize the message of the screentips of all the buttons and the dropdownlist of the radpageview ?

Kind Regards,

Ramius
Georgi
Telerik team
 answered on 14 Jun 2010
0 answers
170 views
We are pleased to announce that the Q2 2010 Beta of RadControls for WinForms is now available for download from your accounts: Q2 2010 Automatic Installation.

This beta is very important for us, because of the many changes we are introducing. We would like to get your honest feedback and opinion on the new controls and features in the Beta Forum. We will award every beta participant with up to 5,000 Telerik points (depending on the quality of the provided feedback) as a token of our gratitude for your time and feedback.

The Beta includes:
  • New controls: RadListControl and RadDropDownList (to supersede RadListBox and RadComboBox)
  • New control: RadPageView (to supersede RadTabStrip and RadPanelBar)
  • New control: RadDesktopAlert
  • New control: RadReminder
  • A major update to RadGridView
For further details, please check Telerik Labs and the Release Notes.

Known issues in RadGridView
  • In general there could be memory or performance issues.
  • There is no full support in design time. For example you cannot save a filter description.
  • Currently there is an issue when removing rows and grouping or sorting is applied.
  • In hierarchy you can’t add, remove or edit rows.
  • In several cases in hierarchy child view height is calculated wrong.
  • Performance is slow when scrolling in hierarchy.
  • Keyboard navigation does not work in hierarchy.
  • Tabbed view is not available in hierarchy.
  • There are visual glitches in column group view and html view.
  • Pin functionality is disabled in column group view.
  • Scrollbar height is not updated correctly when changing the pin state of a row.
  • Column chooser items cannot be styled and have no theme.
  • The filter value displayed in filtering row cannot be customized.
  • Editing operation cannot be canceled when editing a filter cell.
  • There could be issues when loading layout saved with a previous version.
  • Right to left support is not available.
  • RadGridView functionality is limited in unbound mode.
  • RadGridView may crash when editing in split mode.
  • There is no animation when expanding/collapsing groups.
  • UI is not updated when adding new summary item.
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 11 Jun 2010
2 answers
94 views

Hi,

we updated our Telerik Windows Forms to version 2010.1.10.504 and now I have the problem that the RadGridView looses its theme. I have to say that the Telerik dlls are lying on a network share, maybe that causes the problem, because when I use my locals dlls (version 20.1.10.409) everthing works fine. The funny thing is that in some rare occasions the theming works fine, without changing anything, only restarting the application and further it concerns the gridview, only. Other controls like the calendar are themed correctly.

Best regards

Martin

Martin Vasilev
Telerik team
 answered on 10 Jun 2010
1 answer
85 views
Hello,

I've recently discovered what i think is a bug in the Size Changed event of the form, whenever i change the size of the form the event fires twice. I can't attach a demo here but it's easily achieved, just by creating a RadForm and using a messagebox on the SizeChanged event, it will fire twice, and not only that, it will fire even when the form first starts (this does not happen on normal windows forms)

I've also submitted a ticket on this problem with id 316570, if someone had the same problem please let me know

Thank you,
Emanuel Varga
Deyan
Telerik team
 answered on 10 Jun 2010
1 answer
119 views
Hola, utilizo la version 2009 q3 con sp1 para winforms y tengo un problema al enlazar un datasource al radcomboBox
tengo un datatable llamado dt cuya consulta sql es : "Select id, nombre from cuentas"
suponiendo que tengo un radComboBox llamado cmbcuenta


cmbCuenta.datasource = dt
cmbCuenta.displaymember= "nombre"
cmbCuenta.valueMember = "id"

En la ejecucion de mi programa el nombre se ve perfectamente y en el evento selectValueChange programa que en un textbox se vea el valuemember de la cuenta que me selecciono. Algo como esto:

miText.text = cmbCuentas.valuemember
El caso es que no funciona el "id", asocia bien el nombre pero al poner id en miText.text se coloca la palabra "id".
Alguna sugerencia?
Victor
Telerik team
 answered on 10 Jun 2010
1 answer
151 views
Hey everyone,

       I am using the Office2010 theme in my application and am running into a problem with the selected tab on RadTabStrips.  The problem I have is that the default theme has a border at the bottom of the selected tab AND the on the top of the ContentPanel.  I could remove the bottom border on the tab, but the top border of the panel would still exist.  I don't want to remove the entire top border with the Panel, just the area right below the tab.  I have seen this effect happen with the other default themes, so I'm wondering if there is something I can change to get this look.  I hope that's clear, as it is hard to see the which tab is selected if the border between the tab and content panel exists.  The color changes, but that isn't too accessible to colorblind people.  Any ideas?   Thanks!
Stefan
Telerik team
 answered on 10 Jun 2010
7 answers
199 views
hello
I have 2 different Rad list boxes first one is called "LeftList" and the second one called "RightList" then i have a button when it clicked it moves the selected items from the list on the left to the list on the right  here is the code that i user to move items

    For Each item In Me.LeftList.SelectedItems
            Me.RightList.Items.Add(item)
        Next

however it is giving me errors


Here is a copy of the error

Exception has been thrown by the target of an invocation.


Action details
{"Exception has been thrown by the target of an invocation."}
System.Reflection.TargetInvocationException was unhandled
Message="Exception has been thrown by the target of an invocation."
Source="mscorlib"
StackTrace:
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEnt ry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuarante edCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
at System.Windows.Forms.Control.WndProc(Message& m)
at Telerik.WinControls.RadControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms .UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int 32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase. OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase. DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase. Run(String[] commandLine)
at RetailManagementSystem.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException: System.InvalidOperationException
Message="Element already added"
Source="Telerik.WinControls"
StackTrace:
at Telerik.WinControls.RadElementCollection.CheckElementAlreadyAdded(RadE lement element)
at Telerik.WinControls.RadElementCollection.OnInsert(Int32 index, Object value)
at System.Collections.CollectionBase.System.Collections.IList.Add(Object value)
at Telerik.WinControls.RadElementCollection.Add(RadElement value)
at Telerik.WinControls.UI.RadVirtualizedStackViewport.ResetVisualList(Poi nt scrollValue, Boolean isScrolling)
at Telerik.WinControls.UI.RadVirtualizedStackViewport.ResetValue(Point currentValue, Size viewportSize, Size extentSize)
at Telerik.WinControls.UI.RadScrollLayoutPanel.ResetScrollPos()
at Telerik.WinControls.UI.RadScrollLayoutPanel.ArrangeOverride(SizeF finalSize)
at Telerik.WinControls.RadElement.ArrangeCore(RectangleF finalRect)
at Telerik.WinControls.RadElement.Arrange(RectangleF finalRect)
at Telerik.WinControls.Layouts.ContextLayoutManager.UpdateLayout()
InnerException:


i tried so much but i really think there is a bug in the RadListBox controls


can i get some help with this issue please

thanks







Victor
Telerik team
 answered on 10 Jun 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
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?