Telerik Forums
UI for WinForms Forum
1 answer
297 views

Hello everyone,

We are using the RadRichTextEditor as a document creation tool for our users. Once the document is created, we export it to PDF using the standard pdf export provider. The issue here is that fonts used in the RadDocument do not get embedded into the PDF file.

I've already contacted support about this and a feedback item has been created, but we are really left dead in the water without the ability to embed fonts (since our clients often view the pdf on mobile devices). Has anyone found a workaround to this?

More detail here:

http://feedback.telerik.com/Project/154/Feedback/Details/171787-fix-radrichtexteditor-custom-fonts-are-not-embedded-to-the-exported-file-when

 ​

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Oct 2015
0 answers
61 views

Hello Telerik

I have a question about "Multicolumncobobox" I need to know is it possible to add a "RadLable" to multicolumncomboox?

because most of the time I need to show display member and value member of the Multicolumncombobox to users.so I decided to make a custom multicolumn

which has a lable to show value member.I have attached an image that shows what I exactly need.

please help me to make this custom multicolumn combo box

I'm waiting eagerly for your response

Mahsan
Top achievements
Rank 1
 asked on 26 Oct 2015
1 answer
144 views

Hello!

I have a problem that i need to generate an image from a radial gauge and then send it by e-mail as an attachment.

I don't know how to achieve this, is there something else i can work on? Since i have only seen the way of saving in xml format.

Stefan
Telerik team
 answered on 26 Oct 2015
0 answers
129 views

Hello Telerik Team

I have a multicolumncombobox in my form

--------------------------------------

 DataTable dt = new DataTable();
            dt.Columns.Add("Code",typeof (string));
            dt.Columns.Add("Name", typeof(string));

            dt.Rows.Add("101010", "​Mary");
            dt.Rows.Add("101011", "​Kate");
            dt.Rows.Add("101012", "​Tom");
            dt.Rows.Add("101013", "​Edward");
            dt.Rows.Add("101014", "Matthias");
            dt.Rows.Add("101015", "Alexander");
            dt.Rows.Add("101016", "Sara");
            dt.Rows.Add("101017", "William");
            dt.Rows.Add("101018", "Louis");
            dt.Rows.Add("101019", "Emma");
            dt.Rows.Add("101020", "Rose");
cmb.ValueMember = "Code";
            cmb.DisplayMember = "Name";
            cmb.DataSource = dt;
            cmb.AutoFilter = true;
            cmb.MultiColumnComboBoxElement.DropDownWidth = 340;
            cmb.MultiColumnComboBoxElement.DropDownHeight = 400;
            cmb.EditorControl.Columns["Name"].Width = 120;
            FilterDescriptor FilterDescr = new FilterDescriptor("Name", FilterOperator.Contains,string.Empty);
            cmb.EditorControl.FilterDescriptors.Add(FilterDescr);

--------------------------

When I set "Name" as display member and set filtering by "Name" ,in this case every thing is ok, but when I set filtering by "Code"  I face a problem.

I start writing in multicolumn and it start filtering so when I press Enter the text of multicolumn will be cleared.

But if I Set filltering By "Name" I dont Have this problem with Enter Key.

Please help me ...

 

Mahsan
Top achievements
Rank 1
 asked on 25 Oct 2015
1 answer
148 views

I have some question about Libraries. To launch my app by side users, needs lots of DLLs .To run application , to run some methods.

How i can minimize the quantity of files needed to launch my application? Ofc i mean Telerik dll's.

Dimitar
Telerik team
 answered on 23 Oct 2015
2 answers
282 views

Hello,

My RadTreeView is in bound mode (not sure of the relevance of this, considering I can't get this event to work in unbound mode either), and I've tried just about every meaningful event that I could find, but still can't find one that fires after a node's text is changed.

What I've tried:
RadTreeView1.TreeViewElement.TextChanged
RadTreeView1.TreeViewElement.Edited
RadTreeView1.SelectedNode.PropertyChanged
RadTreeView1.Edited

Is there an event that fires after a node's text is changed? If not, does anyone know of a workaround? I'd like to make sure the user does not assign two nodes the same text.

Thanks!

Dimitar
Telerik team
 answered on 23 Oct 2015
1 answer
127 views

Hopefully this is a dumb question with a simple solution.

I have an unbound gridview with AllowRowReorder enabled. When the user drags and drops a row to reorder the contents of the gridview I want to do something. Is there an event for when this occurs?

Dimitar
Telerik team
 answered on 23 Oct 2015
2 answers
418 views

 Hi there,

 I apologize if this is answered elsewhere. I tried searching and I couldn't find anything that worked for my need.

 I'm trying to put together a demo project to sell the need for Telerik to the company I work for. The thing I wanted to impress them with was the RadGridViews. In my former job, which feels like a lifetime ago, I worked a lot with the ASP.NET ones, and now I'm trying to work with the WinForm ones and... failing on this issue.

 We currently have a "report" which pulls data from a database using a stored procedure. It's called using a method GetClientInfo and passing in various information (Department and Employee ID). This then fills a DataGridView. When the user finds a Client they want to view they click a button and it loads a second grid underneath containing the Case details of each Client and the total outstanding Bills, GetFileInfo, passing in the ClientNo that it got from the previous grid. What I therefore want to do with the Grid, which I remember doing in the ASP.NET version, is to load the original data into the top level, and then load child rows for the GetFileInfo based on the row.

 It needs to work something like:

GridUnpaidBills.DataSource = GetClientInfo(department, employeeId);

And then, depending on the PLUS they click, it needs to load the child source:

ChildSource = GetFileInfo(GridUnpaidBills.SelectedRows[0].Cells["ClientNo"].Value.ToString());

Does that make sense? I don't know the ClientNo until the PLUS is clicked for that row, so what I was looking for was an On Demand load for the Child, and while I've looked at the help pages and elsewhere I've found various code that sets out a relation using existing tables, but I need to use the method to access the Stored Procedure to retrieve the data as I (currently) have no way of retrieving it otherwise, and I don't want to have to rewrite all the stored procedures for a demo project.

Hopefully I've explained this properly, and hopefully someone can help me out.

Apologies again if it's ridiculously obvious and I'm just not seeing it.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 Oct 2015
3 answers
171 views

Hi,

I am trying to create custom shaped form but I do not see the difference:

 

public partial class FormToolTipError : Telerik.WinControls.UI.ShapedForm
{
    public FormToolTipError()
    {
        InitializeComponent();
         
        Telerik.WinControls.CustomShape customShape = new Telerik.WinControls.CustomShape();
        customShape.AsString = "20,20,200,100:20,20,False,0,0,0,0,0:220,20,False,0,0,0,0,0:220,120,False,0,0,0,0,0:20,120,False,0,0,0,0,0:";
        this.Shape = customShape;
 
        ...

 

 

Dimitar
Telerik team
 answered on 22 Oct 2015
6 answers
943 views
Here's my situation.

I have grouped view (dayview) with only 2 resources visible at a time.  If I add 3 resources to the scheduler, I end up with a horizontal scrollbar to scroll between the 3 resources, keeping 2 on the screen at a time.  This is fine, and works correctly.

However, I am modifying the SchedulerCellElement's to suit my business needs, so when I take an action on the schedule, I rebuild the view with custom background colors, etc.

Now when I scroll the view, it appears that its reformatting and repainting the whole schedule view element.  That's fine as well.  But I cannot seem to find the event for this, so that I can attach to that, and reapply my business logic to the view element.

The RadScheduler exposes a Scroll Event, but it doesn't seem to fire.

What I am missing here??
David
Top achievements
Rank 1
 answered on 22 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?