Telerik Forums
UI for WinForms Forum
7 answers
952 views
I view class instance in property grid and I want hide some of properties. How can I do it?
Grégory
Top achievements
Rank 1
 answered on 30 Apr 2015
5 answers
243 views
I don't want to show Sunday in WeekView. How can I hide days of the week?
Hristo
Telerik team
 answered on 30 Apr 2015
2 answers
131 views
My radgrid has two overlapping context menus when I right click a cell. The one in front (copy | paste) doesn't seem to actually work so how do I disable it?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 30 Apr 2015
4 answers
112 views
I'm trying to make it so the Column headers appear above all of the other system rows: The add new row, the grouping row and the filter row. I can access these in the child row collection and also the systemrow property in the currentView property. However, these are both read only. Is there a way to re-order these rows, or am I stuck with the order it gives me?
Dimitar
Telerik team
 answered on 30 Apr 2015
1 answer
327 views

Hello,

I have a simple question related to raddropdownlist. I placed raddropdownlist on a form and make its AutoCompleteMode property to SuggestAppend. When i start typing it successfully search. For example i have bonded a value like 'Iam going to market'. When i start typing Iam from the very first character, it successfully searched the value. But when i write 'going' it does not search. It actually try to search from the first word, while i need it should search from anywhere, like we use like statement in query by using '%' to find anywhere in the sentence or value.

Hope my question will be understandable. Please anyone answer as soon as possible. I shall be very thankful.

Thanks in advance

Stefan
Telerik team
 answered on 30 Apr 2015
2 answers
133 views

I have an existing project that compiles and runs. I add a new radform and it compiles and runs. I add a radgrid to the new form and it compiles and runs. I try to edit anything about the new radgrid control and I get an error that reads, "object reference not set to an instance of an object."

 

This is very frustrating. I have removed the references and added them back. I rebuilt the application. Again, I can compile and just can't do anything with the grid control in design view.

Chris
Top achievements
Rank 1
 answered on 29 Apr 2015
1 answer
95 views

Hi,

I am trying to use the in-place Editor (DayView) in a Tablet(Lenove ThinkPad with Windows 8.1) , when I am trying to select many rows or cells( one rows or cell means one hour) for Example from 5 am to 11 am with finger touchscreen its select only one row that means only one hour, how can I select more than

a row(Hour) using touchscreen  ANY SOLUTION???

regards,

Bledar

Dimitar
Telerik team
 answered on 29 Apr 2015
6 answers
1.1K+ views

I want get the some column detail by clicking the command button.

Ex: If a had price 10 as default and when i click command button the price will be updated as 12.

How can do this by using programmatically.

 Thanks in advance.

Note: VB Coding

Hristo
Telerik team
 answered on 29 Apr 2015
1 answer
358 views

Hi

How can I get dashed line around pink part of the pie and bar in the attached picture?

 Pauli

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Apr 2015
3 answers
234 views

I know this sounds silly, but no matter what I do when I pull data into a masked text box on the grid it ignores my mask.

I have a grid, radGridview1.  My data is stored in the database as string data.

I am adding the column in code:

GridViewMaskBoxColumn maskBoxColumn = new GridViewMaskBoxColumn();
            maskBoxColumn.Name = "Phone";
            maskBoxColumn.FieldName = "cellphone_number";
            maskBoxColumn.HeaderText = "Phone";
            maskBoxColumn.MaskType = MaskType.Numeric;
            maskBoxColumn.Mask = "(999) 000-0000";
            maskBoxColumn.TextAlignment = ContentAlignment.BottomRight;
            radGridView1.MasterTemplate.Columns.Add(maskBoxColumn);

Then in the CellFormating event:

if (e.Column.Name=="Phone")
         {
             long cellInfo =Convert.ToInt64(e.CellElement.Value);
             e.CellElement.Value = cellInfo;
         }
 

In the debugger it stops on this line fine, I can confirm that cellInfo has the phone number stored in it (6185551212) say.

But in the cell it ignores the mask.

I have tried using type of standard and numeric. I have created columns in the columns editor.

I attached a picture of what it is doing.

Any thoughts?

Thanks,

Joe

 

 

Ralitsa
Telerik team
 answered on 29 Apr 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?