Telerik Forums
UI for WinForms Forum
10 answers
312 views
Hi All,

Currently the RadPanelbarGroupElement[s] are displayed in a way that they are visible as seperate buttons kind of thing where we see the lines/borders around them.

I have a requirement where I need the text of the RadPanelbarGroupElements to be displayed in such a way that they are blended with the background.

For ex
Consider this screen itself and assume it that its RadPanelBar.
Now the way I want to dispay the group elements is as follows:

RadGroupElement1

RadGroupElement2

RadGroupElement3



Instead, I dont want it to be displayed with demarcations like:

RadGroupElement1

---------------------

RadGroupElement2

----------------------

RadGroupElement3

In all the sample applications of RadPanelBar, we see the group elements easily distinguishable with some boundaries.
I need to show them boundary less.

I hope i am able to explain the problem.If its not clear please let me knw and i will provide the screen shot of how i want the radpanelbar to look like.

Looking forward for your help.

thanks
barkha
Nikolay
Telerik team
 answered on 08 Jun 2010
1 answer
149 views
Hello,
I am showing a menu on click of  start button of the ribbon bar.
But along with menu options it also shows some unwanted space (in grey color) on the right hand side of the menus.
How to avoid this ?

Any help is greatly appreciated.

Regards,
Sid
Nikolay
Telerik team
 answered on 08 Jun 2010
3 answers
225 views
I use RadGridView to edit some data and declare the GridViewMaskBoxColumn in the following way

            GridViewMaskBoxColumn widthColumn = new GridViewMaskBoxColumn();
            widthColumn.HeaderText = "Width";
            widthColumn.FieldName = "Width";
            widthColumn.MaskType = MaskType.Numeric;
            widthColumn.Mask = "f2";
            widthColumn.FormatInfo = CultureInfo.CurrentCulture;
            BaseGridView.MasterGridViewTemplate.Columns.Add(widthColumn);

As u can see I even set the culture manually and during debug I see that the culture is "ru-RU" that means I will see the numbers separated width "," instead of "."

That's works fine I see the comma clearly.
But then I set
            BaseGridView.CellValidating += new CellValidatingEventHandler(BaseGridView_CellValidating);
to validate if the user entered the data in a valid range for my application.
When debug reaches this action i can see CellValidatingEventArgs.Value defined as "11.11" instead of "11,11" as was shown in the editor.
This leads application to an exception when i try set this value to a float property.
What have i done wrong?






Alexander
Top achievements
Rank 1
 answered on 08 Jun 2010
1 answer
461 views
I need to create a winforms app with multiple 'panels' that have rounded corners with a shadow. This is what I'm talking about: DropShadow.

How would I go about doing this? I need to be able to put objects in the panel (.SWF file, .PDF file, HTML, ...)

I just started looking at the Telerik stuff today so I know almost nothing about it.

TIA - Jeff.
Nikolay
Telerik team
 answered on 08 Jun 2010
11 answers
472 views
Hi,

Is there a way to make the TextboxColumn added to Gridview like in code below to accept return<enter>..???
currently i have to do alt+ enter to accept the <enter> key.

Thanks,
GridViewTextBoxColumn textBoxColumn = new GridViewTextBoxColumn(); 
textBoxColumn.FieldName = "Comments"
textBoxColumn.FieldAlias = "Comments"
textBoxColumn.UniqueName = "Comments"
textBoxColumn.HeaderText = "Text";    
this.radGridView1.Columns.Add(textBoxColumn); 


Sathya
Top achievements
Rank 1
 answered on 08 Jun 2010
1 answer
141 views
Hi,

i've an old version of telerik products, now i try new version , but i have some problems.


how can i  do this in raddock:
DirectCast(mainform.DockingManager1.ActiveMdiChild, NewPtable).

'cause in raddock , when i use activemdiform, gave an error "expression does not prduce value"


and how can close tabbed when close child form.


thanks
Nikolay
Telerik team
 answered on 07 Jun 2010
3 answers
185 views

Hi,

 we have the licensed version of radcontrol. we had used the developer dll versions in our project which we have saved inside the bin folder. This project is used by different users. when we compile the project we get trial version splash screen. Please take this request with utmost urgency.

Regards

Nitin

Nikolay
Telerik team
 answered on 07 Jun 2010
3 answers
131 views

Hi,

I would like to replace tabs (Parameters, Patterns) to expandable nodes, so it should look like that:

- |

  + Parameters

         Name       Value    Service

      -     ...            .....       ...... 

      -     ...            .....       ...... 

  + Patterns

         Definition  Value

      -     ...            .....

      -     ...            .....    

Can someone please give me some tips to do it?

Regards,

Michal

Jack
Telerik team
 answered on 07 Jun 2010
2 answers
136 views
Hello,

I was trying to find if there is some event that fires when the user hides or shows some buttons (Groups).

Until now i wasn't able to find something like that. If someone knows of a way of doing this, please let me know

Best regards,
Emanuel
Nikolay
Telerik team
 answered on 07 Jun 2010
5 answers
454 views
I have a little unusual problem:

I want to trigger e.g. the hover animation of a RadButton programatically, without actually hovering the button with the mouse.   So before I reflect into the assembly I'd like to know if there's an easy way to accomplish this?

- Henrik
Nikolay
Telerik team
 answered on 07 Jun 2010
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?