Telerik Forums
UI for WinForms Forum
3 answers
160 views
I've disabled the PageView Header (made invisible), but I'd like to show a close icon for each page within my view. Changing the ShowCloseButton property didn't seem to work. How do I go about showing the icon for each page?
Thanks.
Alexander
Telerik team
 answered on 12 Apr 2011
1 answer
60 views
Hi,

I realise this has been posted before, however this was back in Dec 2009. Are there plans to introduce these as I cannot see this in a feature/bug request or on the roadmap?

It is a royal pain having to change every label to add a Top Padding of 1 so that the base of the text on the label lines up correctly to a dropdown or textbox controls text...

Cheers,

Steven
Peter
Telerik team
 answered on 12 Apr 2011
1 answer
149 views
Hi,

We are converting our standard Windows ComboBox controls to the Telerik DropDownList to take advantage of displaying the text property to whatever we want (works great!).  We were previously setting an unbound ComboBox.SelectedItem = myBizObject to select the current value.  However, this does not work with the Telerik DropDownList and setting .Value doesn't apply as the ValueMember is not unique.

Is there a way to manually select the selecteditem like we did with Windows ComboBox?  I tried .SelectedItem.DataBoundItem but that didn't work.

Thanks!
Peter
Telerik team
 answered on 12 Apr 2011
3 answers
123 views
The Text and Value properties of the RadTreeNode are accessing the same thing. 

For example: 

RadTreeNode node = new RadTreeNode();
node.Value = new RadTextBox();  // Text is changed to "Telerik.WinControls.UI.RadTextBox"
node.Text = "Open TextBox"// Value is changed to  "Open TextBox"


Is this how it is meant to work?



Troy
Top achievements
Rank 1
 answered on 12 Apr 2011
1 answer
132 views
Is there any way to add the Telerik theming to non telerik controls - in particular the Microsoft Richtextbox control.  (Telerik does not yet have a substitute for the richtextbox) -

For application look consistency - it would be good to have the same kind of scrollbars (of the telerik theme) for the richtextbox control.

Any workaround would be appreciated.

Jack
Telerik team
 answered on 12 Apr 2011
3 answers
210 views
Hi,

I have two RadForms (a master and detail form).  In the master form, I have one RadButton which display the detail form.
In the detail form, there are two textboxes.
The steps for the problem as following:

1. Open the Master form.  When tab and focus on the button, the "ChangeUICues" event on that button will be fired. 
2. Click that button to open the detail form.
3. In the detail form, press "Tab" to focus on the second textbox.
4. Open the detail form. 
5. After the Master form display again, tab and focus on the button.  This time the "ChangeUICues" event on that button wouldn't be fired.

However, if I skip step 3, there is no problem.  Please advise.

Private Sub btnButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnButton
        frmDetail = New frmDetail 
                frmDetail.MdiParent = Me.MdiParent
                frmDetail.Top = 0
                frmDetail.Left = 0
                frmDetail.Show()
                Me.Hide()
End Sub
  
Private Sub frmDetail_FormClosed(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosedEventArgs) Handles frmDetail.FormClosed
        Me.Show() 
End Sub
Stefan
Telerik team
 answered on 12 Apr 2011
2 answers
147 views
Visual Studio 2008 Pro, .Net 3.5, SP 1
SQL Server 2008 R2
Windows 7 Ultimate 64 bit
Winforms Q1 2011

Both issues relate to the property builder for RadGridView

Whenever anything is changed in the property builder and the OK button clicked, the mouse pointer changes to busy and it takes two full minutes for the window to close. This window is modal and I have to wait to do anything else in Visual Studio.

More serious is the grid I created as an auto hierarchy from dataset. This is using two table adapters with a one to many relationship. Creating the grid is OK, and it functions properly. Once I start changing column names/widths etc, it begins to error when I try to open the property builder.

"Error invoking 'Open Property Builder'. Details: Stack Empty.

I've researched this error a bit and found a thread stating that this should have been hot-fixed seven months ago...so I'm wondering what can be done.

Also, once this occurs, strange things start to happen with the RadGridView. Sometimes the context menu doesn't show properly; the designer seems to think the control is actually a MasterTableView. Also had null object errors when viewing the designer code page. After restarting VS, the grid and all references were deleted.

Thanks for any help...I would really like to use the hierarchy function of the grid instead of two separate ones.
Jack
Telerik team
 answered on 12 Apr 2011
6 answers
149 views
Hi,

I have been looking to see if there is some built-in support for databinding the RadGridView to indexers.  Any links to examples/samples would be greatly appreciated.  In my particular case, I have:

class A, which has a several properties and a class B Property
class B, has several properties and indexer access by string and index

I would like to bind the RadGridView so for each row in the grid, I can see the underlying:
A properties
B's properties (the B instance accessed thru one of A's properties)
see select B values returned by B's indexer

Any assistance would be greatly appreciated.
Julian Benkov
Telerik team
 answered on 12 Apr 2011
1 answer
114 views
HI

I have Q3 2010 version for telerik Wincontrols ...

Let me know any way, to prevent  changes in selected rows count....
if having certain condition....

for Example--
   suppose, Gridview selected rows count is 5 And a bool variable XXX is true
Then end user should not be able to select  any other row....

Thanks
Svett
Telerik team
 answered on 12 Apr 2011
7 answers
171 views
Hi,
   I have a grid whoose number of rows go beyond the screen and so the vertical scroll should come in. However in the initial view it does not render all the rows, but shows only those that can be fit to screen. I have acertained this by setting the vertical scroll to true., But any change to filter or any such rerendering the grid shows every row. Please see screenshot attached. The  vertical scroll is set to always show

Thanks
Deepak
Svett
Telerik team
 answered on 12 Apr 2011
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
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
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
Licensing
VirtualKeyboard
DataLayout
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
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?