Telerik Forums
UI for WinForms Forum
1 answer
55 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
228 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
320 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
131 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
110 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
257 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
58 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
546 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
72 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
2 answers
191 views
I have a scheduler control displayed in timeline view, with resources and days.
If a resource (Consultant) is not available for a given day, we want to highlight this by setting the background colour of the intersection of his resource row and the date.

In the example image, no one is available on the 9th of September, and most arent available of the 8th either. However, Geoff Swindell is available on the 8th, but not on the 4th.

Because the CellFormatting event occurs as is drawn and before we have the data, we're having trouble colouring these rows.

Is it possible to format the cells AFTER we have this data?

Events and appointments will be overlaid on top of these dates, even if they're marked as unavailable.

Thank,
Karl
Ivan Todorov
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?