Telerik Forums
UI for WinForms Forum
15 answers
916 views
Hi guys,

I'm trying to use a RadComboBox (window) in the main form of an application I'm developing.
As far a as I can see the autocomplete mode uses the entered text to filter those items starting with this text. I would like to go beyond this functionality by filtering those items which contains the entered text, not only at the begining but also in any place.

As an example, if I have a combobox containing cities and I write "lon" it should filter, not only "london" city but also "barcelona" (among others cities matching the filter).

Thanks in advance,

Martin.

Peter
Telerik team
 answered on 08 Mar 2012
4 answers
937 views
Hi,

I have a requirement to have a node with child nodes but for the child nodes not to be made visible to the user. It is really to keep the whole structure in the same place. I thought by making all child nodes and/or leaves visible=false this would mean that the parent node would not have an expand/collapse icon but this was not the case.

For example:

    Root
        Node A
            Section 1 (visible=false)
                Part 1 (visible=false)
                Part 2 (visible=false)
            Section 2 (visible=false)
                Part 1 (visible=false)
                Part 2 (visible=false)
                Part 3 (visible=false)
                Part 4 (visible=false)

I was expecting that "Node A" would not have expand/collapse as nothing was visible below it.

I found another forum entry that seemed to cover this but the attribute is no longer available;

"Disable expand icon and labeledit" - Jun 27, 2007

RadTreeNode node = this.radTreeView1.Nodes[0].Nodes["Search Folders"];  
node.StateImageIndex = -1;

Thanks,
Graham
Kenneth
Top achievements
Rank 1
 answered on 08 Mar 2012
3 answers
104 views
Hi,
I have a treeview set like this in Q1 2012:
            treeViewProjets.DataSource = ViewModel.Projets;
            treeViewProjets.DisplayMember = @"Nom\Nom";
            treeViewProjets.ValueMember = @"Id\Id";
            treeViewProjets.ChildMember = @"Projets\ObjetsProjet";
            treeViewProjets.NodeAdded += new RadTreeView.RadTreeViewEventHandler(treeViewProjets_NodeAdded);
            treeViewProjets.NodeAdding += new RadTreeView.RadTreeViewCancelEventHandler(treeViewProjets_NodeAdding);
            treeViewProjets.NodeFormatting += new TreeNodeFormattingEventHandler(treeViewProjets_NodeFormatting);

I get a root node and many child nodes created, but the events NodeAdded and NodeAdding are never triggered, NodeFormatting triggers fine.

Any idea?
Julian Benkov
Telerik team
 answered on 08 Mar 2012
6 answers
171 views

Hi,

I've been trying to create a theme for a RadTrackBar using Visual Style Builder. However, any changes you make to the RadTrackBar properties are not reflected in the Preview mode of VSB (thus, making it very difficult to design a theme).

Is this a bug, or is the RadTrackBar not supported by Visual Style Builder?

Thanks,
Tim
Boryana
Telerik team
 answered on 08 Mar 2012
3 answers
178 views
Hi,

Is there anything like this for the Winform Scheduler:
http://demos.telerik.com/aspnet-ajax/scheduler/examples/limitconcurrentappointments/defaultcs.aspx

I still want to keep all  the functionality ie drag and drop, resize etc I just want to check that no appointments overlap.

I can't see anything in the winform demo

Thanks
Ivan Todorov
Telerik team
 answered on 08 Mar 2012
1 answer
302 views
Hello,

I have i big big problem using a RadGridView and Entity Framework. As recently everything worked fine, but sine I've configured the last column correctly, the whole grid has turn read only and I can't even select a row.

I'm afraid it will be terribly complicated to details here, but if you turn this into a support ticket I could send you a copy of the project.

But to try to describe it:
The form as a datasource:
            return from oo in this.DataContext.OnlineOrders
                   where oo.oo_Deleted == false
                   select oo;

The grid has a datasource which is a subentity (this.DataContext.OnlineOrders.OnlineOrdersLine) from the selection here above.

The first column is a GridViewComboBoxColum is receiving ("Another EF query").ToList() as datasource for list items. And always contains values.

The last column, the one that seems to have just started the problem is a GridViewComboBoxColumn receiving ("Yet another EF query").ToList() as datasource for list items. And always contains blank/null at the start.


(This kind of situation already revealed one or two bugs in the past that were corrected in the Q3 2011 and Q1 2012, as I was doing exactly what I need to do, but the RadGridView had some behavioural bugs when using the relatively new Microsfot .NET 'Entity Framework'. So I can't even be sure if it is my fault or RadGridView's.)

Thank you for you help.
Julian Benkov
Telerik team
 answered on 08 Mar 2012
8 answers
245 views
Hi,
     Telerik Form templates (radform,radshaped form...) are missing in Visual Studio 2005. Am using Telrik v.2012.1.12.215.

All form templates are visible in Visual Studio 2010 project. What will be the solution for it?



Thanks & Regards,
Soumya,
Bangalore
Soumya
Top achievements
Rank 1
 answered on 08 Mar 2012
11 answers
695 views
TabItem is no longer part of the namespace 'Telerik.WinControls.UI' for WinForms but there is no mention of this in the release notes. What control can I use instead? Or where has TabItem been moved to. Thanks
Nikolay
Telerik team
 answered on 07 Mar 2012
2 answers
270 views
Hello,

Does anyone know if there is a property that can be checked if a Tabbed Document is visible on the TabStrip or is in the list of overflow tabs?

Or

What event is triggered when a Tabbed Document is selected from the list of Overflowed Tabs, besides the SelectedTabChanging/Changed?

I need a way to distinguish when a DockWindow is selected by clicking on the Tab versus selected from the overflow list.

Thanks,

Mike
MikeB
Top achievements
Rank 1
 answered on 07 Mar 2012
2 answers
453 views
We are buiding a telerik winforms application  for the first time, and we can´t understand the radgrid event model.
There is no itemdatabound event, and although cellformatting seems to be the way to go we are not comfortable with it.
We have a very easy task (at least in Asp.net or even gridview), When a cell has a certain value, say 1, we want the grid to show 'Person'
in that same cell.
We debugged the cellformatting event and noticed that the event is fired many times. Is there an event to inspect/change  cells in a row basis. Cellformatting is an awkward  event to handle the task.

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