Telerik Forums
UI for WinForms Forum
1 answer
141 views
Hi,
Is there a way to supress the choosing of an item?

What I need is a readonly combobox, but I want all the functionality available since the items have descriptions and I would like the user to explore the posibilities but not be able to change them.

Thanks,
- jorge
Nikolay
Telerik team
 answered on 26 May 2008
1 answer
117 views
Hi, I would like to know how can I set a range data on my Chart, I need it starts at value 2 on X and finish at 20 and starts at 13 on Y and finish at 31.
No mather how many series I add they are in this range.
So I read that doing this on codebehind the graph will automatically  do it so
I tried  it  but I canĀ“t figure out how to add X and Y Values, the function
chartSeries.AddItem only allows me to put one Value but I nee to put both.

Thank you
Dwight
Telerik team
 answered on 26 May 2008
1 answer
94 views
Is there something I just don't know about VS or has anyone else run across this problem?

C# is a language that is case Senstive, while VB is not. In C# you can have a property name foo and a getter Setter name Foo and there is no problem. In VB8 however, this is illegal.

Usually private variable might be named _foo and the getter/setter is is Foo(or foo).

Am I daft? What am I missing? I have been through the .chm example and now the online version as well and they both show vb code that will not compile due to the reason I am talking about.

Here is an excerpt from the help file this WILL NOT COMPILE under VB unless panelElement is named something like _panelElement . Is Telerik missing this point or am I ingorant of something?

        Private panelElement As MyPanelElement 
 
        Public Sub New() 
            Me.UseNewLayoutSystem = True 
            Me.AutoSize = True 
        End Sub 
        Public ReadOnly Property PanelElement() As MyPanelElement 
            Get 
                Return Me.panelElement 
            End Get 
        End Property 

Nikolay
Telerik team
 answered on 23 May 2008
1 answer
118 views
Using a gridview control, can you display cell data as buttons.  I am trying to simulate a list of menu options in cells...

Jack
Telerik team
 answered on 23 May 2008
1 answer
134 views
I'm using VS 2008 with Q1 2008.  I have an empty for, I drop menu on it, spend a few minutes getting all my menu items setup, run the project to make sure things look all pretty.... noooo menu! Repeat this process over and over and over.  What's going on with this? I don't even have to run the program, jsut add the menu, save the form, close the form, re-open it, the menu is visibly gone!  run the program, theres no menu... however if you hit the alt key, use the arrow keys, all the sub items show up but still no menu is visible!  I've looked at everything I could think of...height, index, visible.... your turn....



nevermind.... just seen a post regarding this
Nikolay
Telerik team
 answered on 23 May 2008
1 answer
132 views
Hi
I am trying to show tooltip on a Linechart in a WinForm. The data is bounded from an XML.

I would like to know whether the tooltip property will work on a line chart.


Thanks
Raja
Dwight
Telerik team
 answered on 23 May 2008
1 answer
128 views
Hi there,

are there ExpandAnimation and CollapseAnimation
properties for the winform control or does they only in the ASP.Net Controls ?

thankyou 
 marv
Nikolay
Telerik team
 answered on 23 May 2008
2 answers
99 views
Hello,

I've a question about the AddNodeByPath method.

I get an array with the following content (datatype is string)

Switzerland
Switzerland/Bern
Switzerland/Zurich
Switzerland/Zurich/Bulach
Switzerland/Zurich/Bulach/Opfikon
Switzerland/Zurich/Uster
...

And I'd have the following hirarchie:

-Switzerland
|-Bern
|-Zurich
 |-Bulach
  |-Opfikon
 |-Uster

But when I use this code I get some other structure:

foreach (string city in cities)
{
  radTreeView1.addNodeByPath(city, "/");
}

Can you help me to give an easy solution for that? I don't want to solve it by recursion and other more complex algorithms.

Thank you in advance
Danny Meier
dannyyy
Top achievements
Rank 1
 answered on 23 May 2008
2 answers
210 views
Trying to install Telerik Reporting Q3 2007 SP1

I get prompted for DB login credentials

(local)\SQLExpress with windows authentication

I receive following error:
Error 27502: Could not connect to Microsoft SQL Server '(local)\SQLExpress'. Cannot generate SSPI context(0)

I have tried several variations, connecting to the sql server 2005 developer edition installed, using machine name, localhost, etc. All connections work using Visaul Studio and SQL management studio. I also get successful application connectivity. The only connectivity that is failing is Telerik Reporting installtion. Please advise.


Hrisi
Telerik team
 answered on 22 May 2008
1 answer
112 views

Hi,

I am currently testing the Q1 2008 gridview and I'm facing this issue :
Each time that I remove a column from the grouping panel, I loose all grouping information displayed in the row like :  "Compagny : TESTABC ; "

Here's what I do :

Fist, I'm accessing data through LINQ doing something like this :

string connString = @"Data Source=SERVER;Initial Catalog=DB;Persist Security Info=True;User ID=user;Password=password";  
 
context = new DomainDataContext(connString);  
//test 1 -- Binding grid view  
radGridView1.DataSource = context.Orders;  
 

Then I group using 2 or more columns and I remove one of them.

Any idea what code is missing ?




I configured (in designer) the gridview like this :

enableSorting : false;
MasterGridViewTemplate.AllowAddNewRow : false;
MasterGridViewTemplate.AllowDeleteRow : false;
MasterGridViewTemplate.AllowEditRow : false;

Nikolay
Telerik team
 answered on 22 May 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)
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
CheckedDropDownList
ProgressBar
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
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?