Telerik Forums
UI for WinForms Forum
1 answer
87 views
Hello...
        I wanna export export image from gridview to pdf...I came to know that image cannot be exported to pdf...for me its very required so can u suggest me any alternative....
Martin Vasilev
Telerik team
 answered on 31 Mar 2011
6 answers
634 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
283 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
345 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
176 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
105 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
562 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
247 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
283 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
225 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
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
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
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?