Telerik Forums
UI for WinForms Forum
1 answer
50 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
211 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
296 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
124 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
93 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
250 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
53 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
505 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
68 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
182 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)
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
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
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?