Telerik Forums
UI for WinForms Forum
1 answer
154 views
Hi,

I'm also interested into the carousel-control.
Does RadControls for WinForms work on Compact Framework?
(Traget Device is running WIndows CE 6.0 Professional)

Thanks,
Ulrich
Kiril
Telerik team
 answered on 19 Nov 2007
1 answer
162 views
Hi Telerik Team,

I am using telerik radgridview for winforms . I have couple of issues.

1> While formatting Gridview I aligned Certain columns to center and some columns to right . It got  aligned  properly But issue arises when I try to scroll down by scroll bar ALL the alignment gets distrub and if same time i click on grid anywhere it gets corrected.

2>  I tried try to correct above issue by property box property wrap text =true Here it wont get distrubed if I scrolled down but in this scenario i cannot do right align of left align I have to keep it only center align.


Thanks
Nicky


Jack
Telerik team
 answered on 19 Nov 2007
1 answer
118 views
Any plans in making the QSF carousel code into a Telerik WinForms control... that would be great.. thanks... the code is hard to work with...
Mike
Telerik team
 answered on 19 Nov 2007
1 answer
153 views
Hi, I'm tryin' to do DragDrop in my radtree. I see it's different against system.treenoview, 'cause what I cade in treeview don't work iwith radtreeview. Ok, I'm goin' to investigate what's the matter. But now, I want to know how to implement DragDrop like the example show in the demo of controls. DragDrop that show a red righ-arrow (node in node), up-arrow (node up node) or down-arrow (node below node). How??

Thanks.
Jordan
Telerik team
 answered on 16 Nov 2007
1 answer
73 views
Hi, I'm developing under VISTA. Reading help from RadTreeNodeComparer, i saw this:

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Is there any problem with VISTA?
Vassil Petev
Telerik team
 answered on 15 Nov 2007
1 answer
149 views
I used the property builder tool and added a checkboxcolumn to my radgridview.  I want to have an picturebox in the column that will put a different image based upon some boolean value.

I have everything working, but I cannot get the control to be centered in the column.  I am adding the RadImageItem as such:

        If TypeOf e.CellElement.ColumnInfo Is GridViewDataColumn AndAlso DirectCast(e.CellElement.ColumnInfo, GridViewDataColumn).DataField = "HasComments" Then 
            If Not (TypeOf e.CellElement.RowElement Is GridHeaderRowElement) Then 
                'exclude Header element in the data column   
                If e.CellElement.Children.Count > 0 Then 
                    If e.CellElement.Children(0).GetType() Is GetType(Telerik.WinControls.UI.RadCheckBoxEditor) Then 
                        ' remove the checkbox  
                        e.CellElement.Children.RemoveAt(0)  
                      
                        Dim pieceid As Integer = CType(e.CellElement.RowElement.RowInfo.Cells("PieceId").Value, Integer)  
                        Dim hasComments As Boolean = ' load has comments  
 
                        Dim img As RadImageItem = New RadImageItem()  
 
                        If hasComments Then 
                            img.Image = My.Resources.Resources.green  
                        Else 
                            img.Image = My.Resources.Resources.red  
                        End If 
 
                        e.CellElement.Children.Add(img)  
                        e.CellElement.Children(0).Alignment = ContentAlignment.MiddleCenter  
                        e.CellElement.Alignment = ContentAlignment.MiddleCenter  
 
                    End If 
                End If 
            End If 
        End If 

I'm sure that there is an easy way to do this, but I am not able to locate it.  The Alignment Properties do not seem to adjust this.

Thanks as always.

Dennis
Jack
Telerik team
 answered on 15 Nov 2007
1 answer
171 views
Hi,
I bind a List<T> to the grid and get the items displayed properly. When I want to add a new item into the list of items, I do that from the code - so, a user presses 'Add' button, and in the code I actually add an instance of type T into the list. However, the grid does not get updated with that new row. This is the code I use to bind:

List<T> myList = whatever;
GridInstance.DataSource = myList;

When I add a new item:

myList.Add(new T());

If I check GridInstance.DataSource right after I add an instance into the list, then I can see that the DataSource refers to the updated list, but the UI stays the same...

What should I do to update the UI in this case? Thanks!
Jack
Telerik team
 answered on 15 Nov 2007
1 answer
106 views

Hi

I am using Telerik.WinControls.UI.RadGridView

Please, may I say as I resize columns (I do not want to take all the same size) in the DataGrid

Thanks a lot
Kiril
Telerik team
 answered on 14 Nov 2007
3 answers
248 views
I've got a bit of a problem I'm trying to work around. I'm hoping there's a much better way to do this..

I've got a DockingManager on my form, and I've assigned it the Office2007Black theme. I'm not entirely happy with it, so I want to edit the theme. Unfortunately, the docking manager smart tags don't allow me to edit the theme of the Docking Manager!

Not only that, but I can't figure out how to load the Office2007Black theme into the visual builder for the Dock Panel and Document Panel, so I'm left with trying to duplicate the look all over again.

Not only that, but in general I want to use my own customized theme for every single control, but have it based off of the 2007 theme with some minor tweaks. How would I go about making sure of the following:

1. All controls are themed in all my forms, consistently across the entire application
2. Any controls I add to my form automatically take on the theme of the application, without me having to manually go in and set every single theme property
3. Any controls that I may not have used yet (say, a RadHScrollBar) automatically can be set to my new theme, without mucking around inside the theme (essentially, how to copy the *entire* Office2007Black theme, for *all* controls, once. Not every time I add a new control).

Additionally, 2 more questions..

4. Anyone have any sample buttons for the title bar that actually work with the Office2007black theme?
5. Where on earth do you find the Visual Style Builder Options? I can't figure out where you set the smart buttons & outline options..

Peter
Telerik team
 answered on 14 Nov 2007
1 answer
100 views
Hello,

other than expected setting the LayoutTree prop with an saved tree string doesn't restore the layout. It just saves the value to an private field.

How is it intended to reload a layout persistet from the LayoutTree property? I suggest there should be a loadXML not only for file but also for string and the LayoutTree property should only offer a getter.

Thx
Roland
Julian Benkov
Telerik team
 answered on 13 Nov 2007
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?