Telerik Forums
UI for WinForms Forum
8 answers
1.5K+ views
How can I clear the row selection in RadGrid? grid.ClearSelection() does not working. I'm using version 2017.1.221.40. Thanks in advance.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 19 Nov 2019
3 answers
139 views
Hello Telerik Team , Good time
When I open an Excel file in my program,The data is not displayed but when  I open an Excel file in Demo Application - Telerik UI for WinForms The data is displayed,  Although both  visual studio settings  and manifest file are the same
The relevant photo was attached.
thanks a lot
Dimitar
Telerik team
 answered on 18 Nov 2019
1 answer
100 views

Hello,

I have a RadDiagram in a winform that displays an image (RadDiagramShape) with a box (RadDiagramShape) over it.  A third RadDiagramShape is used to display the region of the first image that the box is over.  Mouse events to control dragging and mouse scroll to make the box larger/smaller so that the user can move around the image and zoom in/out.  Similarly, the third shape has events for dragging and mouse scroll which controls the box as well.

I am trying to enable similar functionality with touch gestures, but am having some difficulties.  I can only seem to enable gestures for the diagram itself, but not for the RadDiagramShapes within it.  When I allow zoom gestures on the RadDiagram, it zooms the RadDiagram even though IsZoomEnabled = false.  This seems to prevent the zoom for the mouse controls, but not for the gestures.  It also moves the diagram around in some cases, although I can't seem to figure out what is moving as the position isn't changing.  Pan and Drag are not enabled.

I do not want to zoom into or move the RadDiagram.  I want to catch the gesture, and control the size of the box so that the user can zoom in/out as they do with the mouse controls.

In order to do this, I would have to cancel the event and manually process, but I can't seem to figure out a way to do this.

Any ideas?

Thanks

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Nov 2019
5 answers
334 views

Would be cool if tooltips within the winforms suite would support the same html like formatting as radLabel.

Regards

Erwin

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Nov 2019
1 answer
128 views

Hey guys,

It is possible to export the data in radGridView to Excel, including the summary rows, I have a grouped grid with summary rows, I haven't found a way to export the grouped grid, but at least I would like to know if I can include the summary rows.

 

PS: If I can export with the theme style, it would be great

Thank you!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Nov 2019
7 answers
444 views
Hi,

We have a grid with a couple of thousand rows of data, handlers on data change/selection change events, RowFormatting/Cell Formatting events and a number of conditional formatting rules applied.

We are trying to ensure that the user is placed back on their previously selected row after the grid data is refreshed. At the moment, we are storing the ID of the current row and after a refresh call Grid.TableElement.ScrollToRow to navigate back to the row. There is validation present to ensure that the row is still present.

The ScrollToRow seems to be performing very slowly though when the selected row is fairly far down the grid and it is difficult to track whether this is caused by a specific event firing for selection change, the formatting events, conditional formatting rules or something else, so I suspect that the ScrollToRow approach is not the ideal solution.

Is there a better way to navigate back to the previously selected row when the grid is refreshed?

Thanks,

Mark.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Nov 2019
2 answers
136 views

Hello

I need to perform a drag from a radgridview onto a radtextboxcontrol (which is in a talelayout which is in a PageView control ..)

I have managed to implement a drag and drop within a gridview to reorder the lines
and to do a drag from a grid view and drop on another gridview

but I can't find how to do a drag from a gridview and a drop on the textboxcontrol.
I guess this is related to the OLEDragandDrop and the RadGradDorpServices but I'm stuck.

Thanks in advance

pierre-jean
Top achievements
Rank 1
Veteran
Iron
 answered on 13 Nov 2019
1 answer
418 views

Hey,

I'm working on Telerik UI for Winforms version 2019 R3. I have to implement in my project below functionality:

  1. Pdf file is loaded using RadPdfViewer
  2. User can mark using rectangles places on each page of the document
  3. After mark place by user I have to get coordinates of the rectangle in current page
  4. Each mark should be visible only on the page on witch is drawn
  5. Rectangles should be scalable and after scroll should point the same place

Is any possible  to realize above points?

I found something about custom layer https://www.telerik.com/forums/text-selection-and-highlight but the solution is in WPF.

Thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Nov 2019
2 answers
457 views

Hi- 

We're trying to add multiple summary rows to a gridview, similar to the single ones being added here:

https://docs.telerik.com/devtools/winforms/controls/gridview/rows/summary-rows

Using that example, I added one total, but can't figure out how to add the others that I need:  The example code below just shows a total for TotalTax, but not the others.   Can you point me to any documentation that shows how to do this?   Thanks, Evan

            Me.RGV_RIA_Input_Summary.MasterTemplate.ShowTotals = True

            Dim summaryItem As New GridViewSummaryItem()
            Dim summaryItemState As New GridViewSummaryItem("State", "{0}", GridAggregateFunction.Last)
            Dim summaryItemTotalTax As New GridViewSummaryItem("TotalTax", "Total Tax = {0}", GridAggregateFunction.Sum)
            Dim summaryItemGrossSales As New GridViewSummaryItem("GrossSales", "Total Gross Sales = {0}", GridAggregateFunction.Sum)
            Dim summaryItemExemptionAmount As New GridViewSummaryItem("ExemptionAmount", "Total Exempt = {0}", GridAggregateFunction.Sum)
            Dim summaryItemTotalTaxableSales As New GridViewSummaryItem("TotalTaxableSales", "Total Taxable = {0}", GridAggregateFunction.Sum)
            Dim summaryRowItem2 As New GridViewSummaryRowItem(New GridViewSummaryItem() {summaryItemState, summaryItemTotalTax, summaryItemGrossSales, summaryItemExemptionAmount, summaryItemTotalTaxableSales})
            Me.RGV_RIA_Input_Summary.SummaryRowsTop.Add(summaryRowItem2)

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 12 Nov 2019
2 answers
162 views

hi

how i can create a chart 3D linear 

Thank you for giving me an example.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 12 Nov 2019
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
ComboBox and ListBox (obsolete as of Q2 2010)
ListView
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
Menu
PropertyGrid
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
ProgressBar
CheckedDropDownList
Rotator
TrackBar
MessageBox
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
DataEntry
GroupBox
ScrollablePanel
WaitingBar
ScrollBar
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
ColorBox
Callout
FilterView
PictureBox
VirtualKeyboard
NavigationView
Accessibility
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
Flyout
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
DateOnlyPicker
TimeOnlyPicker
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?