Telerik Forums
UI for WinForms Forum
7 answers
397 views
IMHO, when in Split Mode and Multiselect is enabled, selecting an additional Item in one of the views of the grid should not scroll the other view. The current behaviour, where the last selected item is scrolled into view on both views leads the idea of a split view ad absurdum ...

Regards
Erwin
Hristo
Telerik team
 answered on 02 Apr 2019
3 answers
420 views
Is it possible to right align an item on the menu so that it appears totally on the right side of menu strip?  With the Status bar you can put a blank element with the property of spring and then items to the right will appear docked to the right side.

Thanks
Dimitar
Telerik team
 answered on 01 Apr 2019
1 answer
615 views

Dear all,

 

I am trying to export a PDF file to Excel file (.xlsx or xls). The PDF fiel contains some tables and i need to process them.

I am programing in vb .NET.

I have used FormatProviders, but it always export to PDF.

I can't find the option to export to Excel format.

Is it posible?

do you have an example?

The code I have used:

            Dim sampleFile As String = "C:\TEMP\RESERVA HIDRAULICA.pdf"
            Using stream As Stream = New FileStream(sampleFile, FileMode.Open, FileAccess.Read)
                     Dim document As Telerik.Windows.Documents.Fixed.Model.RadFixedDocument = New Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.PdfFormatProvider().Import(stream)
                     Dim dialog As SaveFileDialog = New SaveFileDialog()
                     dialog.Filter = String.Format("{0} files|*.{1}", "xlsx", "Xlsx")
                     dialog.FileName = "Result.xlsx"
                     If dialog.ShowDialog() = DialogResult.OK Then
                           Using saveStream As Stream = dialog.OpenFile()
                                     Dim pdfFormatProvider As Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.PdfFormatProvider = New Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.PdfFormatProvider()
                                  pdfFormatProvider.Export(document, saveStream)
                                  End Using
                      End If
        End Using

 

Thanks a lot,

Tanya
Telerik team
 answered on 01 Apr 2019
0 answers
186 views

dear telerik support team

 

I am using Telerik 2015 winform, I was creating hyperlink in workbook for opening file while user click that hyperlink cell.

Workbook workbook = new Workbook();
            workbook.Worksheets.Add();
            Worksheet activeWorksheet = workbook.ActiveWorksheet;
            activeWorksheet.Cells[1, 1].SetValue("ok");
 
HyperlinkInfo webAddres = HyperlinkInfo.CreateHyperlink(@"C:\Users\OutputTes.xlsx", "tes");
CellIndex a1Index = new CellIndex(1, 1);
activeWorksheet.Hyperlinks.Add(a1Index, webAddres);
 
//Save workbook
IWorkbookFormatProvider formatProvider = new XlsxFormatProvider();
using (Stream otput = new FileStream(pathFile2, FileMode.Create))
{
      formatProvider.Export(workbook, otput);
}

 above is my code, but I still got error. 

 

 

zake
Top achievements
Rank 1
 asked on 29 Mar 2019
1 answer
148 views

Hi ,

I have bought Telerik Winforms license and it is working fine, but last week i upgrade project using upgrade wizard. After that, now it displays the trial popup again. In my project i still see the file licenses.licx. How can i solve it ?
I have tried go to my account and download the version again but it displays when i install :
Telerik UI for Winforms R1 2019 SP1 is already installed.


Thanks.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Mar 2019
0 answers
182 views

Hi,

Using BindingNavigator with DataLayout - how to add confirmation dialog to Delete button?

Also how to disable Delete button? 

Me.RadBindingNavigator1.BindingNavigatorElement.DeleteButton.Enabled = False 

- has no effect

Thanks

Alex

 

Alex Dybenko
Top achievements
Rank 2
 asked on 28 Mar 2019
1 answer
262 views

Hi Telerik,

   I am looking for a feature on the RadGridView which changes the Group value. As shown the attached screenshot, I want to change the value of the Country group from Argentina to Austria. After changing, the RadGridView will show the Country group of Austria with 5 rows within instead of showing 2 rows for Austria. Can you please help advise me for this feature? I am still searching in the forum while waiting for your response. Thank you very much.

   Regards,

   Tan.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Mar 2019
0 answers
118 views

Hi,

I have a login form when run application, and i want it focus on the textbox . Example i am having another applications are opening: notepad, IE... When i run exe , it does not focus on the winform application , so if i want to input textbox i have to use mouse click on textbox.

How can i solve it ?

thanks.

Bao
Top achievements
Rank 1
 asked on 28 Mar 2019
1 answer
322 views

HI, 

Please help

Language: VB.Net

DB: MySql

Application type: Document Management

How to save the loaded pdf file into MySql table and retrieve the same in same PDF Viewer? I have successfully saved the image from a picture box to SQL server DB (field datatype: image). I am very new to MySQL. recommend the data type also. 

Thank you very much

Arun

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Mar 2019
1 answer
166 views

Hello!

Do you have an example of a edit control which has custom drop-down area (I need something like RadCalculatorDropDown but with my own content of drop-down area)?

Thank you!

Hristo
Telerik team
 answered on 27 Mar 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
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
ShapedForm
SyntaxEditor
Wizard
CollapsiblePanel
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?