Telerik Forums
UI for WPF Forum
3 answers
178 views
Hi,

I am trying to create email sender using RichTextBox to allow user write email text with Mail Merge.  I have few extra fields like Mail To and Subject where I want user to be able to enter Mail Merge fields.  In other word, I want to have one RadRichTextBoxRibbonUI

control, but several RichTextBox controls.  For example, when my focus is in Subject field, I should be able to add a Mail Merge to that control. When my focus is in main body, all mail merge fields should go there.  Of course, when I scan through items, both should change.

If someone can attach a sample program, it would be best.

Thank you in advance.

Michael

Boby
Telerik team
 answered on 14 Aug 2013
1 answer
223 views
We're seeing an issue where if a user frantically resizes a windows containing a grid with editable controls within in then the repainting isn't working correctly.

What happens is that some of the edit boxes within the row vanish. If you continue to resize the windows such that you cover up the problematic row and then uncover it they boxes will reappear. This only seems to affect edit boxes, as opposed to labels, for example.

We're using version 2012.2.912.40 of the controls. I've rebuilt the application to use the 2013.2.0724 version and still see the problem
Yordanka
Telerik team
 answered on 14 Aug 2013
0 answers
67 views
Hello,

I have a RadGridView and i need to implement a functionality that allows me to paste the selection from excel to my gridview depending on the name of the header.

the problem that i have is that the user can write the columns in excel as he wants, is not necesary for him to write his data Columns in the same order of the RadGridView Columns. Once the user paste his data in the radgridview the data must be pasted in the right column depending on the title of the column from excel.

Thanks in advance.
Diego
Top achievements
Rank 1
 asked on 14 Aug 2013
0 answers
45 views

Hi,

I'm using version 2013.2.611.45, i have a similar problem, My grid contains both horizontal and vertical scroll bars, so when the page is loaded only few columns are visible and the scroll is available for browsing others columns, when the OnRowLoaded event is fired, the e.Row.Cells contains only the visible part of cells, and i cannot access to others. Can you please look at this problem ??
Thanks.
Youness
Top achievements
Rank 1
 asked on 13 Aug 2013
11 answers
133 views
Hi, we just updated our WPF project from RadControls for WPF v2012.2.725.40 to v2012.3.112.9.40.  Now we have a problem in one of our forms where the RadGridView RowLoaded event is fired when row.Cells is empty.  In the previous version of the RadControls for WPF, the cells count would reflect the number of columns in the grid.  Is there another handler we should have been using?  Our goal is to change the text of a RadButton in one of the columns (which is contained in a telerik:GridViewColumn.CellTemplate) based on the value of a property in the bound object, so after each row is loaded we check that property and adjust the button text in cell[5].  After our Q3 update it appears the cells are not loaded when RowLoaded is called.   Thank you in advance
private void grid_RowLoaded(object sender, RowLoadedEventArgs e)
{
    if (e.Row is GridViewRow && !(e.Row is GridViewNewRow))
    {
        // at this point e.Row.Cells.Count is 0
    }
}

Shaun
Youness
Top achievements
Rank 1
 answered on 13 Aug 2013
1 answer
199 views
HI, is it possible to add custom function in spreadsheet control?
Deyan
Telerik team
 answered on 13 Aug 2013
0 answers
206 views
Hi,

I would like to create MDI children in my WPF application. Could you email me sample code for MDI.


Thanks,
Srinivas

Manish
Top achievements
Rank 1
 asked on 13 Aug 2013
1 answer
160 views
Are there any plans to support import/export of OpenDocument (*.ods) spreadsheets?

Thanks
Boryana
Telerik team
 answered on 13 Aug 2013
3 answers
128 views
Is it possible to extract the text content of a pdf file with PDFViewer?

Thanks,Michael
Petya
Telerik team
 answered on 13 Aug 2013
1 answer
89 views
First off I have a RadEntityFrameworkDataSource, RadGridView,  RadDataPager linked working nicely, with problem the RadGridView is inside a tab control, so every time we switch back to the tab with the RadGridView I hit Telerik.Windows.Controls.RadEntityFrameworkDataSource.OnLoaded then Telerik.Windows.Controls.RadEntityFrameworkDataSource.TryRefreshView() which goes out to the data source and reloads it, minor annoyance normally.  When data is grouped by one or more columns though it completely ignores the filters and loads the entire query which is bad, and honestly I can't figure out why since it tosses them afterwards.  In local on a test machine it is hard to see, but on a slightly slow vpn it shows up easily with a large dataset.  Is there some way to stop this refresh?  I can't seem to find a setting on either the datasource or gridview to disable it.  I really don't need the refresh I just want to put them back at their previous query.

All 3 are declared in the xaml, I tried moving the datasource into the code behind, but must missing something on how to link it up programmatically.

Any help would be appreciated
Yoan
Telerik team
 answered on 13 Aug 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?