Telerik Forums
UI for WinForms Forum
1 answer
106 views
Hello Support

I have an Radchart need to change the XAxis label color. I have wincontrol Radchart

RadChart1.DefaultView.ChartArea.AxisX

Please do needful

Regards

Asif
Evgenia
Telerik team
 answered on 31 Aug 2011
9 answers
466 views

Hoping someone can help me with this. I just upgraded my WinForms controls to version 2010.3.10.1215 from 2010.3.10.1109 and my composite filters have stopped working. They do not cause an exception or break anything else, it's as if they are completely ignored. Indidual filters work perfectly still, but they are insufficient to my needs. So... I'm checking with the community before posting a ticket. Example composite filter below. Thanks

  

CompositeFilterDescriptor

 

compositeFilter = new CompositeFilterDescriptor();

 

 

compositeFilter.FilterDescriptors.Add(

new FilterDescriptor("IsDeleted", FilterOperator.IsEqualTo, false));

 

 

compositeFilter.FilterDescriptors.Add(

new FilterDescriptor("FolderLocation", FilterOperator.IsEqualTo, selectedFolder));

 

 

compositeFilter.LogicalOperator =

FilterLogicalOperator.And;

 

 

 

rgvEmails.FilterDescriptors.Clear();

rgvEmails.FilterDescriptors.Add(compositeFilter);

 

 

 

Christ
Top achievements
Rank 2
 answered on 31 Aug 2011
9 answers
290 views
hey guys

I've a problem with the filter in the MultiColumn ComboBox:

If filtering is turned on, and I type some letters in the CB that only one row is left in the combogridview, this row is autoselected from the combobox.

Is there a way to disable that function because when you type fastly you don't get when the row is autoselected. That means you write some more letters after the autoselect.

So for example if I would like to select the row "Media":

1. I type "Me"
2. only one row is left in the combogridview and the row "Media" is selected (also in the combobox.text is now "Media")
3. I dont get that and continue with "dia"
4. So in the Combobox the Text "Mediadia" appears
Svett
Telerik team
 answered on 31 Aug 2011
1 answer
247 views
Hi,
I have desing the windows form in Visual Style Builder and when i load my theme in visual stdio it looks work great but when i debug my project and fullscreen the form it doesnt get fullscreen.i saw only my form at old size and my minimize and maximize buttons become invisible.when i double clicked tittle bar it became old status.
its big problem for me.
how can i resolved it.

Attached file: when i changed the form size,normal size,fullscreen

Normal Size
Size Changed
FullScreen

Thanks for your answers.
Ivan Petrov
Telerik team
 answered on 31 Aug 2011
5 answers
250 views
Hi,

currently i use the following code
Me.rsTracks.GetTimelineView.GroupSeparatorWidth = 1
Me.rsTracks.GetTimelineView.ResourcesPerView = 4
Me.rsTracks.GetTimelineView().ShowTimescale(Timescales.Hours)
Dim timescale As SchedulerTimescale = Me.rsTracks.GetTimelineView().GetScaling()
timescale.DisplayedCellsCount = CInt(12)

This will show me the first 12 hours from a defined day. It always starts at 00:00 of a given day.

Any method avaible to move the first visible cell on left hand of the timeline view to any other time ?

In best case i want to see working hours currently declared for the day, for example

15:00 - 23:00 working time  (timescale.Displayed.CellsCount = 8) 

I am quit sure there is a method avaible, because i can use the navigator to move hour by hours, but i was not able to find it.

Any help is welcome.

Kind regards

Martin gartmann
Ivan Todorov
Telerik team
 answered on 31 Aug 2011
1 answer
64 views
Hi,

How can I get this control AlbumTableAdapter that is part of the carousel demo in the music library? Is this another package I have to download?

thanks
Stefan
Telerik team
 answered on 31 Aug 2011
4 answers
259 views
Have a MultiColumn ComboBox bound to a dataset. The binding is okay, I can see all the items in the dropdown.

MCC.ValueMember = "Field1"
MCC.DisplayMember = "Field2"

Note that Field1 is NOT part of any column.

So, what I want to retrieve, of course, is the value associated with "Field1" of the selected row.  However, because that field is not included in any of the column, I'm having a real tough time retrieving it.  MCC.SelectedValue always return nothing!!! 

Please help!

Justin
Svett
Telerik team
 answered on 31 Aug 2011
1 answer
105 views
Hi would like to use the bubblebar for the same purpose than a menu. How can I get the selection made by the user. I checked all possible events linked either to your bar or to the radElement and I don't see ant selectionChanged() or itemChanged() event.

Any suggestion how I could do this?
Nikolay
Telerik team
 answered on 30 Aug 2011
2 answers
266 views
Hi ,

I am trying to do something very simple but seems that this does not work .

Basically I have a few different RadPageViewPages in a  RadPageView control
each page has about 9 buttons

what I want to be able to do is when user clicks on a particular page this should auto scroll to make the contents of the page visible when expanded .i.e ideally scroll to a point where the contents become visible

currently what seem to happen is when you click on the page to expand it depending on the position of the page the contents are not always visible the user has to manually drag the scrollbar to see its content which is obviously hiding down at the bottom .

I tried adding the following code to the project but it does not seem to work

void radPageView1_SelectedPageChanged(object sender, EventArgs e)
        {
             
            RadPageView apageview = (RadPageView)sender;
            RadPageViewPage apage = (RadPageViewPage)apageview.SelectedPage;
 
            apageview.ScrollControlIntoView(apage);
        }

I have added Screen-prints of what it does and what is expected

Cheers
Khizar
Duncan Clarke
Top achievements
Rank 1
 answered on 30 Aug 2011
1 answer
106 views
Hello,

Is there a way to maintain the height of the appointments once it is set in timeline view? For example when my form loads, I set the appointment height (timeline view) to 110. When I change it to monthview the height changes. I would want it to remain the same as set in the timeline view. If not, then atleast when the user changes it back to the timeline view, I should be able to set it back to 110 but I can't.
I used the Radscheduler's ActiveViewChanging event but could not get this to work.

Did anyone come across the same problem?


Thanks.
FB
Top achievements
Rank 1
 answered on 29 Aug 2011
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
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?