Telerik Forums
UI for WinForms Forum
1 answer
232 views
Need to align RadButtonElement's  to the right within RadStatusStrip.

As follows:
+----------------------------------------------------------------------------------------------------------------+
                                                                     |  radButtonElement1 |     |  radButtonElement2 |
+----------------------------------------------------------------------------------------------------------------+

Is this possible?


thanks
Nick
Telerik team
 answered on 05 Mar 2009
1 answer
305 views
Hi there!

I have a RadListBox control with some items and selection mode set as MultiExtended.

When I open a context menu over multiple selected items, all items are deselected, only the right-clicked item stays selected.

Anyone knows how can I keep all items selected?

Thank you.
Nikolay
Telerik team
 answered on 05 Mar 2009
4 answers
112 views
I have created a line chart and add two series.  The series have differing Y values, but each of the two series have 1-12 X values.  The problem is that they are displayed on the X axis repeating, e.g. it shows 24 entries 1-12 and 1-12...why is this?  It displays the second series as a continuation of the first series.  It is like it is not recognizing that the X values accross the two series are the same.

Thanks,
Ben
Dwight
Telerik team
 answered on 05 Mar 2009
1 answer
144 views
I have dates on the xaxis and i have set the xaxis.appearance.majorgridlines.visible width and color and they do not show up. I also notice that if i try to set the width in the vs designer and change any other property, it sets the width back to 0 which seems odd. 

Thanks,
Ben
Dwight
Telerik team
 answered on 05 Mar 2009
3 answers
120 views
I want to display an image with the oh-so-popular glass table reflection, but I don't particularly want to use radCarousel since I only want to display one image at a time. Is there a way to do this in say a radPanel or other control?
Martin Vasilev
Telerik team
 answered on 05 Mar 2009
7 answers
1.4K+ views
In the Q3 2007 version, I was able to put a radgridcell into edit mode by doing this:

this.radGridView1.Rows[2].IsCurrent = true;  
this.radGridView1.Columns[2].IsCurrent = true;  
((GridDataCellElement)this.radGridView1.CurrentCell).BeginEdit();  

But now in the Q1 2008 version, the method BeginEdit() no longer belongs to the GridDataCellElement class..

1) How can I accomplish this in the 2008 version
2) Is there somewhere on this site, or maybe in the documentation provided with the controls themselves where I might be able to find the answer to this question, and similar questions, without having to ask about it here?
Nikolay
Telerik team
 answered on 04 Mar 2009
3 answers
209 views
I have been trying to apply a them to the RadRibbonForm but it just doesn't work!

Here is how I have been trying to do it.
  1. Open Visual Style Builder
  2. Select the radRibbonForm control
  3. Modify the styles
  4. Give it a name and save it to an xml file.
  5. Add the xml file to the project and set it as Embedded Resource.
  6. Add a radRibbonForm from the template to the project
  7. Add a theme manager to the form.
  8. Load the xml file created aboveas a resource.
  9. Open the properties for the ribbon form
  10. The theme I created is not in the drop down list of theme names so I type it in.
  11. Designer doesn't change
  12. No change at runtime either.

How do you apply a theme to the radRibbonForm?

Mike

Deyan
Telerik team
 answered on 04 Mar 2009
2 answers
134 views
I decided to add radTreeView to radGroupElement so I Change EnableHostControllerMode to True and then the backColor of content is changed. I try to set backColor of content to transparent, but when I run from, the color was white.
after that I set backColor of content to custom color(Red,Blue,....),but when I run from, the color was white.
In fact I want change EnableHostControllerMode without any affect on color.
any idea??


Mojtaba
Top achievements
Rank 1
 answered on 04 Mar 2009
2 answers
348 views
Hello,

scrolling to a row with:

radGridView1.GridElement.ScrollToRow( rownumber );

works fine in many cases but in the following 2 cases:

case 1:
The grid contains fewer rows than it can display.
For example the grid can display 10 rows and it contains only 5 rows.
Now i add a new row which appears as last row and use the ScrollToRow(6).

What happens:
I see only one row ( my newly added row number 6 )  and on the right sight a scrollbar appears.
For me it's very confusing to see only one row when i know that there are 5 more rows.

What should happen:
All rows of the grid should be displayed, because no scrolling is necessary and no scrollbar should appear.

case 2:
The grid contains more rows than it can display and the scrolling goes to a row in the range <MaxRows - DisplayableRows, MaxRows>.
For example the grid contains 99 rows and it can display 10 rows.
Now i add a new row  which appears as last row ( 100 ) and use the ScrollToRow( 100 )

What happens:
I see only one row ( my newly added row number 100 ).

What should happen:
The grid should show the rows 90 - 100.

Is it possible to solve the two cases ?

Kind Regards,

Ramius



Ramius
Top achievements
Rank 1
 answered on 03 Mar 2009
6 answers
191 views
Hello,

I'm testing at this moment the grid control.
The intention of the application is that the user loads an Excel File and that the content is loaded in a gridview. This works succesfull.
The next step is that the user gets a collection of columns using a webservice. These columns are listed in a frame, sort of a multiline textbox.
The user drags and drops a such a columnname to a column of the grid. At that point I must mark this column as assigned and change the caption of the column header to the new value.

Is there solution to make this possible?
Thanks
Nick
Telerik team
 answered on 03 Mar 2009
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?