Telerik Forums
UI for WinForms Forum
2 answers
294 views
Hello,

I use PDFViewer in a VB.NET 4.0 Winform project, with Telerik version 2013.2.724.40.

When the PDF have just an image, it's ok. But when the PDF have a background image and text in front of, it's not working (just display background image). I try to load the PDF with your silverlight demo, and it work fine.

My code is :
Dim mStream As New MemoryStream()
mStream.Write(tdo.Document, 0, tdo.Document.Length)
radPdfViewer.LoadDocument(mStream)
radPdfViewer.ScaleFactor = 0.6F

I try to save the PDF file in a directory to send to the LoadDocument method's, but the result is identical. When I open whith PDFReader, it's OK.

Thank for your help
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 20 Sep 2013
1 answer
206 views
Hi!

I have a RadGridView with ComboBox column, Whole Grid is binded to DataTable.
In comboboxes I would like to have options like: "MS Access", "MS Excel", and a few more. These are options user can choose, and these options are not in DataTable from beginning. How can I populate binded ComboBox with different values than from DataTable? 

Thanks in advance!
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 20 Sep 2013
2 answers
246 views
I have noticed a strange behaviour with togglebuttons when using the default theme, which seems to not occur in the other themes I have tested.

When the CommandBar toggle buttons are activated using a mouse the pressed state has the gradient, when I set them programatically, or when I change to another theme in code and then change back to Default theme the buttons are still depressed but they are now a solid shade of orange and have lost the gradient. This behaviour doesn't seem to occur on any of the other themes.

In the image I have set 5 of the 6 buttons to toggled, taken a pic1 in black theme, changed to default theme where it loses the shading pic2, then used the mouse to togggle off and on two buttons which are now again shaded pic3.

Best Regards,

Kurt

Kurt
Top achievements
Rank 1
 answered on 19 Sep 2013
5 answers
164 views
i implemented custom cell as per samples of telerik. the custom cell is being assigned to specific cells only of the column istead of the entire column. for example one cell is a normal textbox while another implements customdropdownlist or customradbutton in the same column. i am  creating the custom cells in createcell event where i check for specific conditions to determine where to change cell type to be customdropdownlist.
here is part of the code that does this:

If e.Column.Name = "colResult" Then
            If e.Row.RowInfo.Index > -1 Then
   Dim dataItem As GetLastTestResultResult = DirectCast(e.Row.RowInfo.DataBoundItem, GetLastTestResultResult)
    Dim term? As Integer = dataItem.TCount
If term.HasValue AndAlso term > 0 Then
 Dim elem As New CustomDropdownCellElement(e.Column, e.Row)
                    elem.SetComboboxValue(CInt(dataItem.Result))
                    e.CellType = GetType(CustomDropdownCellElement)
                    e.CellElement = elem
end if
end if
end if

the problem is that when scrolling vertically the radgridview, the custom cells move from their row to other rows on the same column. i am not able to find a solution.
Dimitar
Telerik team
 answered on 18 Sep 2013
0 answers
123 views
How i can invoke editable mode for input element of my dropdownlist programmability?
Roman
Top achievements
Rank 1
 asked on 18 Sep 2013
5 answers
209 views
Hi,

I've created a grid with one editable column.
Can you please advise how I can totally disable context menu that becomes accessable when editing, or disable some specific menu points (e.g. "Insert Unicode control character", "Right to left Reading order" etc.)?

Thanks in advance.
Nikolay
Telerik team
 answered on 18 Sep 2013
5 answers
658 views
Hello
Please help me!
How can I disable Arrow keys in Telerik GridView ??
Nikolay
Telerik team
 answered on 18 Sep 2013
1 answer
97 views
Hi!
I have a problem with setting backcolor of child grid's caption.
Screen shows exactly ma problem.
I would like that "SapFieldFilters" look like "SapField". (Different backcolor). I hope my goal is clear. ;)

How to achieve this?

Thanks in advance!
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Sep 2013
3 answers
237 views
Hi

Is it possible to use RichTextBox to achieve the following?

1. Create a new Word Document ("Document 1") from a Word Template
2. Import the contents from another Word Document into "Document 1"
3. Save "Document 1" as a Word 2003 document with the Template correctly attached

It needs to be 2003 as this is for a legacy application.

Thanks
Mark Donne
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Sep 2013
3 answers
167 views
Hello everyone,

I have used RadItemDragDropManager class from sample application to achieve drag&drop effect between two ListControls.
If I use mouse on PC, it works perfectly, but it is not working on touchscreen.
I saw, that in many places in RadItemDragDropManager class there are events associated with mouse.
Is there any simple solution for use this/other class to achieve drag&drop between two lists in WinForms applications?
George
Telerik team
 answered on 18 Sep 2013
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?