Telerik Forums
UI for WinForms Forum
1 answer
227 views
Has anybody tried binding win form radgridview with subscription service. Is there any example available.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 19 Oct 2015
2 answers
149 views

I'm using the RadOffice2007ScreenTipElement to show errors for rows within my RadGridView. When the ScreenTip displays, the html text is shown with weird spacing and odd vertical alignment for certain words.

 I've attached a screenshot of what I'm seeing. Take a look at the ScreenTip and notice the word "job" within the error "Blank job group code." There also seems to be extra spacing after that word, and after the word "EEO".

 Here is the relevant code snippet:

private void RadGridView1_ScreenTipNeeded(object sender, ScreenTipNeededEventArgs e)
{
  var cell = e.Item as GridDataCellElement;
  if (cell != null)
  {
    switch (cell.ColumnInfo.Name)
    {
      case "errorimage":
          int rowIndex = radGridView1.Rows.IndexOf(radGridView1.CurrentRow);
          if (rowIndex > -1)
          {
            if (cell.RowElement.RowInfo.Cells["errortext"].Value.ToString() != "")
            {
              var screenTip = new RadOffice2007ScreenTipElement();
              screenTip.CaptionLabel.Margin = new Padding(3);
              screenTip.CaptionLabel.Text = "Job Error(s)";
              screenTip.MainTextLabel.Text = cell.RowElement.RowInfo.Cells["errortext"].Value.ToString().Trim();
              screenTip.EnableCustomSize = true;
              e.Delay = 50;
              e.Item.ScreenTip = screenTip;
            }
            else
            {
                e.Item.ScreenTip = null;
              }
          }
          break;
        default:
            break;
    }
  }
}

Is there any way to fix this?

Kurt Boyer
Top achievements
Rank 1
 answered on 19 Oct 2015
1 answer
174 views

Is there a setting somewhere that displays the thumbnails automatically? I see where they can be hidden, but I need them to display when I open the viewer.

Thanks,

Martin

 

Stefan
Telerik team
 answered on 19 Oct 2015
1 answer
328 views

Is there something built into the export of the PivotTable to a Excel file to have to check for the name w/out throwing an error or better yet, have it auto Index it? 

 

Thanks

Ralitsa
Telerik team
 answered on 19 Oct 2015
2 answers
194 views

Greetings!

 I`m trying to attach context menu to a GroupFieldElement (those boxes in group panel when groupping applied) to add possibility to expand\collapse whole group.

Everything's ok, but both mouse clicks (left\right) call group sorting event and i cannot get rid of this behavior (tried even with RadGridBehavior and overriding OnMouseUp\Down). So, how can i disable sorting event when i click on group definition in group panel with right mouse click?

 Thank you!

 

Ilya
Top achievements
Rank 1
 answered on 16 Oct 2015
5 answers
514 views
   Hi I write this code and I m trying someting . But when i click copying event then 3 times show messagebox "a" but  when i click pasting event then messagebox show 1 times "a".. Why copying event show 3 times ??

       private void radGridView1_Copying(object sender, GridViewClipboardEventArgs e)
        {
            MessageBox.Show("a");
            

        }

        private void radGridView1_Pasting(object sender, GridViewClipboardEventArgs e)
        {
            MessageBox.Show("a");
        }
Karl B
Top achievements
Rank 1
 answered on 15 Oct 2015
3 answers
348 views

I need to export data from 3 different grids into one excel file.How can i do that?

 

Dimitar
Telerik team
 answered on 15 Oct 2015
1 answer
258 views

Hi, 

I'm using a DropDown button, and edit its items dynamically in the DropDownOpening event. 

I've tried to limit the size of the list popup using the MaxSize and MaximumSize properties of the list element, but it cuts the popup to only present the fitting items, without any scrolling bar. 

I have tried several workarounds but I'm not getting the desired result. 

 Do you have any suggestions? 

Thanks! 

Hristo
Telerik team
 answered on 14 Oct 2015
3 answers
64 views
I want to iterate through the rows created after I added them in the "click here to add a new row" and shows up at the bottom. How do I iterate through these new rows?
Dimitar
Telerik team
 answered on 14 Oct 2015
1 answer
131 views

I have two groups in my radPanorama which both of them have about ten radTileElement.

When I drag one radTileElement in another position inside it's group then no event is fired, even if I drop it into another group no event is fired.

 

How to know if radTileElement is in drag state and how to know where and when it's dropped ?

Hristo
Telerik team
 answered on 13 Oct 2015
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
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?