Telerik Forums
UI for WinForms Forum
1 answer
108 views
Hy,

is it possible to select a range of rows by client, usually client would click on one row and than shift and last row and all rows in between would be selected on the client?

if this is not possible by default can i imlement it somhow different

thanks
Jack
Telerik team
 answered on 12 Oct 2007
2 answers
111 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
221 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
324 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
223 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
86 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
299 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
110 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
241 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
88 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
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?