Telerik Forums
UI for WinForms Forum
1 answer
104 views
Hi,

Is it possible to change the Values section of the RadPivotFieldList component to display a value instead of counting the values?

Cheers

Shaun.
Ivan Todorov
Telerik team
 answered on 19 Oct 2012
1 answer
74 views
I need a masked edit box that allows for up to 2 digits (0 - 99).  I followed the documentation, tried every combination of standard and numeric masks that should have worked to no avail.

I use Standard MaskType, with Mask 00, 99, ## - it only allows me to enter 1 digit, it should be 2 according to the documentation.  
Peter
Telerik team
 answered on 19 Oct 2012
6 answers
361 views
I'm using the following snippet to find text

private void HightlightText(string textToHighlight)
{
    DocumentTextSearch search = new DocumentTextSearch(this.radRichTextBox1.Document);
    foreach (var textRange in search.FindAll(textToHighlight))
    {
        this.radRichTextBox1.Document.Selection.AddSelectionStart(textRange.StartPosition);
        this.radRichTextBox1.Document.Selection.AddSelectionEnd(textRange.EndPosition);
        this.radRichTextBox1.ChangeTextHighlightColor(Color.Red);
    }
}

I'd like to know how to get the line number of the textRange found and the entire text of the line that contains textRange.

Tommaso
Tommaso
Top achievements
Rank 1
 answered on 19 Oct 2012
2 answers
196 views
Hi

I'm using panorama on vb but I have noticed that there are no effects for tiles and all tiles are generated using same color .
is there a workaround ? (Same with demohub)
also when tiles are clicked there is no effect like pulse or grow or something.
The control also lack keyboard navigation  (like metro in windows media center).

Thanks.
Ivan Todorov
Telerik team
 answered on 19 Oct 2012
5 answers
85 views
Hi
 kindly let me know can I use Telerik controls in WPF Application?

Thanks 
Prafull..
Nikolay
Telerik team
 answered on 18 Oct 2012
1 answer
80 views
Hi All,

In the backstage view mode, I would like to customize the space between the left side items. Do you know how to do that? For example, I want to set the space between item 1,2 and 3 to 0 and the space between item 3 and 4 to a large space. Also I would like to put a seperate line between the items do you know how to do that?

Thanks
Ivan Todorov
Telerik team
 answered on 18 Oct 2012
3 answers
577 views
HI,
i would like to ask to you if the RADControls for windows Forms manage the change of screen resolution.
What i mean is that when i build my UI i design it with a resolution of 1280x800 so that all controls fit the screen area.
But if i should run on others system with a larger resolution of 1600x900 or 1900x1080 i would like to see my form, all controls inside (and all font's size for the text's contents) scaled to a "bigger" value so that my forms would "fit" the screen at the new resolution.
Is this possibile ???
Thanks in advance
Stefano
Jack
Telerik team
 answered on 18 Oct 2012
5 answers
342 views
Hi All,

I am using radgrid.I wanted to change the orientation of grid. It means i want to show my grid in column(vertical)-row(horizontal) format.
Can anyone guide me?
Please be needful to me.


Thanks
Ankit
Jack
Telerik team
 answered on 18 Oct 2012
1 answer
84 views
I'm using a RadDock and DocumentTabStrip to have tabbed documents and wanted to know if it was possible to do something like in the image I attached. Basically where the top tabs would toggle which document is shown, but then also have 2 tabs along the bottom to toggle between 2 different "states" each document has. The idea is similar to a web page design tool where each top tab would represent a web page, and the 2 bottom tabs would allow you to switch between raw HTML text view and the actual rendered page. Is this possible?

Thanks,
--Jason
Julian Benkov
Telerik team
 answered on 18 Oct 2012
10 answers
734 views
Hello,
I want to format a cell value in a GridView for WinForms. The format style depends on the value of another column cell.
I tried something like this:

Private

Sub gvMessages_CellFormatting(ByVal sender As Object, ByVal e As Telerik.WinControls.UI.CellFormattingEventArgs) Handles gvMessages.CellFormatting

For Each row In Me.gvMessages.Rows
If row.Cells("Type").Value = "S" Then
row.Cells("Element").CellElement.BackColor = Color.Aqua
Else
End If
Next

But it did not work. Could you please give me a hint or a link for a solution.
Thnak you very much
Roberto

Svett
Telerik team
 answered on 18 Oct 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
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?