Telerik Forums
UI for WinForms Forum
1 answer
85 views
Hi everyone, I am totally new to the Telerik controls and have been told that I can create an interactive bottom bar that lies at the bottom of a web page I have seen some sites that have it pop out and allow the visitor to close it if desired. It is sort of an overlay bar. Basically it would contain links to social networks, site info,news etc.... Like this one at the bottom of http://www.wibiya.com
Can anyone tell me how to do this?

Thank you
Yana
Telerik team
 answered on 06 Jul 2010
1 answer
386 views
I am trying to get the RadPanel to have the same behavior as the stock Panel class when it is set to AutoSize = true and AutoSizeMode = GrowAndShrink

How can this be achieved?

Thanks,
Jim
Stefan
Telerik team
 answered on 06 Jul 2010
1 answer
500 views
I have a context menu attached to a grid view and everything is working well. The next task I need to address is, depending on certain properties of an object(s) that have been supplied as the datasource, some menu items may/may not be enabled.

How can I accomplish this?

Regards,
Chad
Shinu
Top achievements
Rank 2
 answered on 06 Jul 2010
1 answer
134 views
Hello;
I am using   WinForms Q3 2008 SP2 RadGridView. I want to change language RadGridView's menu. I want to use Turkish. How can change language?
Shinu
Top achievements
Rank 2
 answered on 06 Jul 2010
3 answers
438 views
I want to add items to the RadListDataCollection.  But the RadListDataItem object has no setter for the Value. Before this was possible in the RadComboBoxItem. Is there any way around this?




Victor
Telerik team
 answered on 05 Jul 2010
2 answers
256 views
I have a RadGridView where I have one column already defined (in the designer).  At runtime, additional columns are added to the Grid.

I can type on the filter row for the pre-existing column; however for any new column added I can not.  I try to mouse click where I'd typically start typing my filter text and nothing happens. 

What's up?

The new columns are added this way.

m_grd.Columns.Add(new Telerik.WinControls.UI.GridViewDataColumn("Name", "Name"));
Svett
Telerik team
 answered on 05 Jul 2010
4 answers
404 views
Telerik Team:

How to create a single custom xml theme file for the following

1. Desert
2. Office 2010
3. Vista

Note: Now themes are creating a seperate xml file for an each controls.

I want all the controls theme in the single xml file. I am using "RadControls for WinForms Q1 2010 SP2".

Reply asp. Very urgent.

Thanks
Vassil Petev
Telerik team
 answered on 05 Jul 2010
1 answer
215 views
Hi all,
   I used rad chart. I want to display Building names in X axis and Maximm allowed persons in each building in Y axis. Ok. Then when i click on each building(bar) i want to load another chart,  So i want to know the ID field of the Building.
I used the code like this for X Axis.
 Chartabc.PlotArea.XAxis.DataLabelsColumn = "BuildingName";
I want to store the BuildingId also. How can i achieve it and How can i retreive the BuildingId on each Chart Click Event???


Its urgent please reply,
Thanks In Advance,
Lekha

lekha
Top achievements
Rank 1
 answered on 03 Jul 2010
1 answer
216 views
Hello,

I have a grid with a datasource containing a dataset.  In this dataset there is a field which contains a variable parameter

I have to check this parameter and set an image in an imagecolumn. The image is delivered to me in a base64string.

Everything works, but I can't find which event to take for this action.
Every time a row is bounded to the datagrid the action has to take place...
Alexander
Telerik team
 answered on 02 Jul 2010
1 answer
220 views
Hi

I've a problem with RadDock persistance
First i create form and attach raddock and RadMenu with 1 item to it

public partial class Form1 : Form 
    { 
        string file = "a.xml"
        HostWindow hw = null
 
        public Form1() 
        { 
            InitializeComponent(); 
 
            this.FormClosing += new FormClosingEventHandler(Form1_FormClosing); 
            hw = radDock1.DockControl(new TextBox(), DockPosition.Left); 
            if (System.IO.File.Exists(file)) 
                radDock1.LoadFromXml(file); 
        } 
 
        void Form1_FormClosing(object sender, FormClosingEventArgs e) 
        { 
            radDock1.SaveToXml(file); 
        } 
 
        private void radMenuItem1_Click(object sender, EventArgs e) 
        { 
            radDock1.DisplayWindow(hw); 
        } 
    }


Now I run such app and:
1. Change TextBox to floating window
2. Hide it by closing
3. Show it by radMenuItem1 click
It works as expected, but when  I:
1. Change TextBox to floating window
2. Hide it by closing
3. Restart application
4. Show control by radMenuItem1 click
Control appears as toolbox at dock container
When i closed application without hiding settings are persisted beetwen runs
How can i make it work?


Georgi
Telerik team
 answered on 02 Jul 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)
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?