Telerik Forums
UI for WinForms Forum
1 answer
72 views
Hello.
how I can enable filtering on the radgridview that is displayed as multicolumncombobox's EditorControl. I tried to reach this by set Filtering and ShowFilterRow to true on EditorControl, but it didn't work 
Svett
Telerik team
 answered on 12 Sep 2012
2 answers
150 views
I have a RadLabel and have an formated text.
In this Text there are some works marked as bold. This works, but the blanks after the Bold works are not shown.
See the screenshot.

Here is the Text from the text property of the RadLabel control
<html><span style="font-size: 10pt">The Wizard hade <strong>Errors</strong> in the last run. <br />Please rerun the Wizard <strong><u>without</u></strong> making any changes. <br />So please go to the last page and hit the<strong> Finish Button</strong>.</span></html>

Is this a bug?

Thanks
BR Florian

PS: I use the Q2 2012 Form Controls
Florian
Top achievements
Rank 1
 answered on 12 Sep 2012
1 answer
156 views
Hi,


My problem is that if user is start typing in text box of datetimepicker the control is automatically set year and day to mindate year and day.

But our customer don't want this. he want whatever he type in textbox should be there don't come anythig automatically.

Is that possible ?
Peter
Telerik team
 answered on 12 Sep 2012
6 answers
150 views
Hello
I put a tree on toolwindow (the tree Nodes are chekbox)  , when I autohide the toolwindow and show it again
 the font of tree nodes change and also the nodes which were checked change to uncheck,please help me to solve this problem.
thank you
Julian Benkov
Telerik team
 answered on 12 Sep 2012
3 answers
104 views

Hello,

Please, I need help.

How can I put a max of character in a field of string type?
 
In my data class is this way:

[DisplayName("ID:")]
[Description("ID único")]
[Category("Básico")]
[Browsable(true)]
public String Id { get; set; }


Thank you very much.

Tom Mieck
Top achievements
Rank 1
 answered on 11 Sep 2012
1 answer
84 views
Hi,
Am implementing 3 level heirarchial grid in windows application.
Here am binding the child rows by hitting the database using "rowsourceneeded event". which is working fine.
But the sorting functionality is not working in the 2 and 3 level hierarchy--------Dont no why--How can i achive this

And also when user clicks on 1 or 2 level, am hitting the database everytime even it has childrows already--------Can we avoid this by checking if its has childrows already  for 1 and 2 level--How can i achive this 







Tom Mieck
Top achievements
Rank 1
 answered on 11 Sep 2012
6 answers
915 views
Hi.
I need to access gridview row' cells as GridDataCellElement. is there any way. I want to read text of the cell (formatted value) .

Naser
Top achievements
Rank 1
 answered on 10 Sep 2012
5 answers
344 views
Hi,

 We are using Telerik  2012.1.412.40 winform controls.
We have following requirement :

 In one form , we have Grid View control and there is button called Validate . on click off Validate button , based on some calculations, we need highlight all failed records with RED colour(Entire Row background ) and  need to display error message on mouse hove to independent row.

Please guide me in order to achieve above requirement.

Thanks & Regards,
Surya.
Nikolay
Telerik team
 answered on 10 Sep 2012
1 answer
135 views
Hi Telerik forum.

I'm trying to add a number of RadProgressBars to another control like a RadGroupBox or a RadPageViewPage.

The RadProgressBar is actually added, but is not visible! I then tried to set .Visible = true and .BringToFront() but no luck;

In pasted code I'm trying to load a RadGroupBox, and a loop of the RadGroupBox's controls show that they are actually added but yet invisible. Only if I set the .Dock = DockStyle.Fill it will show up.
The groupbox is big enough to contain the 2 expected radprogressbar items

The OrderList contains 2 Orders. 
What have I missed here?  By using a microsoft groupbox + microsoft progressbar is works, but for this radcontrol is seems not to work

grpActiveOrders.Controls.Clear();
 
      RadProgressBar pgb;
      int h = 20;
      foreach (Order order in OrderList)
      {
          //Add progressbar runtime and load with order status data
          pgb = new RadProgressBar();
          pgb.Text = order.RecipeName.Trim();
          pgb.Maximum = order.OrderBatchTotal;
          pgb.Value1 = order.OrderCalcultatedStatus;
          pgb.Width = 195;
          pgb.Left = 10;
          pgb.Top = h;
          grpActiveOrders.Controls.Add(pgb);
 
          h += 40;
      }

Benny
Top achievements
Rank 1
 answered on 10 Sep 2012
3 answers
258 views
In hierachical gridview in mousemove event we can get a reference to ViewTemplate the mouse is over,but  how can I get the cell in ViewTemplate that the mouse is over?

Basically I want to achieve to change the Cursor to Hand in some cells of ChildView. I am not sure if this can be achieved by som other way.

Ex:

radGridView.ElementTree.GetElementAtPoint(e.Location)
this give us the ViewTemplate mouse is over, from here I want to get the cell mouse is over.


Thanks in advance
Stefan
Telerik team
 answered on 10 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
ProgressBar
CheckedDropDownList
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?