Telerik Forums
UI for WinForms Forum
1 answer
124 views
could  anyone say how to dock the panel & resize the panel in c#......
Julian Benkov
Telerik team
 answered on 20 Mar 2008
1 answer
79 views
I have data loaded into a Gridview, with some columns visible, others invisible. I am unable to filter on the invisible rows.

1) Is this possible?
2) If so, would you post an example of how to do this.

Thanks
Dwight
Telerik team
 answered on 20 Mar 2008
5 answers
463 views
Dear All,
             I am new to telerik. So I am very much keen to learn how to build window forms which have round curves. I want to build the one like the have provided with the Rad Controls for Winform in the program file the dark green color. Is there any step by step guidance how to achieve up to that quality and standard. Thanks.
Martin Vasilev
Telerik team
 answered on 20 Mar 2008
3 answers
363 views
Hi there..

I've just started using the Telerik framework, but am a little stuck on one item.
I populate a RadListBox with a collection of objects, setting the ValueMember and DisplayMember from the object - which populates perfectly well.

But when i want to cast a selected item to an object, i can't cast a RadElement to a custom object (like i normally do with stantard list box).

Is there anyway of doing this like a normal list box? - hope this makes sense.


Thanks,
ilya
Georgi
Telerik team
 answered on 20 Mar 2008
1 answer
177 views
Hi,

I have a radtabstrip (within a documentpanel) the tabstrip has about 20 tabs, each tab contains either a datagridview or a tablelayoutpanel with several controls in it (about 30 textboxes/labels). i want to dynamically change the visibility of the tabs, when i click a certain node in a treeview, the right tabs should be shown/hidden.

so i check which tabs are already visible and hide them as following:

public void hideTabs()
{
    
foreach (TabItem ti in radTabStripMain.Items)
    {
        if (ti.Visibility == Telerik.WinControls.ElementVisibility.Visible)
        {
            ti.Visibility = Telerik.WinControls.
ElementVisibility.Hidden;
        }
    }
}

and in my selected event of the treeview i've put:

private void rtvImmo_Selected(object sender, EventArgs e)
{
    hideTabs();
    
switch (rtvImmo.SelectedNode.Level)
    {
        
case 0:
            tiPatrimonium.Visibility = Telerik.WinControls.
ElementVisibility.Visible;
            tiPatrimoniumLasten.Visibility = Telerik.WinControls.
ElementVisibility.Visible;
            tiPatrimoniumVerzekeringen.Visibility = Telerik.WinControls.
ElementVisibility.Visible;
            radTabStripMain.SelectedTab = tiPatrimonium;
...

However, this takes ages to load the new tabs to be shown?

any help would be appreciated!

Regards,

Peter

Nikolay
Telerik team
 answered on 20 Mar 2008
3 answers
87 views
Key_Up and Key_Press doesn't works, but Text_Changed works! In old version this events works fine!
Jordan
Telerik team
 answered on 19 Mar 2008
1 answer
163 views
Currently, the dock window is automatically resized relative to the size of dock manager or form in 'Filled' dock mode. What I want to do is to make the width of a dock window fixed. How is this possible?

Regards,

Sopheap
Julian Benkov
Telerik team
 answered on 19 Mar 2008
1 answer
249 views
I want to be able to format my DateTime Column in the grid, How do we format it?

I have looked in the documentation and it says it is there, I just don't know how to use it.
Jack
Telerik team
 answered on 19 Mar 2008
6 answers
457 views
Hi,

What is the correct approach in using the Ribbon Bar in a MDI style application.
Before we could create menu on each child form and merge it to the MDI Container form menu. That was good before each form is a unit of work and it takes care of menu structure it needs. There is no need to create the whole menu structure in the MDI container form and hide/unhide menu items depending on the Child form selected.
Is something simmilar possible with the Ribbon Bar?

Regards

Bojan
Martin Beeby
Top achievements
Rank 1
 answered on 19 Mar 2008
1 answer
110 views

Hi Telerik,

   one minor typo error  in the help text of 
   "GridViewCommandColumn.FieldName"

 it says

  "Gets or sets the name of the field  taht the this column is associated with."

  here "that" spelled wrong. please corect it.

 I am using English verison of Beta.

Thanks,
Santosh kumar 


  
Jack
Telerik team
 answered on 19 Mar 2008
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?