Telerik Forums
UI for WPF Forum
2 answers
137 views
Perhaps I am just missing some settings, or maybe this is just how it is at the moment, but I cannot seem to get documents with images to print with any kind of quality.

The image is in the header, I can recreate the document in Word, and copy/paste the image back and forth between Word and RadRichTextBox; the image is crisp and clear in Word and horribly unclear when printed from the RadRichTextBox. If I export the document as a word document and print it form Word that way, the images are unclear as well.

Is there anything I can do?
C
Top achievements
Rank 1
 answered on 03 Jul 2014
1 answer
122 views
Hello Guys,

So i have one parent radgrid and i have one datatemplate which has one other child radgrid inside that template which i have assigned asRowDetailsTemplate of parent grid so every row of my parent radgrid will have one child radgrid.

So now I want to export the data of radgrid so with parent radgrid i want to export child radgrid data also. So i have seen many forums which says that it is possible in the below link http://www.telerik.com/forums/export-hierarchical-radgridview

So when i call export method from parent radgrid with export format as CSV and subexports child grid with export.ToCSV method then it works perfectly for CSV but if i used export format for HTML and subexports child grid with export.ToHtml method then it is not working correctly  disturbs my parent radgrid data so after all child radgrid my parent radgrid full data comes in one cell so one full row data comes in one cell instead of getting the value in different cell.

I have attached the image for the same and have marked the box as green for parent data coming correctly and red for the other parent data after child grid which is not coming correctly.

I would really appreciate if someone could help me out with this.

Thanks in advance.
Ivan Ivanov
Telerik team
 answered on 03 Jul 2014
1 answer
96 views
Hello Guys,

So i have one parent radgrid and i have one datatemplate which has one other child radgrid inside that template which i have assigned asRowDetailsTemplate of parent grid so every row of my parent radgrid will have one child radgrid.

So now I want to export the data of radgrid so with parent radgrid i want to export child radgrid data also. So i have seen many forums which says that it is possible in the below link http://www.telerik.com/forums/export-hierarchical-radgridview

But when i run that application and export then it exports my child radGrid data but it disturbs my parent radgrid data so after all child radgrid my parent radgrid full data comes in one cell so one full row data comes in one cell instead of getting the value in different cell.

I have attached the image for the same and have marked for the data coming differently.

I would really appreciate if someone could help me out with this.

Thanks in advance.

Ivan Ivanov
Telerik team
 answered on 03 Jul 2014
1 answer
85 views
hi there,
Just need some ideas with this OutlookBar control is there any option or technique to bind the OutlookBarItemMinimized template contains Image control where I want the source of it bind to the OutlookBarItem Icon is this possible?
Milena
Telerik team
 answered on 03 Jul 2014
1 answer
87 views
I would like to increase the size of settings pane and display my custom controls in tabs.

I understood how to display custom controls, however I still cant figure out how to resize the settings pane itself.

Can you please explain how this can be done ?
Petar Mladenov
Telerik team
 answered on 03 Jul 2014
3 answers
85 views
Hi,

I have my own DragDropBehavior and I would like to know in the DragCompleted over which special slots tghe appointment as been released.

Thank's
Alain
Kalin
Telerik team
 answered on 03 Jul 2014
1 answer
228 views
Hi,

We are considering using Telerik UI for WPF but would like to know if it is possible to customise which columns are present in the grid and the ability to save the preference (so each user running the system can have their own view of the grid only showing information/columns they are interested in)

Many thanks,

Mike
Boris
Telerik team
 answered on 03 Jul 2014
1 answer
91 views
Hi,

I have a bound GridView with calculated row totals, when we edit a cell and mouse click out the cell saves and total calculation works fine.
When we edit a cell and 'enter' out the total is calculated but the grid becomes sort of read only.
I say sort of because the only key that any cell will accept is the space key, letters/numbers are being blocked.

The code behind I am using to fire the row total update is here, the actual viewModel is simply do a linqesque query across some of the columns (this works fine).
I had to add boolean called refresh into the mix because otherwise when I called Rebind() inside the CellEditEnded it went into a infinite loop, so refresh just forces the rebind to happen once each edit.

private void dgDisplay_CellEditEnded(object sender, GridViewCellEditEndedEventArgs e)
{
    refresh = true;
    _viewModel.UpdateAllowedDisplayunits();
             
    this.dgProducts.Rebind();
    dgProducts.IsEnabled = true;
}

private void dgProducts_SelectedCellsChanged(object sender, Telerik.Windows.Controls.GridView.GridViewSelectedCellsChangedEventArgs e)
{
    refresh = false;          
}


This all works if you click out of the edited cell, but as soon as you hit the enter key it blocks key inputs to the grid cell, except for the space key which it allows?

Any ideas would be gratefully accepted

craig
Dimitrina
Telerik team
 answered on 03 Jul 2014
1 answer
446 views
I'm using a UserControl to show and edit a specific property in RadPropertyGrid. In the setter of the property I throw a ValidationException if the user has entered some invalid value. The property looks like this:

public int MyProperty
{
    get { return _MyProperty; }
    set
    {
        if (value == -1)
            throw new ValidationException("My Validation error message");
 
        ...  
    }
}

It the user enters -1 a nice red frame appears around the UserControl in the PropertyGrid cell, but no Validation Tooltip!!!

If I use e. g. a Textbox to display data, there is a red validation Tooltip. How can I achieve this for my custom controls?

I don't like the the approach with a CustomValidationAttribute, because just throwing a ValidationException is much more straightforward...

Maya
Telerik team
 answered on 03 Jul 2014
1 answer
177 views
When exporting data to CSV the column is not displaying full data .......................
how wide the column is...user has to increase the height of the
row to get this to display.  Most users overlook this and believe that the data
is missing from the Export file.

Code ----

 _exportManager.Export(data, exportFormat, new string[] { "----" }, null, true);

export Format == ExportFormat.csv

Please suggest solution for this problem?
Dimitrina
Telerik team
 answered on 03 Jul 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?