Telerik Forums
UI for WinForms Forum
1 answer
167 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
164 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
108 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
91 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
960 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
357 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
142 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
270 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
1 answer
283 views
Hello,

I need to add a new item to my data-bound RadGridView DataSource. Is our only choice to maintain a List apart from the grid and re-set the DataSource? This is simple enough to do, but was wondering if there was a more strategic way to add a single item to the already-bound grid?

Thanks you...
Stefan
Telerik team
 answered on 10 Sep 2012
1 answer
154 views
Hi,

I have a Hierarchical Rad Grid with two child templates. One of the child templates have more than 1000 records and i would like to show only 100 records for each page. Can Rad Grid support paging option for in this case. Please could you tell me if this is possible and if so how.


Regards,
Vinoth
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)
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
Iron
Iron
Sergii
Top achievements
Rank 1
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
Iron
Iron
Sergii
Top achievements
Rank 1
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?