Telerik Forums
UI for WinForms Forum
1 answer
119 views
Hi

Since updating to the latest build (2012.2.608.20) the TREEVIEW does not accept the theme for Office2007Black.

I found the problem because I use "ThemeResolutionService" to globally set the application theme and it causes problems on the TREEVIEW when I use Office2007Black.

Any work arounds ?

Paul.
Nikolay
Telerik team
 answered on 31 Jul 2012
1 answer
68 views
Is it possible to dim all other elements when thewre not in focus ie the element at the front will be bright and the others dim?

Regards
Kevin
Boryana
Telerik team
 answered on 31 Jul 2012
6 answers
277 views
Hi,

I am just getting to terms with the carousal and its working great. There is just a couple of things I am trying to get right. Maybe you can help me.

I have created some test code which adds the image list at runtime just looking at a directory. Code is displayed below. The code works fine but all the items are the same size. What I need is the selected item to be a larger size so they stand out from the rest. Also if its not too much work I want the rest of the items in the background to be slightly dimmed out just to emphasize on this.

PLEASE HELP...

Thanks



private void CreateCarouselItems()
        {


            //pictureBox2.Image = Image.FromFile("D:\\IMAGES\\1.jpg");

            int[] myInterger = new int[1];
            for (int i = 1; i < 100; i++)
            {
                RadButtonElement carouselItem = new RadButtonElement();
                carouselItem.ImageAlignment = ContentAlignment.MiddleCenter;
                carouselItem.TextAlignment = ContentAlignment.MiddleCenter;
                carouselItem.TextImageRelation = TextImageRelation.ImageAboveText;
                carouselItem.ShowBorder = true;
                carouselItem.Text = "Peter Pan";
                carouselItem.ForeColor = Color.WhiteSmoke;
                carouselItem.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;

                carouselItem.BackColor = Color.YellowGreen;


                Bitmap b;
                b = (Bitmap)Image.FromFile("D:\\IMAGES\\" + i.ToString() + ".jpg");
                carouselItem.Image = ResizeBitmap(b, 90, 60);


                this.radCarousel1.Items.Add(carouselItem);
            }


        }
Stefan
Telerik team
 answered on 31 Jul 2012
5 answers
362 views
Hi,
 I have been attempting to create a custom editor for the property grid to edit connection strings. I based my custom editor on your kb article http://www.telerik.com/help/winforms/propertygrid-editors-using-custom-editor.html . The editor successfully shows the connection builder dialog and when looking at breakpoints within the BeginEdit method the EditorElement.Text value is updated. This never seems to make it back to the property grid item and therefore not back to the app.settings file used to hold the connection string. The TextChanged event never seems to fire either.

The settings are just plain strings as the ConnectionString type cannot be user scoped. The settings are updated correctly using the standard PropertyGrid editors.

I have created a test project to show where I have got to here is a link as I cannot post a zip file here, Test Project Link

Many Thanks

Chris
Ivan Petrov
Telerik team
 answered on 31 Jul 2012
5 answers
147 views
Hi! Is there any way to simulate the ShowDropDown method of radDropDownList in the DropDownListEditor in the grid? thanks.
Stefan
Telerik team
 answered on 31 Jul 2012
1 answer
122 views
Hi all. i have a problem with telerik line chart.I must create 3 line and add items every 100 miliseconds.All fine , but when i resize form.chart crashed.
Nikolay
Telerik team
 answered on 31 Jul 2012
5 answers
300 views
Hello,

is there a way to group properties (from a PropertyStore) in a custom defined order? How to do this?

Sample data:

Property 1: Name = Category; Category = System
Property 2: Name = Property1; Category = Properties
Property 3: Name = Property2; Category = Properties

The question is how to order the groups to System, Properties and properties in group alphabetical or by own order? Actually the PropertyGrid supports alphabetical group and property sorting, so the group order is Properties, System.

Regards from Leipzig

Holger Boskugel
Ivan Petrov
Telerik team
 answered on 30 Jul 2012
1 answer
73 views
Hi
I am using telerik contorls in winform application. We have designed application on windows 7(English).
When the application installed on the machine having the OS windows 7 (chinese) controls not appearing properly.
We tried many options like made the autosize property false from primitives and that time controls appear properly and when again the solution moved to windows 7 english and again to the chinese window 7 problem ramains same.
Both the os has the same resolution settings.
Please suggest.
Jack
Telerik team
 answered on 30 Jul 2012
5 answers
607 views
Hi,

I have a bound GridViewCheckBoxColumn in my RadGridView. It is bound to an object that properly implements INotifyPropertyChanged etc.

My checkbox column updates the state of the object by "turning it on" such that when it's turned on, another field has it's value set.

However, the binding on the checkbox column only updates on Validation (i.e. leave cell, or row, or grid). I want it to occur sooner on PropertyChanged of the CheckBox.IsChecked property. In a regular winforms databinding scenario this would simply involve setting the DataSourceUpdateMode on the binding to OnPropertyChanged (default is OnValidation).

How can we get at the column/cell binding? Or is there already a property that I'm missing that wraps this functionality up?

Cheers,
Andrew.
Jack
Telerik team
 answered on 30 Jul 2012
1 answer
83 views

I use UrlRewritingNet for Rewriter my website, but RadEditor not working.  If not use UrlRewritingNet.UrlRewriter.dll (delete line config rewriter in web.config) then RadEditor run ok.
I found this url

http://www.telerik.com/support/kb/aspnet-ajax/editor/error-web-config-registration-missing-the-telerik-dialogs-require-a-httphandler-registration-in-the-web-config-file.aspx

but I didn't understand how do I apply it

Please help me, how to use  RadEditor with UrlRewritingNet.UrlRewriter.dll.

Thank you very much.

Rumen
Telerik team
 answered on 30 Jul 2012
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?