Telerik Forums
UI for WinForms Forum
1 answer
169 views
Hello,

Im am exporting a Gridview to PDF (sampleexport.jpg)

but i want it to look like this format (Template.jpg)

is it possible to do it?

Thank you in advance for your support

-Robin
Ivan Petrov
Telerik team
 answered on 25 Mar 2013
1 answer
118 views
Using 2013.1.220.40 version of RadBrowseEditor, I don't seem to be able to get the ApplicationSettings binding to work properly. My only choice is to bind the "Text" property, but the property that contains the path is "Value". Am I doing something wrong?

 For now I've used this as a workaround:
On FormLoad or any time the settings are refreshed
RadBrowseEditor1.Value = My.Settings.PMSFolder

And when the user clicks the Save button
My.Settings.PMSFolder = RadBrowseEditor1.Value
My.Settings.Save()
Ivan Petrov
Telerik team
 answered on 25 Mar 2013
0 answers
97 views
Hi ,
        I am using multi column combobox for display the multiple data. when i am filter the data by entering search text in multiple combobox, It shows only the searched result not header text of column. please give solution for this
Mohan
Top achievements
Rank 1
 asked on 22 Mar 2013
1 answer
82 views

I am having trouble getting error messages / error formatting to show up when using the Visual Studio 2012 Light theme

The code below will show an error message on the property grid with the Control Default theme but not with the Visual Studio 2012 Light Theme.

public partial class Form1 : Form
{
    MyObject myObject = new MyObject();
 
    public Form1()
    {
        InitializeComponent();
 
        radPropertyGrid1.SelectedObject = myObject;
    }
 
    private void radPropertyGrid1_PropertyValidating(object sender, Telerik.WinControls.UI.PropertyValidatingEventArgs e)
    {
        if (e.Item.Name == "Count")
        {
            if (int.Parse(e.NewValue.ToString()) > 5)
            {
                (e.Item as PropertyGridItem).ErrorMessage = "Count Must Be Less Than Four";
                e.Cancel = true;
            }
        }
    }
}
 
public class MyObject
{
    public string Name { get; set; }
    public int Count { get; set; }
    public DateTime When { get; set; }
 
    public MyObject()
    {
        When = DateTime.Now;
    }
}
Ivan Petrov
Telerik team
 answered on 22 Mar 2013
1 answer
392 views
I am using a RadRibbonForm with the Visual Studio 2012 Light theme and I would like to change the color of the status strip when my program is doing some long running calculations (like Visual Studio 2012).  I have tried multiple settings and cannot seem to find the correct setting to change the color of the status strip in code.
Anton
Telerik team
 answered on 22 Mar 2013
1 answer
135 views
Using Telerik version 2013.1.220.40

We would like to indicate when controls (TextBox, Dropdownlist, Checkbox etc) has focus, many users use the tab-key and can't see where the cursor is. Is the best way to accieve this by creating a custom theme or just override OnFocus/LostFocus-event for all the controls and set style there?

In the application we let users choose between 5 different themes.
Anton
Telerik team
 answered on 22 Mar 2013
3 answers
482 views
Hi,

I have question about the filter default selection. Now there is no filter for gridview rows when the Form is opened (all checkboxes are checked for each filter so there is no filter)

I have read that on the WPF side there is FilterOperatorsLoading event where you can change this default filter selection but on WinForms side does not have that event?

So what is the correct way to access/modify filters before the form/gridview is shown for the first time?

I am using VB.NET, Thanks!
Stefan
Telerik team
 answered on 22 Mar 2013
1 answer
158 views
is there any way to cast a richtextbox to a windows richtextbox or a windows text box?  I'm using a 3rd party spell checker that requires one of those types of control.  

for instance, the radtextbox can be cast to a text by with something like
var tbTx = txtTxAdditionalNotes.TextBoxElement.TextBoxItem.HostedControl as TextBox;

is there a way to do that with RichTextBox?

thanks!
Stefan
Telerik team
 answered on 22 Mar 2013
1 answer
171 views
Hi ,
  Is there any option in telerik Gridview where I can add a dropdown List in the Header Column ?
ie. the header will have a drop down to select the name of the column
Ivan Petrov
Telerik team
 answered on 22 Mar 2013
2 answers
426 views
Hi,

Is it possible to have a static / fixed position summary Row at the end of a grid.

By this I mean a Summary Row that is outside of the scroll area, so if I have 1000 rows the user will see, say the first 20 rows and can scroll up or down to see the other rows but the summary row is always visible, something like freezing the top row in Excel. 

What I want to see is the sum of a "volume"column at all times, I need to consider any filters that have been applied as well as only sum rows that have been checked.

Another option would be for me to add my own summary panel below the grid but then I would need to be able to get the position of the Volume column after resize or datadinding with Best fit so I can set the left value of say a label so that it is aligned with the Volume column. I tried to use CurrentCell to get the x coordinate, but I'm guessing that relies on the cell being selected.

Hope this makes sense and thanks in advance for your help..... Great controls by the way.

Cheers
Shaun.




Shaun
Top achievements
Rank 1
 answered on 22 Mar 2013
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
StatusStrip
CheckedListBox
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?