Telerik Forums
UI for WinForms Forum
3 answers
163 views

Hi

I'm new here. And new to VB.Net (was using VB6 previously).

Can you guide me how to apply a nice theme to my app ?

Thanks...

Akhil
Top achievements
Rank 1
 answered on 19 Jul 2010
2 answers
222 views
Hi,

I have two ToolWindows in a ToolTabStirp which in a DockContainer.

At first, I show to the user this tow ToolWindows as a TabbedDocument with dockposition in fill. But, my client want to have a button that when the user clicks on the button, the two ToolWindows are shown as a TabbedDocument but with dockposition in horizontal (top and bottom) or vertical (left and right).

I need to do this quickly.

I have used this code to do horizontal mode:

public void mostrarHorizontal()
       {
           this.DockContainer.DockControl(this.toolWindowComparacion, Telerik.WinControls.UI.Docking.DockPosition.Left, Telerik.WinControls.UI.Docking.DockType.Document);
           this.DockContainer.DockControl(this.toolWindowReference, Telerik.WinControls.UI.Docking.DockPosition.Right, Telerik.WinControls.UI.Docking.DockType.Document);
          
       }

When the user to do click the first time, it works fine, but in the second, third... time, it appear new toolwindows in the dockcontainer.

Thanks,


Fernan
Top achievements
Rank 1
 answered on 19 Jul 2010
2 answers
435 views
Hi,

I want to put LightVisualElement object within a radpanel or something like that, because i want to create tags like Gmail ( http://blogs.telerik.com/WinFormsTeam/Posts/09-12-15/gmail-like_labels_in_radgridview_for_winforms_no_problems.aspx ) and put them into a panel.

The telerik example link shows how to put that LightVisualElements within a custom cell in radgrid, but i need to put LightVisualElement within other controls like radpanel.
Nikolay
Telerik team
 answered on 19 Jul 2010
1 answer
55 views
Hi all;

I'm using WinForms Q3 2008 SP2. And I want to change all objects Localization(Turkish) but I could find only
RadGridLocalizationProvider
RadSchedulerLocalizationProvider

Can I change other objects's Localization?  Ex: for Dock.
Vassil Petev
Telerik team
 answered on 19 Jul 2010
1 answer
41 views
Hi all;

I'm using WinForms Q3 2008 SP2. And I want to change all objects Localization(Turkish) but I could find only
RadGridLocalizationProvider
RadSchedulerLocalizationProvider

Can I change other objects's Localization?  Ex: for Dock.
Vassil Petev
Telerik team
 answered on 19 Jul 2010
7 answers
567 views
Hi,

I'm looking for a way to change the format of all the RadGridView instances in my application by default. Right now I would like to set the default font for the headers and rows and set the alignment. I have a method that is doing it and I'm using it for every RadGridView I'm creating, but I'm looking for something that will change all newly created grid view (just like the RadGridLocalizationProvider). I guess I can inherit the RadGridView and override some properties and event handler but is there a "built in" approach?

One more thing (please), Is there a way to set the column width as specified percentage of the table width?

Thanks,

Sharon.
Nikolay
Telerik team
 answered on 19 Jul 2010
2 answers
216 views
Hi ,

I am trying to create a custom (RadGridView) control by inheriting from a Telerik control (RadGridView) 

but when i make my class which inheriting from RadGridView and make component and drag it in windows application it appear in wrong 

format without any theme.

can any one help me .

thanks,

Rasha

Rasha Abdelhameed
Top achievements
Rank 1
 answered on 17 Jul 2010
1 answer
82 views
Hi all,

I created a GridViewCommandColumn for a grid. When the grid is rendered it appears that the button (command column) is sized based on the cell padding. 

How do I adjust the column so that the command appears to fill the entire cell?

(see example attached)

Any advice is appreciated,

Paul
Paul Patterson
Top achievements
Rank 1
 answered on 16 Jul 2010
3 answers
168 views
Hello,
I have a problem where VS 2010 keeps crashing when opening the property builder of a radgrid.
I am using VS 2010 Professional and RadControls for Winforms Q1 2010 SP2. I also have the following addins: AtominerUtils for Visual Studio, Telerik OpenAccess and Telerik OpenAccess DSW, and the following extensions: Gemini Issue Tracker, Numbered Bookmarks, Telerik WebUI VSExtensions, Telerik CommonPackage, Telerik.WinControls.VSPackage, Visual Designer for OpenAccess and Visual Studio 2010 Pro Power Tools.

I created a new blank winforms application, added a radgrid to the generated form. If i open the property builder now, everything works just fine.
If i open the property builder and add a datasource to the mastergridviewtemplate, i can close the property builder, build the app and run the form. If i add a child template to the master template, vs crashes when i close the property builder. If i add the child template through the properties tab and then open the property builder, i get the same crash.

Here's the crash logged in the event viewer:

Faulting application name: devenv.exe, version: 10.0.30319.1, time stamp: 0x4ba1fab3
Faulting module name: clr.dll, version: 4.0.30319.1, time stamp: 0x4ba1d9ef
Exception code: 0xc00000fd
Fault offset: 0x00001b87
Faulting process id: 0x16b4
Faulting application start time: 0x01cb16906988c4f0
Faulting application path: C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Report Id: 3393900c-8285-11df-a3d4-001f3ad854ca

I can also send you the full VS crash report if it would help.

Waiting for your response
Nikolay
Telerik team
 answered on 16 Jul 2010
4 answers
266 views
Hi,

I'm looking for a control with a functionality like the textbox used in Outlook when you write a new mail.

You can start typing and you get intellisense/autocomplete with known emails. If you select an email, you can start typing again and get new proposals for the new item (seperated by a semicolon).

Is it possible to implement a feature like this with a RadTextBox? I having found anything in the documentation.

Thanks for the help.

Greets
Nikolay
Telerik team
 answered on 16 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)
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
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?