Telerik Forums
UI for WinForms Forum
1 answer
43 views
Dear All:

I'm very new with the telerik, I want to search an item in a radcombo if the item is exist then set it as a default item, How can i achieve this, I need your help:

Regards,
Md. Marufuzzaman
Victor
Telerik team
 answered on 23 Mar 2010
3 answers
417 views
Hello,

I have a few grids where I'd like to achieve the following:

Have the column widths automatically determined via grd.MasterGridViewTemplate.BestFitColumns() except when the sum of the column widths under this method is less than the width of the grid itself. In this case, set the grd.MasterGridViewTemplate.AutoSizeColumnsMode to be Fill. 

I have tried to do this via the following code, but it doesn't seem to be accurate when summing the column widths, and thus I am still getting cases where the columns do not fill the grid...

grdDifferences.MasterGridViewTemplate.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.None; 
                grdDifferences.MasterGridViewTemplate.BestFitColumns(); 
                int iTotalWidth = grdDifferences.Width; 
                int iCountWidth = 0; 
                foreach (GridViewColumn column in grdDifferences.Columns) 
                { 
                    iCountWidth += column.Width; 
                } 
                if (iCountWidth < iTotalWidth) 
                { 
                    grdDifferences.MasterGridViewTemplate.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill; 
                } 

Any help would be appreciated.

Thanks!
Jeremy
Jack
Telerik team
 answered on 23 Mar 2010
1 answer
187 views
Hello,

I put a bindingList (loaded with database content) in my grid's DataSource.

Oon RowValidated, I want to save the added/modified Data item to the database.

Is there a safe way to know if RowValidated is after an Add, or an Edit ?

Thanks,
Jack
Telerik team
 answered on 23 Mar 2010
1 answer
87 views
Hello guys, in previous version of Telerik Visual Style Builder i've modified a theme for my RadTabStrip, now with this new version i'm trying to do same theme but i have problems, in previous version i had events i can´t find in this new release such as isNotSelected, isNotSelected and IsOver, for TabItem

I have some questions:

Is it possible to has a backround color as gradient? (for all RadTabStrip not TabStripElement) because i only get solid color =(
How can i add more events to TabItem? (as isNotSelected, isNotSelected and isOver, etc) because the add button only shows:

TabItem
Selected
Pressed
MouseOver
Pressed
MouseOver
Disabled


I hope you can help me please

Best Regards
Deyan
Telerik team
 answered on 23 Mar 2010
1 answer
216 views
Dear Friends,

i am posing 3 questions regarding RadMessageBox

1. I can't figure out whether i can  set width for a RadMessageBox..?
    My problem Radmessagebox is appearing too big..so i want to set width for it can i do it..?

2.can i give image to MessageBox Buttons In RadmessageBox...?

3.How to add my customized Button in MessageBox (i.e. I want to show Ok All  button along with Ok button,is it possible..?)

Please reply me ASAP.

Thanks,
regards,
Ravi.

Martin Vasilev
Telerik team
 answered on 22 Mar 2010
12 answers
352 views
Hello,

I want to use a non-editable combo box in my user interface. Setting DropDownStyle to DropDownList almost does this for me except that I can still see a edit cursor when I press the mousebutton inside the combobox. Is there any way to get a win-control behaviour where there never is any edit cursor?

Johan
Nikolay
Telerik team
 answered on 22 Mar 2010
1 answer
164 views
Hello Telerik team,

you did great work on the new VSB!!!

Last year we created our own Themes depending on the 3 Office-Themes with our own style.
At the moment i try to upgrade our Themes to the latest Version (2010 Q1)...
I would be glad to know if i should spend my time on doing something else and install the 2010 Q1 SP(n) because you develop some sort of converter for the customized themes and/or add some more Element States for different controls.
In 2009 Q2, i was able to add customized states (like RadTextBoxElement.BorderPrimitive.IsMouseOver) to every control. Is it possible to do something like this in the new VSB?
Or will it be possible in the SP1 release?
I read in an onther thread, that the other missing controls, will be added soon. Therefore i ask if the missing Element States are also added soon ;-)
Some brilliant new States are now implemented, like RadTextBox.TextBoxBorder.RadTextBoxElement.ContainsFocus! Great Job!
Works fine...

Best regards
Deyan
Telerik team
 answered on 22 Mar 2010
1 answer
74 views
Hey,
i was running in this problem today. I used WinForms Q2 and then replaced all assembly with the new ones from Q3. My application runs on dev computer because they also gut the Q2 still installed. But on production machines it doesn´t work. How do I migrate my app from Q2 to Q3 ?

The application is throwing at specific places exceptions. But my whole Winform is a RadForm and this still is displayed.

The error message is something like this "Could not load assembly Telerik.xxxx.xxxx Version Q2"

Thanks
Vassil Petev
Telerik team
 answered on 19 Mar 2010
3 answers
315 views
I have hierarchical grid with parent and child grid. Both grids have horizontal scroll bars. But now child gird scrolls independent from parent grid. Is it possible to scroll child grid when user scrolls parent grid?
Jack
Telerik team
 answered on 19 Mar 2010
1 answer
205 views
Hi all

We moved from the standard DataGridView to the RadGridView.

The DataGridView has an item property where you can set the column and row index yourself.

dgvGrid.CurrentCell = dgvGrid.Item(1, 15)

The 1 being the column position and 15 the row position.

What is the RadGridView equivalent?

Thank you
Svett
Telerik team
 answered on 19 Mar 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
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
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?