Telerik Forums
UI for WinForms Forum
4 answers
236 views
Hi, I am using the RadGridView to display a database column that is of type signed integer. However I want the column to display as an unsigned integer.
The grid column type that I'm using is GridViewDecimalColumn.

For example, the integer value (signed) is -1. Currently it shows up in the grid as -1, but I want it to display as 255.

How would I do this?

Thanks,

-Lou



Lou
Top achievements
Rank 1
 answered on 10 Mar 2015
11 answers
274 views
Hello! I try to add text to RadRichTextBox but anything it is impossible!
On standard richtextbox everything is good. How here to make analog of code for RadRichTextBox? Thanks!
using (SqlDataReader dr = cmd.ExecuteReader())
              {
                  while (dr.Read())
                  richTextBox1.AppendText("\n" + dr["data"] + ": " + dr["UserName"] + ": " + dr["message"].ToString());
              }
Stefan
Telerik team
 answered on 10 Mar 2015
4 answers
318 views
As you can see in my screen capture, the name is not showing in the legend of the pie chart.

    Here is the code : 

setup.NomSetup contain the string name
var serie = new PieSeries()
 {
     ShowLabels = true,
     RadiusFactor = 0.9f,
     Range = new Telerik.Charting.AngleRange(270, 360)
 };
 
  
 foreach(var setup in setups){
     serie.DataPoints.Add(new PieDataPoint(Convert.ToDouble(setup.SommeUseTime * 100 / timeclocks.First().SommeTempsStd), setup.nomsetup)
     {
         Name = "Test"
     });
 }
 
pieChart.Series.Clear();
 
pieChart.Series.Add(serie);
pieChart.ShowLegend = true;
Vincent
Top achievements
Rank 1
 answered on 09 Mar 2015
1 answer
341 views
Hi there!
is it possible to assign an image to the RadPageViewPage, which is displayed before the tab title,
i want just like the attached picture and by the way i am using VS 2013 and VB
Stefan
Telerik team
 answered on 09 Mar 2015
4 answers
129 views
I made my first experiments with this control. I was astounded that I had to do the following to get the cursor to be at the start of the string when the user tabbed into the control (otherwise it was at the end of it ???)

    private void radMaskedEditBox1_Enter(object sender, EventArgs e)
    {
         radMaskedEditBox1.SelectionLength = 0;
         radMaskedEditBox1.SelectionStart = 0;           
    }

So okay, I didn't expect this behavior, but ...

Next, I wanted to put a blank (or underscore, or whatever) into the text when the number my user entered had less digits than the full amount.

Wow! Here's one attempt:

     private void radMaskedEditBox1_Leave(object sender, EventArgs e)
     {
         int len = radMaskedEditBox1.Text.Length;
         string val = radMaskedEditBox1.Text;
         while (val.EndsWith("_"))
             val = "0" + val.Substring(0, val.Length - 1);
         radMaskedEditBox1.Text = val;
     }

Whatever leading character I tried (" ", "0", "_") the result was the same. There is simply no way that I can see to right-justify the number, although that is how most numbers are presented.

Have I missed something? Sure the cursor should automatically go to the start of the field on entry, and numbers should be right justified?

Cheers,

Helen
Stefan
Telerik team
 answered on 09 Mar 2015
0 answers
54 views
Hi,I am looking for a RadTabStrip(Telerik Rad Tab Strip Version 3.6.3.0) Tab Menu, Horizontal aligned menu appearing like vertically in IE version 9 and below versions.Please find the attached image of issues,Give me a solution.
Harikrishnan
Top achievements
Rank 1
 asked on 09 Mar 2015
4 answers
166 views
I'm trying to figure out how to place an icon on my page view (ExplorerBar View Mode). For each of my pages that are there, I need an icon so that users won't have to open the actual page to read/figure out if the note has been saved or not. . . there's already a bunch of text on the strip, so really an icon is best.

Is there a way to do this? Can someone please point me in the right direction?
Moji
Top achievements
Rank 1
 answered on 07 Mar 2015
2 answers
298 views
Hello,

1. When RadRichTextEditor is opening (DocumentLayoutMode.Paged) in Paged mode, the document page is shown little.  
Is there a way make it bigger (zoomed) while opening?

2. The zoom function is working perfectly with ctrl + mouse middle button. But I didn't find any descripton about programmatically zooming in Telerik documentations. How can I make zoom with programmatically?

3. And I want to prepare some page sizes (A3, A4 e.g.) for ready to use. I use this code for A4 page size,

documentEditor.ChangeSectionPageSize(new Telerik.WinControls.RichTextEditor.UI.Size(794, 1096));

Is that true?

Best regards...
Bekir
Top achievements
Rank 1
Iron
 answered on 06 Mar 2015
5 answers
511 views
Hello,

Does anyone know how can I set the selected Item programmaticaly? 
If I have the object that I want to select, how can I set it like selected item in the MultiColumnCombo?
I tried to set multiColumnCombo.selectedItem = myObject but it doesn't work.

Thanks.
Stefan
Telerik team
 answered on 06 Mar 2015
3 answers
288 views
Hi All ,
Please I need to ask how to make that tool trasparent becouse i use other background and i need to make my items floating on this background
thanx
Alex
Top achievements
Rank 1
 answered on 06 Mar 2015
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)
Form
Chart (obsolete as of Q1 2013)
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
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
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
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?