Telerik Forums
UI for WinForms Forum
3 answers
99 views
Hello.

Suppose I have status strip with 2 elements which are diametrically opposite to each other on a status strip.
I would like to anchor them, maybe even one of them. Is it possible?

Thanks in advance.

Peter
Telerik team
 answered on 24 Oct 2012
1 answer
85 views
Hi,

I tried to use the option of conversion wizard for an outdated control.
I received an error when doing that. Please see attachment for the error screenshot

Regards,
Daniel
Aylin
Telerik team
 answered on 24 Oct 2012
1 answer
45 views
Hello,
I have a problem with validating the RadDataTimePicker. When I write 31/12 automatically changes the value to 30/12. Why?
Peter
Telerik team
 answered on 24 Oct 2012
4 answers
283 views
Hii,

I have a grid and i want the data from my remote mysql. I have tested the connection but i am not aware as how to get the data in the grid.

Like this is my connection-
 string connString = "Server=174.121.35.162;Database=funiks_phonebook;Uid=funiks_phonebook;Pwd=phonebook;Port = 3306;";
            MySqlConnection conn = new MySqlConnection(connString);
            MySqlCommand command = conn.CreateCommand();
            command.CommandText = "select contactname,phno from phonebook";

Now i want to get these values in my grid, please advise, Please stretch it so that i can change the values and update the table as well.

It will be very helpful.
Stefan
Telerik team
 answered on 24 Oct 2012
2 answers
190 views
I've created dataset using 'Add new Data source' - ShoppingMallDataSet
Then I what to get data from table TClient. So I've created global variable BindingSource bs and initialize it in method GetData

void GetData(){
using(ShoppingMallDataSet smds = new ShoppingMallDataSet())
            {
                using (var conn = new SqlConnection(connection_string))
                {
                    using (var adapter = new ShoppingMallDataSetTableAdapters.TClientTableAdapter() { Connection = conn })
                    {
                        adapter.Fill(smds.TClient);
                        bs.DataSource = smds.TClient;
                    }
                }
}

and here its using in code
.....
rgv.MasterTemplate.DataSource = bs;
 
GetData();

DataSource is not null but rgv has neither rows no columns. Where is the problem?
Sam
Top achievements
Rank 1
 answered on 23 Oct 2012
5 answers
243 views
I have a RadMenu with a sub RadMenuComboItem that I would like to DataBind to.  Under the childen collection//RadDropDownList Element - Datasource is greyed out in the editor and if I try the following the code, it runs but nothing is populated in the Combobox. 

this.radMenuComboTheme.ComboBoxElement.BindingContext = this.BindingContext;
this.radMenuComboTheme.ComboBoxElement.DataMember = "Theme_Name";
this.radMenuComboTheme.ComboBoxElement.ValueMember = "Theme_Value";
this.radMenuComboTheme.ComboBoxElement.DataSource = applicationThemes;

According to the documentation :

The RadMenuComboItem allows you to put a drop-down list on a menu. To add items to the combo box work with the Items collection of the RadMenuComboItem.ComboBoxElement property. Because the ComboBoxElement returns a RadDropDownListElement, you can also use data binding to put items in the drop-down list from any data source.

What am I missing?
Stefan
Telerik team
 answered on 23 Oct 2012
7 answers
382 views
Hi
I have some data and i want to group one column or show as merge cell in grid Like bellow
From :
Id Name ItemToBuy
1 mike Toshiba portage
1 mike Dell Latitude
2 nancy Toshiba portage
2 nancy Sony vioa
3 rosa Asus
3 rosa Hp
4 farid Sony vioa
 //------------------------------------------------------Show in grid like bellow                                                     
Id Name ItemToBuy
1 mike Toshiba portage
Dell Latitude
2 nancy Toshiba portage
Sony vioa
3 rosa Asus
Hp
4 farid Sony vioa

//---------------------------------------- i dont want to use Hierarchical structure
Anton
Telerik team
 answered on 23 Oct 2012
1 answer
188 views
Hi,

How to merge 2 columns and have a single header Text for the merged columns

Ex:

current o/p
Col1   Col2  col3  col4
r1c1   r1c2  r1c3  r1c4
r2c1  r2c2  r2c3   r2c4
r3c1  r3c2  r3c3   r3c4

current o/p
Col1  MergedCol  col4
r1c1    r1c2r1c3      r1c4
r2c1    r2c2r2c3      r2c4
r3c1    r3c2r3c3      r3c4
Anton
Telerik team
 answered on 23 Oct 2012
1 answer
111 views
I have a Telerik Radscheduler embedded in a non-Telerik program that uses a non-Telerik edit appointment form.  I want to add a custom field to AppointmentMappingInfo to pass in a field that is an ID that is used to tell the non-Telerik program what appointment information to load into the form.

I followed this tutorial: http://www.telerik.com/help/winforms/scheduler-data-binding-binding-to-custom-fields.html to implement it, however it seems this will only work if you use a customized version of the Telerik edit appointment form since the custom Appointment is passed as an IEvent into the custom form's LoadSettingsFromEvent() function.  How can I get access to my custom appointments when I'm using a non-Telerik edit appointment form?

Thanks.
Ivan Todorov
Telerik team
 answered on 23 Oct 2012
1 answer
207 views
Hi,

is there a way to disable the move event for a specific appointment?

It seems that the recurring events already have this built in, but is there any way I can add this to my custom appointments?

Regards,
Philip
Ivan Todorov
Telerik team
 answered on 23 Oct 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)
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?