Telerik Forums
UI for WinForms Forum
6 answers
645 views
Hi guys =) im very new to VB and i made a form , and added a webbrowser in it. So what i want, when i resize the form the webbrowser resize at same time. IM using VB 10. I would really need help :) thanks!
Alex
Top achievements
Rank 1
 answered on 31 Mar 2011
3 answers
289 views
Dear Telerik Team
                              Thanks for helping me out on VSB, I have made color scheme for my application through VSB and it is showing almost every option to change its appearance. i cannot find a way to change Selected page header Color for RadPageView control, Is there any way to change it. I have gone through all the templates and elements in VSB designer tool for RadPageView.

Regards
Ahmed Almousa
Alexander
Telerik team
 answered on 31 Mar 2011
7 answers
356 views
This seems like such a simple task, I am really stumped.  Oh well, I want a column to be check boxes in my grid view.  I'm playing around with the radGridView1_CreateCell event with this code.

if (e.Row is GridDataRowElement && e.Column is GridViewDataColumn && ((GridViewDataColumn)e.Column).Name == "MyField")
{
    e.CellType = typeof(RadTextBoxEditor);
}

This gives me an error of:

{"Constructor on type 'Telerik.WinControls.UI.RadTextBoxEditor' not found."}


Any help would be appreciated.  My end goal would be to have a column full of checked and unchecked boxes.
When a value changes(the user clicks), I'm going to update my database.
Richard Slade
Top achievements
Rank 2
 answered on 31 Mar 2011
1 answer
177 views
Hi,
            I am using PageView control in that i have used Strip mode in that i have added 5pages i want the page name to be in black .Please refer the screenshot .In the screen the page names overview,Details,Allocations etc should be in black but by default i am getting in blue ,i have even tried  by setting forecolor but no effect.So please can anyone help me how i can do it.....


Thanks
Divya
Richard Slade
Top achievements
Rank 2
 answered on 31 Mar 2011
1 answer
107 views
Hi
i want to add a panel with some label and button in Carousel is it possible.
Please help.
Emanuel Varga
Top achievements
Rank 1
 answered on 31 Mar 2011
12 answers
571 views
I need to disable a command column button if a certain column has information in it.

Thanks,
Chuck
Emanuel Varga
Top achievements
Rank 1
 answered on 31 Mar 2011
1 answer
257 views
Hi All,

I have a RadGridView that is showing some odd formatting issues when it is resized.  I am using the CellFormatting event to draw thick borders in the left side of the cells of a particular column to indicate a logical grouping of columns, however when I resize the grid this thick black left border appears in many other cells than the one I want it to.

Note: This worked fine until I updated my RadControls to Q1 2011.

So, here is my demo:
First I open the grid and all looks well.  I am using the CellFormatting event to draw the thick left border of some cells.
-See Attached Image "FirstOpened.PNG"

I then resize the grid, shrinking it about halfway.
-See Attached Image "Halfway.PNG"

Finally, I resize the Grid back to it's original size, which results in the odd formatting.  See that the thick left border has been applied to many cells and some BackColoring has also been changed.
-See Attached Image "OpenedAgain.PNG"

Here is my CellFormatting code:
private void grdHuntGroups_CellFormatting(object sender, Telerik.WinControls.UI.CellFormattingEventArgs e)
{
    e.CellElement.BorderBoxStyle = Telerik.WinControls.BorderBoxStyle.FourBorders;
 
    //Set back color based on service level
    if (e.CellElement.ColumnInfo.HeaderText.ToLower() == "soa")
    {
        e.CellElement.BackColor = Color.Yellow;
        e.CellElement.DrawFill = true;
        e.CellElement.GradientStyle = Telerik.WinControls.GradientStyles.Solid;
        e.CellElement.BackColor = (Color)e.CellElement.RowInfo.Cells["SOABackColor"].Value;
        e.CellElement.ForeColor = (Color)e.CellElement.RowInfo.Cells["SOAForeColor"].Value;
    }
 
    //Set thick border to seperate sections
    if (e.CellElement.ColumnInfo.HeaderText.ToLower() == "lg-out"
        || e.CellElement.ColumnInfo.HeaderText.ToLower() == "pres"
        || e.CellElement.ColumnInfo.HeaderText.ToLower() == "soa")
    {
        e.CellElement.BorderLeftWidth = 8.0f;
        e.CellElement.BorderLeftColor = Color.Black;
        e.CellElement.DrawBorder = true;
    }
}


Do I need to change the way I am formatting the grid?  What has changed in this latest version that may have caused this?

Thanks in advance for any help ... I appreciate It!
-Matt
Emanuel Varga
Top achievements
Rank 1
 answered on 31 Mar 2011
3 answers
292 views
Hi,
        I am using Rad Button control,i want the text of that button to be in two lines say like if the text is MY PROJECTS ,then i want the MY in firstline and PROJECTS in the secondline  how can i write this if i provide width to the button then the text doesnt come to next line,the remaining text gets hidden i want that part of text in next line ,can anyone say me how i can do it or is there any property like multiline text .

The post u send me doesnt help my issue....

My RadButton is in a RadRibbon Bar so how it is done








Ivan Todorov
Telerik team
 answered on 31 Mar 2011
6 answers
229 views
Hi,

I use visual studio 2010 sp1. When I press the Add button in the new record is added in BindingNavigator radgrid radtextbox connected to the grid, but does not change in registry. Do you think what am I doing wrong? Umaru has been used translate.google.com understandable.
Sinan
Top achievements
Rank 1
 answered on 30 Mar 2011
1 answer
63 views
Hi,
             I want the RadSeperator between the two RadButtonElement which is in a RibbonGroup of the RibbonBar,can anyone explain me how vcan i do this?
Ivan Petrov
Telerik team
 answered on 30 Mar 2011
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?