Telerik Forums
UI for WinForms Forum
10 answers
350 views
Hi Telerik,
I've downloaded SP2 for winforms controls and I wanna know if I can drag and drop only the celldata in the grid view.I saw the proprety columnchooser but it is not what I'm looking for.It helps when I wanna drog a column but in my case, I want to drog and drop only the content's cell.
Svett
Telerik team
 answered on 24 Aug 2012
1 answer
138 views
I hope to add this feature in the next version.
1.I want VisibleCheckBox Property
  if VisibleCheckBox is true then dropdowned item contain check box.
  and I want check all,uncheck all function .
Peter
Telerik team
 answered on 24 Aug 2012
1 answer
76 views
How to Adjust tool tip Height and Width?
Stefan
Telerik team
 answered on 24 Aug 2012
1 answer
189 views
plans to support the busy indicator?
Stefan
Telerik team
 answered on 24 Aug 2012
3 answers
169 views
How do I add, use, and include in my deployment a Custom Dictionary for use with radSpellChecker?  I have an internal use application where they use a lot medical words and I want to add a bunch in ahead of time for them.
Stefan
Telerik team
 answered on 24 Aug 2012
1 answer
194 views
When the user pulls a toolwindow out of the dock control so that it appears as its own window, the ParentForm property no longer points to the form it was docked in.  Does this mean dock windows can be dragged and dropped from one dock control to another, or is this a side-effect or bug of some sort?  Is there an alternative way to get the parent dock control where the window was pulled from after the fact?
Julian Benkov
Telerik team
 answered on 24 Aug 2012
4 answers
1.0K+ views
I have a requirement to set the tooltips on column headers for a databound RadGridView.

I have tried several ways to go about getting to the CellElement for the grid header row, the most promising of which was the GridView.MasterGridViewInfo.TableHeaderRow.Cells.  However, the CellElement is always null for these GridViewCellInfo objects.

Can someone recommend a way to accomplish this?

Thanks in advance,
Dave
Ragan
Top achievements
Rank 1
 answered on 23 Aug 2012
1 answer
127 views
Hi

I tried by  exporting Grid view to PDF using "ExportToPDF" , but its not exported with the actual alignment as in Grid . the Column names are getting overlapped by shrinking its size and last column name is out of Grid Border .I attached the sample image of the exported PDF for your reference.


Following properties were setting:

                         objExportPDF.PdfExportSettings.EnablePrinting = true;
                        objExportPDF.ExportVisualSettings = true;
                        objExportPDF.TableBorderThickness = 0;
                        objExportPDF.Scale = 1.2f;
                        objExportPDF.PdfExportSettings.PageWidth = radGridStaticTable.Width / 2;
                        objExportPDF.PdfExportSettings.PageHeight = 210;

Please check following code in htmlCellformatting event :

void objExportPDF_HTMLCellFormatting(object sender, Telerik.WinControls.UI.Export.HTML.HTMLCellFormattingEventArgs e)
        {

            e.HTMLCellElement.Alignment = ContentAlignment.MiddleLeft;
            e.GridCellInfo.ColumnInfo.HeaderTextAlignment = ContentAlignment.MiddleLeft;
            e.HTMLCellElement.Styles.Add("border", "solid");

        }


PFA
Ivan Petrov
Telerik team
 answered on 23 Aug 2012
1 answer
147 views
Hello,

I have implemented a datasource and datamember to display the data into the grid.

On my windows 7 PC everything works ok. The datasource and datamember is applied. When I run the application directly or from my Visual studio the datamember is not applied.

 

 

With Me.rdGridBoundaries
    .BeginUpdate()
    .Columns.Clear()
    .MasterTemplate.AllowAddNewRow = False
    .MasterTemplate.AutoGenerateColumns = True
    .MasterTemplate.Reset()
    .TableElement.RowHeight = 30
    .AutoGenerateHierarchy = True
    .UseScrollbarsInHierarchy = False
    .MultiSelect = False
    .MasterTemplate.BestFitColumns()
    .MasterTemplate.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill
    .ReadOnly = True
    .EnableFiltering = False
    .EnableGrouping = False
    .EnableAlternatingRowColor = True
    .EndUpdate()
    Try
        If gasControlLineInformation.GclObjects IsNot Nothing Then
            .DataMember = "GclObjects"
            .DataSource = gasControlLineInformation

Julian Benkov
Telerik team
 answered on 23 Aug 2012
0 answers
215 views
is there a way to make the text on a RadButton vertical?
like

m
y
b
u
t
t
o
n?

I answered my own question - TextWrap=true
adjust the Width if necessary
Elliott
Top achievements
Rank 2
 asked on 23 Aug 2012
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?