Telerik Forums
UI for WinForms Forum
2 answers
83 views
Hi,

I have a problem with different behavior of FilterDescriptor in Q1 2013 (upgraded from Q1 2012).
I want to filter out all rows where 2 columns have a value of string.Empty and set the filter like this:

CompositeFilterDescriptor cfd = new CompositeFilterDescriptor();

FilterDescriptor fd1 = new FilterDescriptor("Anlage", FilterOperator.IsNotEqualTo, "");
cfd.FilterDescriptors.Add(fd1);

FilterDescriptor fd2 = new FilterDescriptor("Bestellung", FilterOperator.IsNotEqualTo, "");
cfd.FilterDescriptors.Add(fd2);

cfd.LogicalOperator = FilterLogicalOperator.Or;
grid.FilterDescriptors.Add(cfd);



In Q1 2012 this resulted in:
CompositeGridFilter, Expression: (Anlage <> '' OR Bestellung <> '')    

In Q1 2013 the expression now is:
(NOT (Anlage IS NULL) OR NOT (Bestellung IS NULL))

which is not what I want!

Is there any way around this?

Thanks a lot in advance

Renate




Renate
Top achievements
Rank 1
 answered on 15 Mar 2013
3 answers
148 views
I'd like to print a week view as it appears in the application, i.e. days across the top, time slots along the side, and appointments sized and placed in those slots. I'd like it in landscape mode. Seems like it should be simple but I can't figure it out.

Later
Art
Stefan
Telerik team
 answered on 15 Mar 2013
2 answers
232 views

Currently my series legend labels display vertically stacked. I wish to set the legend items horizonally centered below the graph. I can change the legend position, but the legend series are still stacked vertically. How can I change this?

  <GRAPH>
    X Item 1
    X Item 2

I wish to have the legend centered and horizontal  below the graph...

        <GRAPH>
 X Item 1        X  Item 2

Ivan Petrov
Telerik team
 answered on 15 Mar 2013
1 answer
120 views
Hi,

While I was designing the ribbon for my application the size of all ribbon tabs was suddenly broken (see attached images).
When launching the application it always ends up with this broken size, the designer sometimes displays everything correctly, but after a refresh it usually is wrong again.
This behavior is independent from the selected theme.
I did not change any size related properties on purpose or programmatically.
Version 2013.1.220.

Is there a way to add some code that sets at least the correct height if the tabs so they are aligned to the application menu button?

Thanks in advance,
Ingmar
Jack
Telerik team
 answered on 15 Mar 2013
2 answers
127 views
My database is sending "Yes" and "No" but I can't seem to get the checkbox field to understand it. There is something I'm missing?

Later
Art
Art
Top achievements
Rank 1
 answered on 15 Mar 2013
2 answers
133 views
Hi, 
is it possible to use RibbonTab as Control on a form? The RadRibbonBar contains to much elements I would like to hide (StartButton, Caption etc.) I would like to hide everything marked with red on attached picture. The idea is to use the RibbonTab/RadRibbonBarGroup as MenuStrip on a form.
Is this possible?
Stefan
Telerik team
 answered on 15 Mar 2013
5 answers
139 views
We are updating from 2010Q1 to 2011Q1 and I am experiencing some very strange behavior with the scroll bars. If you drag the slider in a scroll bar (vertical or horizontal) and the mouse pointer deviates into the grid cells, the mouse starts selecting rows. This means that the user must be careful to never allow the mouse pointer to wander into the grid while dragging the scroll bar sliders. The scroll bar slider still moves, but normally if you start dragging a scroll bar slider with the mouse that is all that the mouse should do until the pointer is released.

We have full row select and multi-select enabled.
Jack
Telerik team
 answered on 14 Mar 2013
3 answers
249 views

Which Telerik WinForm controls would you recommend I use to create the status board described below?

 

I want to show a scrum-like status board with four columns (e.g. Pending, In Progress, In Review, and Done).  I'd like to show zero or more "cards" stacked vertically down from the top of each column.  I'm imagining each card to be a user control with an aggregation of 4 or 5 rad controls, perhaps even resembling a small index card.

 

I'd like to bind the status board to a SQL view which contains a record for each "card" and a field on each record indicating the correct column for which that item belongs.

 

I am new to the Telerik controls, and trying to decide which of the many Telerik controls to use to build the status board.  One idea is to have four single column grid controls side-by-side, each bound to the SQL View and filtered on the particular column.  I used this approach in an MS Access prototype.  Grid controls might be overkill, though.  Perhaps side-by-side ListView controls might work if those allow embedded usercontrols.  Or, you might have a much better idea, or point me to other posts that I missed.

 

Note that the entire status board will reside in a resizable panel in an Outlook style application.  Your "OutlookTypeApp.sln" posted elsewhere (http://www.telerik.com/community/forums/winforms/general-discussions/which-controls-should-i-use-for-outlook-type-application.aspx) was very helpful!

Thank you for any help you can give in pointing me in the right direction.

Jack
Telerik team
 answered on 14 Mar 2013
7 answers
278 views
Hi There,

I am very new to Telerik winform controls and trying to use RadRibbonBar and would like to get all the child elements (i.e. start menu items, buttons, group boxes etc) from the ribbon bar in a control collection. I want to enable and disable the specific controls based on user rights.

Please let me know if there is any possibility to get around that.

Cheers,

Robert
Peter
Telerik team
 answered on 14 Mar 2013
1 answer
98 views
Sir;

Can we scroll schedule when we are dragging a appointment.
(  is there any property like ensure visible)
Also can we create a appointment just on clicking scheduler and drag and drop to desire date and time.


Thanks & regards
Raman kumar



Julian Benkov
Telerik team
 answered on 14 Mar 2013
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
Bronze
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
Bronze
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?