Telerik Forums
UI for WinForms Forum
1 answer
148 views
hello
I need to make a loop by paragraph and paste one by one in another RichTextBox
someone could tell me how you could do.

thanks greetings
Svett
Telerik team
 answered on 01 Oct 2012
1 answer
121 views
Hello,

I'm having a hard time changing the format in the footer of the Calender.   How can I set the format to {0:yyyy-MM-dd}?

Thanks.
Stefan
Telerik team
 answered on 29 Sep 2012
9 answers
488 views
Hello,

Is there a way to avoid collapsing of a RadTreeNode when double clicking on it? When possible before the ExpandAnimation starts.

Regards,
Michael
Stefan
Telerik team
 answered on 29 Sep 2012
3 answers
117 views
Hi

Can I have Normal and Depressed images for the button?
Nikolay
Telerik team
 answered on 29 Sep 2012
1 answer
65 views
Hello Support,

Please see a snippet of a grid that I'm developing using the metro style. However my column called Marketing Notes has some text that is split with CRLF and because the row height is quite large on the metro style it tries to fit both lines of text in. I'd ideally not want to adjust the row height and get the column to behave in a single line text format.

The properties to set up the grid column are:-
t_frmMain.RadGridView_TargetCos.Columns("MarketingNotes").HeaderText = "Marketing Notes"
t_frmMain.RadGridView_TargetCos.Columns("MarketingNotes").HeaderTextAlignment = ContentAlignment.MiddleLeft
t_frmMain.RadGridView_TargetCos.Columns("MarketingNotes").TextAlignment = ContentAlignment.MiddleLeft
t_frmMain.RadGridView_TargetCos.Columns("MarketingNotes").Width = 200


Is this possible?

Thanks

Terry

Stefan
Telerik team
 answered on 29 Sep 2012
1 answer
188 views
Hi,
I have a grid with around 40 columns. I have kept the column chooser element active for this grid. Now i have some operations to perform every time a column is added or removed from column chooser. How can i implement this? I tried with the grid paint vent but it causes a delay due to looping checks. Can you suggest me a good alternative please.
Nikolay
Telerik team
 answered on 29 Sep 2012
1 answer
143 views
I can use the "NodeMouseHover" event to know whether or not I am physically hovering over the node, but how can I tell if I'm over the image which is displayed with the node?

Seems simple enough, but not so far.
Stefan
Telerik team
 answered on 29 Sep 2012
5 answers
67 views
I have a grid with 4 columns in it.  when the user want's to add a new or edit an existing row though i need to show about 10 columns for entry.  Is this possible?  if so, how do i accomplish that?

Thanks!
Stefan
Telerik team
 answered on 29 Sep 2012
1 answer
74 views
How do I get the gridview to initialize with only the master template displayed?
Stefan
Telerik team
 answered on 29 Sep 2012
2 answers
320 views
Hello,

I need to edit some percent values in a grid, each time I quit an edited cell the value is automaticaly divided by 100. Even if I don't edit anything, entering edit mode and quitting divide the value by 100.

Is there another way to edit percent values in a grid? I tried to attach an example but I can't, the forum doesn't accept archives, I put here the interresting code:

public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
 
 
            radGridView1.Columns.Add(NewPercentCol());
 
            radGridView1.Rows.Add(15.51);
            radGridView1.Rows.Add(25.52);
            radGridView1.Rows.Add(35.53);
 
        }

        private GridViewMaskBoxColumn NewPercentCol()
        {
            return new GridViewMaskBoxColumn()
            {
                HeaderText = "Percent",
                Mask = "p",
                FormatString = "{0:p}",
                MaskType = MaskType.Numeric,
                TextAlignment = ContentAlignment.MiddleRight,
                Width = 300
            };
        }
    }

Thank you.
Catalin
Top achievements
Rank 1
Veteran
 answered on 28 Sep 2012
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
NavigationView
Accessibility
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
+129 more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
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
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?