Telerik Forums
UI for WinForms Forum
1 answer
183 views
I'm using the RadScrollablePanel in a DocumentWindow to have themable scrollbars when the content doesn't fit. Afaik the scrollbars of the DocumentWindow aren't themeable (yet).

  Is it possible to have the panel to be "invisible", that is: disable border and backgroundcolor equal to the background color of the DocumentWindow?
Boryana
Telerik team
 answered on 08 Aug 2011
2 answers
114 views
Hi,

What happen with the gridview and enums on the last release?
I've been using an custome made localized enum converter to convert my enums to the correct language.
I've used one of the gridcolumns to view this enum, but now (with the latest release) i get an converter error : "EnumConverter cannot convert from Jobmatch.EntityFramework.Entities.WorkdayTypeEnum."

This is the article i used when i created the LocalizedEnumConverter. http://www.codeproject.com/KB/cs/LocalizingEnums.aspx?msg=2281102

As i said, this worked nicely in the previous version of the GridView.

Regards
Svein Thomas
Boryana
Telerik team
 answered on 08 Aug 2011
2 answers
123 views
I am putting my menu in a left side dock.

I would like to prevent them from closing this panel and prevent them from docking it to the top or the bottom.

ShowItemCloseButton is set to false...but the x is still there and they can close it...not sure what I am doing wrong there.

I can't find anything on the designer that would allow me to set which positions are allowed/not allowed.

Help!

Thanks,
David
Ivan Petrov
Telerik team
 answered on 05 Aug 2011
3 answers
177 views
Hi All,

is it possible to make/show a titlebar for the radgridview (like the titlebar of the forms)?
Every grid has a text property, but, as far as I know, that is invisible on the grid controls.


Regards,

Peter
Stefan
Telerik team
 answered on 05 Aug 2011
1 answer
213 views
The DocumentTabStrip offers 2 buttons 'Active Documents' offering a selection list of documents and 'Close Document' which on selection closes the current document. How can I hide these buttons?
Ivan Petrov
Telerik team
 answered on 05 Aug 2011
1 answer
101 views
Hi,

How do you remove the border from a ToolTabStrip?

Regards,
Brian
Stefan
Telerik team
 answered on 05 Aug 2011
2 answers
58 views
Hi,

I am trying to implement the "copy" scenario of drag and drop using RadTreeView.
And I found a thread which mentioned that dragging with ALT key pressed will clone the node to the other RadTreeView control.
However, I can not make it happen either in my own project or in the demo project.
Is this feature broken or I missed somthing?

thanks.

Tim
Tim
Top achievements
Rank 1
 answered on 05 Aug 2011
1 answer
159 views

Wondering if there are any known issues with creating an OpenGL Context when it is added to either a DocumentWindow or ToolWindow. I have seen some rendering issues with an existing control which is using OpenSceneGraph for 3D graphics.

Thanks,
Matt

Julian Benkov
Telerik team
 answered on 04 Aug 2011
3 answers
412 views

I've recently taken over development of a WinForms application using VB.NET.

A form has a RADGridView control (rgvEntities) consisting of the following Columns collection members:
- EntityName: GridViewMultiComboBoxColumn
- City: GridViewTextBoxColumn
- State: GridViewTextboxColumn
- Flag: GridViewCheckBoxColumn
- EntityID: GridViewTextBoxColumn

When the user clicks on the grid view row labelled "Click here to add a new row", the EntityName column displays a combobox for the user to choose the EntityName. When the user clicks on the drop-down arrow of the combobox, the combobox displays the following columns entityid, entityname, city, state.

My issue is that I'd like for the entityid column to not be displayed.

The RADGridView control (rgvEntities) is populated with the following code, that receives the reader as an argument:

  Dim dr As DataRow
  Dim strValues(5) As String

  While reader.Read
    strValues(0) = reader("EntityID")
    strValues(1) = reader("City")
    strValues(2) = reader("State")
    If reader("Flag") = "Y" Then
 strValues(3) = True
    Else
 strValues(3) = False
    End If
    strValues(4) = reader("EntityId")

    rgvEntities.Rows.Add(strValues)
  End While

I think (remember, I didn't code this initially) the entityName column is populated with the following VB.NET code in the Handles rgvEntities.UserAddedRow event handler:

  Dim colEntity As Telerik.WinControls.UI.GridViewComboBoxColumn

  Dim dbconn As New SqlConnection(App.My.Settings.dbConn)
  Dim cmd As New SqlCommand
  Dim daEntity As SqlDataAdapter
  cmd.CommandType = CommandType.Text
  cmd.Connection = dbconn

  Dim sSql As String = ""
  sSql = "select entityid, entityname, city, state from Entities "
  sSql = sSql & " where Entityid > 0 order by 1"
  cmd.CommandText = sSql
  daEntity = New SqlDataAdapter(cmd)
  ds = New DataSet()
  daEntity.Fill(ds)

  colEntity = rgvEntities.Columns("Entity")
  colEntity.DataSource = ds.Tables(0)
  colEntity.DisplayMember = "entityname"
  colEntity.ValueMember = "entityid"

  dbconn.Close()
  colEntity = Nothing
  daEntity = Nothing
  dbconn = Nothing

Where rgvEntities is the RADGridView defined as:
  Friend WithEvents rgvEntities As Telerik.WinControls.UI.RadGridView

Thanks in advance for any help.

Stefan
Telerik team
 answered on 04 Aug 2011
1 answer
100 views
Hi
I'm using the Telerik RichTextBox (beta) but when I type in or copy text and attempt to highlight it with the mouse, everything but the first character (either of a line or the first character of the paragraph) is highlighted. Is this a known issue or am I doing something wrong? I'm using .NET 4 etc. and other parts of the control seem to work fine. It's obviously going to be a problem if the user cannot select the first character except by using the keyboard (shift + arrow keys).

Thanks
Matthew
Stefan
Telerik team
 answered on 04 Aug 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)
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
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
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?