Telerik Forums
UI for WinForms Forum
2 answers
211 views
Hi All

I was wondering if anyone could help me.
I am trying to add 2 radlabels, 2 radtextboxes and a radbutton to a radpanelbar.

Does anyonehaveany code examples that could help me?

Thanks in advance

Adrian Loughman
Boyko Markov
Telerik team
 answered on 27 Sep 2007
1 answer
157 views
At a certain point I move the a specific cell in the grid using code. No problem. But then I want to make sure that this cell is actually visible to the user, scrolling the scroll bars so the user can see this cell. Is there a way to do this?
Jack
Telerik team
 answered on 27 Sep 2007
1 answer
89 views
ok i've got two buttons in a tabstrip that always goes away everytime i'm in the designer view?
Are there any know troubles for thoses controls together.
The Location property of button is shifted to 1084, 143.
The 143 seem's ok but the 1084 is way out ...

Thanks.
Boyko Markov
Telerik team
 answered on 27 Sep 2007
1 answer
251 views
I creaded some derived class DocumentClientInfo inherited from DocumentPane.
Into DocumentClientInfo class i put webBrowser control (MS) as folow:

[PermissionSet(SecurityAction.Demand, Name = "FullTrust")] 
    [System.Runtime.InteropServices.ComVisibleAttribute(true)] 
    public partial class DocumentClientInfo : DocumentPane 
    { 
        
        public DocumentClientInfo() 
            : base() 
        { 
            InitializeComponent(); 
 
            webBrowser1.ObjectForScripting = this
 
            webBrowser1.DocumentText = "<html><body><input id=\"chk1\" type=\"checkbox\" onclick=\"window.external.Test();\" /></body></html>"
        } 
 
         public void Test() 
        { 
            MessageBox.Show("Ok"); 
         } 
 

On raising click event I get following  message:
A QueryInterface call was made requesting the class interface of COM 
visible managed class 'DocumentClientInfo'. However since this class derives from
non COM visible class 'Telerik.WinControls.Docking.DocumentPane', the QueryInterface call will fail. This
is done to prevent the non COM visible base class from being
constrained by the COM versioning rules.
Haw can resolve this?
Thanks.
Julian Benkov
Telerik team
 answered on 26 Sep 2007
3 answers
165 views
When can we expect to see improved drag and drop functionality in the Ribbonbar?

I would like to be able to easily use all Telerik controls inside the Ribbonbar Chunks and Button Groups.  Also, the ability to easily use standard Windows controls would also be good.

Thanks
Kiril
Telerik team
 answered on 26 Sep 2007
3 answers
61 views
2 Questions:
1. If I'm writing:
Private sub RadTextBox1_TextChanging(...
e.Canceled = True
End Sub

and I'm pressing really fast on differents keys, I can see for a momment the letter I pressed.... Call me priggish, but this is interrupt me.

2. How can I change the NewValue that send to the RTB?

thanks,

P.S.
Is anything difference in Q2?
Vassil Petev
Telerik team
 answered on 26 Sep 2007
5 answers
655 views
I have Togglebuttons and ComboBoxes and TextBoxes on my Winform. I created for each one a theme and saved the themes under Resources (i am using VS 2005). in your documentation you said that you just have to change the xml files proberty to embedded resources and the go to the themeManager and choose "load file from resources"  and change to filetype Resources. unfortunately when i give it the path it always looks for it on the local drive or in my visual studio root folder i can get it work locally somehow but as soon as i deploy my solution and open it up on a different computer it starts looking again for it locally filesystem instead of the Resource folder of my project.
Thank you
Mike
Telerik team
 answered on 25 Sep 2007
3 answers
253 views
The filter functionality is very new in the grid. But as default it is set to Equals. Is there a way to change this to be Contains as default?
Jack
Telerik team
 answered on 25 Sep 2007
1 answer
182 views
I created a theme for my radbuttons i use throughout my win app. unfortunately i does not show up at all even so i followed your instructions pdf (i does not show quite the steps about embeding it as from a resource) and i looked at your thememanagerexample which just errors out all the time on my computer and since i have no time to get it so it runs i could not get much out of it either. and yes i have the theme file in a resources folder and i set it embed as resource in the properties. in the thememanager however it always says "Object not found" . I see my theme applied to the buttons but as soon as i run the solution the theme gets not picked up. i need it to show up no matter if it is on my computer or on a client where i install the solution  the theme has to be always available. Since i can not use the add as file because it errors out on other computrs i need to use it as resoucre. please get back to me asap!i am using Q1 2007 and C#
Mike
Telerik team
 answered on 25 Sep 2007
1 answer
254 views
Right now I am trying to create a mockup for one of upcoming product. I thought using Telerik's control my job will be easier and thing should go smooth. But right now I am feeling difficulty. There are few things I like to share that really bothered me.

1. Is there any central way to assign theme? right now what I see is I have to assign theme manually to each and every Telerik control I use on form. I looked in Sample application for similar problem but what I see is simple one control solution. What I really like to see here is, I use shape form - I assign Theme to it and all child controls follow same until explicitly override. Or we can have a control do same kind of job.

2. I had already posted some problem with Treeview but found that its problem with VS design time environment. So as given in that blog now I close my design form before running application. However I found new issues.
    First I am using ShapedForm - every time assign Rounder as shape close form run app, shape is gone. I have done that 10 times and I think for now it is working (not sure how long).
    Second I am using RadTitleBar control, my form will be shown as dialog form I don't want Maximize button, I opened Edit UI Element window and set Visibility = Collapsed. Again design time look good. I have closed form (as it might behave same as Treeview) and then running application what I see Maximize button still visible. Not sure if this is a bug or I am doing something seriously wrong here.

3. My main issue cameup is inconstant behavior of Title bar themes. What I found is default skin for Title bar do have Minimize, Maximize and close buttons. But as soon as I switch theme say - "office2007black" all I see is title bar with header but no buttons on right hand side and this is happening in all the themes other then default one. Do I have to prepare those buttons?

4. I see lots of other UI components are also available in Suite but one thing I miss is Radiobutton as I can use other Telerik controls for consistent UI having old Non themed Radiobuttons slightly kill the appearance. This is not a big though. Problem here is with Textbox as I found using default with skin is not going to be that useful, its text coming touching to Border (top, left) that is not good by default it should have some margin to make it look much much better.

Some of above may have some easy answers, but as I am new to Rad for Winforms and trying to create quick mockup forms I am finding my self no chance for experimenting with UI and themes. I am really looking back to old winforms controls to get my mockups going.. but I still love to use telerik controls in my app (if I get some solutions for above things).
Dimitar Kapitanov
Telerik team
 answered on 25 Sep 2007
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)
Form
Chart (obsolete as of Q1 2013)
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
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?