Telerik Forums
UI for WinForms Forum
8 answers
325 views
Good morning 

I need help  i have the  version Q1 2010 its the last version and i am trying to add a LinkButton into the RadGridView but i couldn't make it.. there is a option to add a button, image and others components. how i could add a LinkButton
thanks. for your help.
regards
Elver Cano
Svett
Telerik team
 answered on 25 Mar 2011
2 answers
620 views
Hi,

In my project i need to change  font size and font family at runtime through code. Can anyone please tell me how can i do it?

Thanks 
Ivan Petrov
Telerik team
 answered on 25 Mar 2011
1 answer
265 views
Hello,

I am working with MDI Windows Application and I have two different RadForms both are having RadGrid each. I have a button on first RadForm that opens second RadForm. Now user should be able to selects multiple rows from the grid on second RadForm using either mouse click or up-down arrow key to navigate through rows and press space key to select particular row. Again selected row should be highlighted. There is a Ok button on the second RadForm on click of which second RadForm should close and Rad Grid View on first RadForm should get filled with all selected rows from the grid on second RadForm.

I have set Modifier to Public for the grid on first RadForm and tried this functionality on cell click event for the grid on second RadForm all with no luck. Any help is appreciated. I would be great full if someone help. This is my first windows application.

Regards
Pathan L. 
Emanuel Varga
Top achievements
Rank 1
 answered on 25 Mar 2011
1 answer
335 views
Hello, i have export from datagridview to excel and this work, but i want to export data to excel from directly bindingsource. Any idea ?
Tkanks for help.
Emanuel Varga
Top achievements
Rank 1
 answered on 25 Mar 2011
1 answer
138 views
Hi all !

I want to format a column in a rad grid with phone number format

 

(###) ###-#### ext.####}
I Wrote

 

 

dgv.MasterTemplate.Columns[

"PHONE1"].FormatString = "{0:(###) ###-#### ext.####}";

but is not working !

How I can do this ?

Hans

 

Emanuel Varga
Top achievements
Rank 1
 answered on 25 Mar 2011
7 answers
124 views
Hello,
I added a spinEditor in my grid view (with the event cellformatting)
The problem is that when i click on rows, all my spinEditors have a blue backcolor.
How can i arrange that?

Also, there is no dock property on a radsSpinEditorElement, how can i make my control take the all cell?
  • Thank you

See the attached file

Here is how i add my control:

 If TypeOf (e.CellElement.ColumnInfo) Is GridViewDataColumn Then
           
                    If Not (e.CellElement.Children.Count > 0) Then
                        Dim myNumericUpDown As New RadSpinElement                   
                        e.CellElement.Children.Add(myNumericUpDown)

                    End If

 End If
Richard Slade
Top achievements
Rank 2
 answered on 24 Mar 2011
5 answers
247 views
hi
i have a radGridView i want to change the backColor of a Row based on some data in that row i used ViewRowFormatting Event
private void grdOrders_ViewRowFormatting(object sender, RowFormattingEventArgs e)
        {
            GridDataRowElement row = e.RowElement as GridDataRowElement;
            if (row != null)
            {
                if (row.RowInfo.Cells["OrderType"].Value.ToString() == "Buy")
                {
                    row.DrawFill = true;
                    row.BackColor = Color.SkyBlue;
                    row.GradientStyle = Telerik.WinControls.GradientStyles.Solid;
                }
                else
                {
                    row.DrawFill = true;
                    row.BackColor = Color.Pink;
                    row.GradientStyle = Telerik.WinControls.GradientStyles.Solid;
                }
            }
        }

when i do so it makes the selected Row BackColor same as the Unselected Row BackColor that make me can't know witch row is selected and witch row is not
Richard Slade
Top achievements
Rank 2
 answered on 24 Mar 2011
3 answers
157 views
one of my tabs needs to have dynamically populated data that user will be able to select (some of it ). Based on the selected items certain functionality will be invoked.

I'm wondering what is the best control to be used on Ribbon to accomplish:
-    presenting data to the user and allowing for selecting one or more items.

Peter
Telerik team
 answered on 24 Mar 2011
1 answer
155 views
How can i loop through the RadTreeView all node. Which i can get the node name and node is checked or not?

Im using Q2 2010 Telerik for WinForm.

p/s:
Currently my project is running under (Trial) Q2 2010 Telerik for WinForm, I already purchased the Q1 2011

May i know what should i do?
Uninstall Q2 2010 and Install Q1 2011? or Direct install Q1 2011?
Will that effect my project?


Regards
Johnny
Svett
Telerik team
 answered on 24 Mar 2011
24 answers
457 views
How can I prevent the user from clearing out the textboxes in the DateTimePicker?  For example, I always an actual date displayed in the textbox at all times.  Right now, a user can hit the "Delete" key and clear it out, even if MinDate is set.  The value will return the last "good" date thought.

Thank you!
--Jason
Stefan
Telerik team
 answered on 24 Mar 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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
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
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?