Telerik Forums
UI for WinForms Forum
1 answer
131 views

Hello Telerik Team,

I'm using Telerik UI For Winforms 2017 SP1.

When I was creating Progress Bar Column in radGridVew from Property Builder Dialog,

1. Property Builder Dialog close immediately

2. ProgressBar column was not created

3. Name of radGridView automatically Changed to "MasterTemplate"

4. And that name can't be changed back

How can I prevent this cause ?

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 11 Dec 2017
4 answers
447 views
How I can do to allow multiple checkbox checked in editable gridviewcheckboxcolumn. Now i can check only one column even if allow multi row selection is enabled
Hristo
Telerik team
 answered on 11 Dec 2017
9 answers
90 views

I have a grid bound to claimantBindingSource in which I have enabled row searching.

The search returns 3 matches, I move to the second match.

After executing the code below the bindingSource is moving to the first match which is a huge issue.

Is there any way to keep the position on the second match?

 

 claimantDrv = this.claimantBindingSource.Current as DataRowView;

 var Claimant = claimantDrv.Row as CRSDataSet.claimantRow;
 fullname = "some name";
 Claimant.name = fullname;

 

 

 

 

Hristo
Telerik team
 answered on 11 Dec 2017
5 answers
874 views
Is there an event for clicking a Legend Item
Kyle
Top achievements
Rank 1
 answered on 11 Dec 2017
7 answers
368 views
Hello,

We have a scenario where we have a table of values that for example list what position type a certain contact would be, the table has an active flag that when set to 'N' means we do not want this value selected on any new entries.  However there is a high possibility that existing records may still use that value.  So when a user opens that contact they should still see that contact's position type, but they shouldn't be able to select an inactive value.

Is it possible to achieve this with the drop down list?

Thanks,

Jeremie
Hristo
Telerik team
 answered on 11 Dec 2017
3 answers
192 views

Hello Telerik,

  I would like to implement a menu item as shown in your sample here -> (https://docs.telerik.com/devtools/winforms/menus/menu/working-with-radmenu-items/nesting-controls-in-menu-items#nesting-radelements-in-menu-items) Where there is an input box and OK button.  However, I am not to get the same effect as shown in the sample.  I'm actually not sure what the "radmenu1" item is in the sample

Desired result:

Option1

-----------

Option 2

Option 3

Option n....

----------- <- Line separator

[Enter New Option Name Here] OK

 

My sample tests shows the following;

Option1
-----------
Option 2
Option 3
Option n....
----------- <- Line separator
[Enter New Option Name Here]

OK

Also, is there a concept of a "placeholder" for the [Enter New Option Name Here] text so that it goes away when you start typing?

Thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 11 Dec 2017
2 answers
808 views
Hi all,

Just wondering if there was to programmatically select specific rows (that meet a criteria, for example), and then move those rows to the top of the grid.

Specifically, I'm looking for a way to do this with a bound list.

This thread was the closet I was able to find on the issue..  http://www.telerik.com/community/forums/winforms/gridview/is-it-possible-the-reorder-the-rows-in-radgridview.aspx
jamsheer
Top achievements
Rank 1
Veteran
 answered on 11 Dec 2017
5 answers
800 views

Hi Jack,

There’s 1 scenario / control that I need to achieve that I could not.
So I’d appreciate if you could help me with this.

What I want is a horizontal list of (selectable) images with a text below each image. The list should also scroll horizontally
I want to add the image items programmatically, filling with a generic list of objects to fill the items with.
if content is wider that the control area. Images have a transparent background of course.
I’ve attached a image so that you can exactly see what I mean.

The ‘bad’ image was my first try of me with the RadListView (from the WinForms UI suite).
I tried to set the position of the text and image so that the text comes below the image, but that doesn’t seem to work properly.
I don’t know if its me or if it is a bug?

A working example of exactly this scenario / controltype would help.


Dimitar
Telerik team
 answered on 11 Dec 2017
16 answers
458 views

I have some problems with detecting the MdiChild after converting from DockingManager to RadDock.

DockingManager1.ActiveMdiChild returned a form.

In RadDock there is no ActiveMdiChild property, and RadDock1.ActiveWindow returns a DockWindow, which cannot be casted to a form, and my program crashes.

I've tried bool exists = (Array.IndexOf(RadDock1.MdiChildren, RadDock1.ActiveWindow), but it returns false.

My entire code is built on ActiveMdiChild being a form, and it would be a lot of work converting it to DockWindow.

How can I get the currently active MdiChild from the RadDock?

Regards, Jill-Connie Lorentsen

Dimitar
Telerik team
 answered on 11 Dec 2017
5 answers
1.0K+ views
Hi I am using RadControlsWinforms_Q2_2008, and I have a Problem

I am using a RadGrid and I add the columns using the Property Builder. Then I add a textboxcolumn and put a {0:c} on the    FormatString, but whe the Grid is displayed it ignores the format.

Thank you
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 11 Dec 2017
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
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?