Telerik Forums
UI for WinForms Forum
3 answers
71 views
Hi,

I develop an MDI application, on the main form I use a carousel with RadButtonElements. If I create a new MDI window, I can not see this window. The carousel covered this MDI window.

Do you have any solution for this problem?

Best regards, Michael



Peter
Telerik team
 answered on 05 May 2010
3 answers
159 views
hi!!

My question is if is possible your controls like form can have or support shadows around form bounds?

thanks
Deyan
Telerik team
 answered on 05 May 2010
2 answers
118 views
Im having some trouble with the ruler text format. The zeroes always gets overlapped with the hours and I can't figure out how to change it. I tried setting the RulerWidth property, but that didn't work. Screenshot is attached.

Thank you,
Daniel Lindberg
Top achievements
Rank 1
 answered on 05 May 2010
14 answers
415 views
I have a treeview that when a node is selected filters items in a radpanel bar.  The rad panel bar also excepts nodes dragged to it by the treeview.  However, I am at a lose for how to prevent the selectednodechaged event from firing the filter method if drag is true.  In the NodeMouseMove event I set the IsDrag variable to true and the filter does not fire.  However, that only works once because I cannot figure out a way to set the varibale to false after the drag is complete.  DragEnd And DragStart do not fire when dragging out of the treeview. 

Here is the code
             private void SelectorRadTreeView_SelectedNodeChanged(object sender, RadTreeViewEventArgs e)  
        {  
            if (!IsDrag)  
                OnFilterGoals(this);  
        }  
private void SelectorRadTreeView_NodeMouseDown(object sender, RadTreeViewMouseEventArgs e)  
        {  
            if (sender != null)  
            {  
               RadTreeView myTree = sender as RadTreeView;  
               myTree.DoDragDrop(myTree, DragDropEffects.Copy);  
               IsDrag = true;  
            }  
        }  
        private void SelectorRadTreeView_DragEnded(object sender, RadTreeViewDragEventArgs e)  
        {  
            IsDrag = false;  
        }  
 
        private void SelectorRadTreeView_DragEnding(object sender, RadTreeViewDragCancelEventArgs e)  
        {  
            IsDrag = false;  
        } 
Donna
Telerik team
 answered on 05 May 2010
1 answer
89 views
I recorded vidoe - it explain my problem

Video explain - please watch first

I need remain focus in "New row" when I click button on my form. But when i do it new row is moving to grid :(
Could you help me?
Svett
Telerik team
 answered on 05 May 2010
1 answer
167 views
Hi,

Scheduler ActiveViewType is set on SchedulerViewType.Timeline. Also GroupType is set on Resource.

Is it possible to perform horizontal scrolling in scheduler (move right and left in the time line) when mouse wheel event is fired instead of vertical scrolling which is default behavior?

Thanks.
Boyko Markov
Telerik team
 answered on 05 May 2010
5 answers
251 views
I need to get only the filterd data from the grid to show it in a report
example: I have grid with 10 rows binded from data set then I have filtered the data, and now the grid is showing only 4 rows,
how can I get only these 4 rows?

thank you
Julian Benkov
Telerik team
 answered on 05 May 2010
3 answers
211 views
Hi:

I have a grid with several columns. Every column except the second one has a MaxWith specified (for the second one, the MaxWidth = 0). The grid is inside a TableLayoutPanel.

When the form first load, the size of the columns look as they should, but when the form is re-sized (maximized), the size of ALL the columns gets re-sized to a width that is LARGER than specified in the column's) MaxWidth property.

This is undesirable, since the last couple columns are command columns with MaxWidth specified to 120. But when the form is resize, those columns are now more like 300 in width - very ugly looking.  Is there anyway to fix that?

Also, is there anyway for you folks to add additional filters when searching for forum posts. There are SO MANY outdated post (for example, with I searched for "column Maxwidth", all the posts returned are at least 18 months old and do not apply to the newest version anymore). It amounts to a BIG waste of time.  At the very least, there should be a feature that allows the order of post from the newest to the oldest.  That should not be a difficult feature to implement. Can you folks do that?

Thanks
Svett
Telerik team
 answered on 05 May 2010
1 answer
102 views
Hi,

whenever I create 2 consecutive appointment boxes having the scheduled time like 0:00 - 0:45 (for the first appointment) and 0:45 - 1:00 (for the second one), the 2nd appointment box will be pushed to the next calendar day in the scheduler. This happens when the time interval in the scheduler is set to 30 minutes.

Anyone have time to look into this problem?


Thanks
Dobry Zranchev
Telerik team
 answered on 05 May 2010
3 answers
118 views
Hi,

I am trying Telerik's wonderful components for my next project, but there is only a problem for now that hasn't figured out yet.

Think about 2 business objects;

Product
Int32 - id
String - name
Category - category

Category
Int32 - id
Strıng - name

How to use Gridview component to add and edit new Products and use GridViewLookUpColumn to select Category for that product.

I tried Gridview columns ID,name,category.name and it shows correct name of category. But when I want to change the product's category from pre filled datasource resCategories, after selection, there appears an error says, cannot convert string to Category, which is because of it is trying to set category name to product.category field. But how to do it in correct way.

Sincerely,
Fuat AKGÜN
Nikolay
Telerik team
 answered on 05 May 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
ProgressBar
CheckedDropDownList
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
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?