Telerik Forums
UI for WinForms Forum
3 answers
360 views
I have been trying very hard to mimmic the bubble bar component but it fails for me each time. I also downloaded the samples that were uploaded by the telerik team but that fails for me as well, with the latest build of Telerik Components and Vs 2010. Also the samples provided with the telerik installer were of no help either. 

@Telerik Team : if you could post a sample just like you did earlier targetting the latest release of Telerik controls and Vs 2010 , it would be nice and sweet. 

Thanks  and Regards
Gagan Janjua
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 08 Dec 2014
2 answers
129 views
Hi,

I can't find an soloution for my problem. I already searched and tried many hours, but without success.
Well, I hope somebody can help me with my problem.

How it is possible via code to set a focus on RadGridViews Filter TextBox Column? 

For better understanding, I have attached a screenshot. 

I want to set a focus on this Filter TextBox via code.

I am using the Telerik Controls in Version v. 2014.1.402.40

Thank you!

Pierre
Pierre
Top achievements
Rank 1
 answered on 08 Dec 2014
2 answers
422 views
Is it possible to have the search row (in the GridView) also perform its search on hidden columns? If not, this would be a great feature in my opinion. When a substring matches a value in a hidden column, the entire row could be selected. Having the entire row selected (in lieu of selecting the separate values in each cell) would also be another great option to have.

Thanks for any insight you have.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 08 Dec 2014
1 answer
236 views
Hi.

I made tool window to floating. 

private void MakeDefaultToolWidow(string title, RadForm from)
        {
            ToolWindow newTool = new ToolWindow();

            newTool.Text = title;
            newTool.CloseAction = DockWindowCloseAction.Close;

            from.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            from.TopLevel = false;
            from.Dock = DockStyle.Fill;

            newTool.Controls.Add(from);
            newTool.DefaultFloatingSize = from.Size;

            CurrentDock.FloatWindow(newTool);
            CurrentDock.ActiveWindow = newTool;

            from.Show();
        }


And, I docked this toolwindow to top(or anywhere).

At this time
CurrentDock.FloatingWindows.Count is 1.

And I Undock that toolwindow.
CurrentDock.FloatingWindows Count is 2.

Now Some button click and run belows.

foreach (FloatingWindow floating in CurrentDock.FloatingWindows)
                {
                    floating.Hide();
                }

foreach (FloatingWindow floating in CurrentDock.FloatingWindows)
                {
                    floating.Show();
                }


Dummy FloatingWindow shown.
Dummy is will be diappear when I move it.



I think when toolwindow is docked, FloatingWindows.Count should be decreased.
and Floating again. it will be increase.


I want Hide/Show all FloatingWindows.


check it please.
Thank you.
Dimitar
Telerik team
 answered on 08 Dec 2014
9 answers
189 views
Hello

I have made a Hierarchy radGridView (radGridView with a Template set) and it worked pretty well , but after upgrading Telerik to v.2014.3.1021 , A problem appears in using "MouseDown" and "Expand/Collapse"  rows.
I have set drag n drop commands in MouseDown event on the grid to drag a row and drop it...
Before upgrade , It was possible "expand a row by clicking on it" and "Drag n Drop" both.
but after upgrade , Expanding is not possible ; clicking on the rows calls MouseDown method , and will not expands the row.
Is there a solution to solve it?
(VS2010-Telerik 2014.3.1021)

Kind Regards
Ali
Ali
Top achievements
Rank 1
 answered on 06 Dec 2014
4 answers
124 views
Hello everybody.
      -I'm new with telerik , I use Winforms q2 2014 sp1 , and I have a GridView ,that contains three column ,CheckBowColumn,DateTimeColumn and ComboBoxColumn , I want that when I Check a CheckBox the Columns Date and Combo be enabled , else the Text of Date and Combo cleared and disabled.
  How can I make this please ?? and thank's for help :)
Free
Top achievements
Rank 1
 answered on 05 Dec 2014
1 answer
163 views
i want to show no of columns in gridviewmulticombox.how to show?
Ralitsa
Telerik team
 answered on 05 Dec 2014
1 answer
121 views
Hi Telerik,

Is there a way to consult the "old What is New" webpage for older release of Telerik ?

The full log in release is history is really complete.

But if you have jumped one or two version (or when you update an old project) and just want to have a quick look to the new functionality the What's New is faster.   
Stefan
Telerik team
 answered on 05 Dec 2014
1 answer
102 views
Hello,

I'm trying to figure out how to use the Telerik.WinControls.Data.ObservableCollection.CollectionChanging event to detect when a user moves columns in the grid.  How can you do this in Visual Basic.NET?  I need to do this so I can detect if we need to save the layout for that user to the database or not.

Kind regards,

David
Stefan
Telerik team
 answered on 05 Dec 2014
4 answers
498 views
Hello,

I'm using a GridViewComboBoxColumn with DropDownStyle = DropDown, but the underlaying RadDropDownListEditor don't assing the typed text from text area into cell value. Only entries from the list are placed in cell value. Datasource behind the combobox is a List<string>. I want do two things:

a) Get the editor working to assing also value not placed in list to cell value
b) Get text from editor text area to be able checking agains data list and adding to list for next use of editor

Regards from Leipzig

Holger Boskugel
Michael Bakker
Top achievements
Rank 2
 answered on 05 Dec 2014
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?