Telerik Forums
UI for WinForms Forum
3 answers
117 views
I have a dataset witha datatable which contains a field called "PersonID" which is type UInt32. I want to duplicate the filter example in your demo application so amended the code to suit my fields, as shown below. I also set the DisplayMember to "PersonID".

            GridViewTextBoxColumn column = new GridViewTextBoxColumn("PersonID");
            column.HeaderText = "Person";
            column.IsPinned = true;
            multiColumnComboElement.Columns.Add(column);

I added your filter code

            FilterExpression filter = new FilterExpression(this.radMultiColumnComboBoxFind.DisplayMember,
                                          FilterExpression.BinaryOperation.AND,
                                          GridKnownFunction.StartsWith, GridFilterCellElement.ParameterName);
            filter.Parameters.Add(GridFilterCellElement.ParameterName, string.Empty);

            this.radMultiColumnComboBoxFind.EditorControl.MasterGridViewTemplate.FilterExpressions.Add(filter);
            this.radMultiColumnComboBoxFind.MultiColumnComboBoxElement.AutoCompleteMode = AutoCompleteMode.None;
            this.radMultiColumnComboBoxFind.DropDownStyle = RadDropDownStyle.DropDown;

I keep getting the error "Cannot perform 'Like' operation on System.UInt32 and System.String.". I guess it's something to do with the column being string and the underlying data Unit32. I don't want to change the datatype in the datatable to a string. Is there anyway to get this working. Many thanks in advance.

Alex



Martin Vasilev
Telerik team
 answered on 12 Mar 2010
2 answers
243 views
Is there any place where the default masks are documented?  For example, I have found threads that say for alpha only chars use 'L'; in the samples I find the use of 'f' and 'd6'.  I know that 'L' is from the window's maskedtextbox, but I have not found any reference about any other masks in any documentation.

All of this is coming from the fact that I am trying to set a radmaskeditbox to allow either integer, decimal or text values based on a setting.  Obviously the text value is easy.  My problem has come in on how to allow integer or decimal values.

Any help on this would be greatly appreciated.

Thanks,
LK
Ron Fields
Top achievements
Rank 1
 answered on 11 Mar 2010
6 answers
291 views
Hi,
    
I have a series of DockPanels arranged so that some are aligned on the sides, and some are in a tabbed layout along the center top like open documents in Visual Studio.  Is there any way to determine the selected tab (or last selected tab) and not one of the side windows?  This is a major part of my application, and I really want to figure it out.

Thanks,

UIDev
Nikolay
Telerik team
 answered on 11 Mar 2010
2 answers
127 views
Hi!

 I want  Disable Scroll Mouse in Scheduler > Scheduler when show monthview.

Thank you.
jam ban
Top achievements
Rank 1
 answered on 11 Mar 2010
1 answer
55 views
Hello

I attch my layout picture for describing my problem. (VB2008)
Base form is Radform and I attach 2 radpanels for locating my function buttons.

I used dock property for locating two panels and one activex(dark panel.)
I draw color square lines what I want to located my 2 panels and 1 active x panel.
And I also want to sizable windows. ofcourse I want to 3 items docking in the dialog like my layout picture.

I just used dock property for my layout...
Do I have any method for making my layout?

If I have, please let me know..;;

P.S app_layout_1.jpg is my goal.
P.S But Now my app is like app_layout_2.jpg
      Active x panel(3) is fill with all dialog, and (2),(3) radpanel covered with active x panel.
Nikolay
Telerik team
 answered on 11 Mar 2010
8 answers
384 views
I'm sure this is simple but it's got me foxed.
I want to add a child node to a child node.

I store the location I want to place the new node, in this case parent node 0 and child node 0

            If r("DocNode1") = 0 And r("DocNode2") = 0 Then

                tvDocs.Nodes(0).Nodes.Add((r("DocTitle"))) '<<< How do I add the GrandChild node ?

            End If

Thanks.
Victor
Telerik team
 answered on 11 Mar 2010
2 answers
89 views
Hello,
I updated my WinForms Project to Q1 2010.

Now the SelectedIndexChanged Event doesn't fire when selecting a Item in the RadComboBox Element by mouse.
If I select another Item by keybord the event do work.

Is this an error in the Q1 2010 issue?
Victor
Telerik team
 answered on 11 Mar 2010
1 answer
70 views
Hi,

I just started using the new Visual Style Builder (in WinForms 2010.1 10.308), and it's awesome compared to the old way/style.

However, is there a way to change the settings for the "Animated State Transition"?

In some of my older themes, I set very slow animation times to get smoother effects. I used to be able to control the animated transition style and timing. Are these settings still around?

Thanks,
Tim


Deyan
Telerik team
 answered on 11 Mar 2010
1 answer
64 views
HI, Sorry that i am posting all issus in ione post but i really haven't a lot of time :0

I was trying to test one of my application with new Beta2010 and fountd those issues at first:

1. RadMessageBox -> look at attached picture there is some inexpected white space on it.

2. RadGrid -> look at grid at bottom left i there is autosizerows enabled and i added one item into it via additem ( there is some problem with size )

3. When i am using DataBinding list as GridSource sometimes have an argumentxception when calling ItemChangedEvent thenin debug i have for example 20 item in collection and index is 0 but i am getting ArgumentOutOfRangeExeption.


Regards
Rafal
Martin Vasilev
Telerik team
 answered on 11 Mar 2010
5 answers
273 views
Hi,

I have added keyboard shortcuts to my menu by using the Command Bindings as follows:

Command Binding : Telerik.WinControls.Keyboard.InputBinding
Chord : Alt + F
Command : ActivateMenuItemCommand
CommandContext : mnuRootFile

This works perfectly the first time I run the App and use the shortcut ALT + F but once I have opened a menu item and close the form the keyboard shortcuts no longer work.

Could you please help me?

Thanks

Barry
Victor
Telerik team
 answered on 10 Mar 2010
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
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
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
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?