Telerik Forums
UI for WinForms Forum
2 answers
135 views
Found this odd bug happening in my designer.

If you put a control (like, say, a radButton control) on a brand new form, use the properties to navigate to the RootElement.Children collection, and open up the collection editor screen.. if you click on the Shape drop down, you'll get a series of
"Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information".

After clicking ok about 8 or 10 times, it goes away and you can pick shapes from the list. However, it doesn't seem to add any custom shapes to your form, like it usually does if you use the UI editor. And yet, once you're past the errors, it seems to load & run fine.

Edit: Ah, I see there is bug reporting and such in the Client.Net area.. I'll submit this as a bug then as well.

Pawz
Top achievements
Rank 1
 answered on 11 Oct 2007
1 answer
248 views
Hi,
I've added a ShapedForm with Shape: RoundRectShape, but... I don't view the border.
I've viewed in this forum the solution: Add RadPanel with border.
My question is: How can I apply shape to the RadPanel?
Vassil Petev
Telerik team
 answered on 11 Oct 2007
3 answers
370 views
Been testing the toolstrip a bit the last couple days, and I've run across a couple oddities / annoyances.

First off, a bug - if you lock the control, it doesn't lock. Well, it sort of does - you get the locked icon, and you can't move it anymore, but you still get the 'Add New Row/Column' thing showing up, and THAT happily adds to the locked control's collection.

Found that out trying to get rid of that very annoying option. Is there any way to turn OFF the 'Add new Row/Column' option? It makes the control look larger than it is in the designer, and invariably I click on it at least 6 times when I'm trying to move a control which is laying on top of it.
I got it to disappear once by copy / pasting the control to another form, but after a save and reload, it came back :(
Boyko Markov
Telerik team
 answered on 11 Oct 2007
3 answers
258 views
I've searched the forum, but can't seem to find what I'm looking for with regard to the dockingmanager control.

I want a floating/pinned/unpinned window on the left.  The rest of the form should be my main form.  I DO NOT WANT a tab, with the name of this form on top.  How can I get rid of this tab space, and the tab itself.  I've tried.

dockingManager1.TdiContainerVisible = false;  
dockMain.DockableTab.Visibility = ElementVisibility.Hidden;  
dockMain.TabStripVisible = false;  
 
where the dockingmanager is named dockingManager1, and the documentPane that I want to not have a tab is named dockMain.  The best this does, is hide the tab, but not the tab strip.  Then after the form state changes, the tab shows up again.

Please help, thanks,


Brian.

Julian Benkov
Telerik team
 answered on 11 Oct 2007
1 answer
108 views
Hi ,

I am working with radgridview Need to format text in colums like $ sign , Numbers, for this operation there is tabstyle property in .net gridview.

Here i coudnt find such property. Or let me know other way.

Thanks

Nicky
Jack
Telerik team
 answered on 11 Oct 2007
5 answers
335 views
Hi, Telerik team

I hereby drop an issue that need Telerik Team to help.
I have a coding to differentiate the format of a row with other row of a column

for example:
stock  FOCTYPE  FOC
A          FOC          1
B          AMT        $1

i am using vb

my coding are:
dim Cols as GridViewDataColumn

the below coding is placed into CellFormating event of the Grid

if e.CellElement.ColumnInfo.UniqueName = "FOC" then
    TheType = e.CellElement.Value
    if TheType = "AMT" then
        Cols = new GridViewDataColumn("FOC")
        Cols.DataTextFormatString = "{0:c}"
    end if
end if

My question: Are the listed coding correct? because i never get the result i expected. The format for FOCTYPE = "AMT" still 1 instead of $1

Telerik Team's help is appreciated

Thanks in advance


Tobin
Top achievements
Rank 1
 answered on 10 Oct 2007
1 answer
129 views
Clicking on a row in a grid produces the desired result...the SelectionChanged event is fired and grid.CurrentRow.DataBoundItem is the correct item. However, using the down/up arrow to change the selection on the grid doesn't work as expected:  The SelectionChanged event is actually fired twice, both times grid.CurrentRow.DataBoundItem is actually the previously selected item.

Say the grid has 2 items. If I click on the first row, SelectionChanged fires with the first item as the DataBoundItem.  Then, if I press the down arrow, SelectionChanged fires twice, again both times with the first item as the DataBoundItem.

~DuckLeg
 |
 |
/|\

Peter
Telerik team
 answered on 09 Oct 2007
2 answers
270 views
Hi Telerik,
I would like to have an explanation. I am creating a number pad that works as the number pad of keyboard. when user press on number pad (touch screen), the value that pressed will be scattered to the textbox

example: number pad '1' is pressed then textbox = 1 and next, number pad '2' is pressed  then textbox = 12

The Problem is when i press '1' twice and it within a second (fast) then in textbox only have one '1'. But if i am using microsoft button then in then textbox i have two '1'.  Wy it is so? Is it because the respond of telerik rad button is slower? because when i pressed slower then in the textbox will have two '1'.
Tobin
Top achievements
Rank 1
 answered on 09 Oct 2007
3 answers
102 views
Hi, I notice that when I group by a particular column, the group name becomes the data field name, rather than the caption I gave to the column, is there any way to change this as I do not wish to display the db field name to the users. Thanks
Jack
Telerik team
 answered on 08 Oct 2007
1 answer
267 views

Hi dear rep of telerik,
I have a GridViewComboBoxColumn in my gridview and would like to extract the selected text (given by DisplayMember property) programatically.

here is my column declaration

Dim clubManagerColumn As New GridViewComboBoxColumn
clubManagerColumn.HeaderText =
"Club Manager"
clubManagerColumn.DataField = "manager_stuff_id"
clubManagerColumn.DataSource = StaffBindingSource
clubManagerColumn.ValueMember =
"staff_id"
clubManagerColumn.DisplayMember = "staff_name"
ClubRadGridView.MasterGridViewTemplate.Columns.Add(clubManagerColumn)

when I try 

ClubRadGridView.CurrentRow.Cells("club_address_id").Value

I am getting the value for the DataField property, instead I would like to get the selected value of the DisplayMember property.

thank you!

Peter
Telerik team
 answered on 08 Oct 2007
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?