Telerik Forums
UI for WPF Forum
5 answers
102 views

Hi,


I came to know that the Rad Pager works only for the higher level nodes (Pager doesn't know the inner hierarchy items). Is this true irrespective from the type of datasource Collection/XML ?


also, we are planning to have a vertical paging, meaning, dates as columns, first page, 30 days (30 columns), second page, next 30 days (30 columns), and it goes on (do have a certain limit on the no. of pages). Question is, is there any easy way to maintain the node expansion state when user is moving from one page to another page?


It would be one of our critical requirement, Please help up.


Thanks,

Suman

Rossen Hristov
Telerik team
 answered on 30 Jun 2011
1 answer
245 views
Hi,

I just create a new RadRichTextBoxRibbonUI. It work perfectly. But, i'm not able to find out how to change the culture property for this specific element. I want to switch the UI from english to french, spanish etc....

For exemple, in order to do this on the radcalendar control, you only have to do this :

            this.radDateInTimePicker.Culture = MyCustomObject.ContextCulture;

But, for the RadRichTextBoxRibbonUI, this property does not exist. So, how do you do it?

Best regards,
           
Boby
Telerik team
 answered on 30 Jun 2011
7 answers
159 views
Hi,
 I generate my row like this:

Telerik.Windows.Controls.TreeListView.

 

TreeListViewRow row = (Telerik.Windows.Controls.TreeListView.TreeListViewRow)radTreeListView1.ItemContainerGenerator.ContainerFromItem(radTreeListView1.SelectedItem);

If I see parent row on the screen, I can reach row.ParentRow but if I don't see parent row on the screen
row.ParentRow is null.

How can I handle this?
Thanks.

 

Maya
Telerik team
 answered on 30 Jun 2011
1 answer
157 views
We have a RadMap that contains several InformationLayers:
1. Customer data (ellipse)
2. Customer data labels (text block)
3. Selection (MapRectangle)
4. Shapefile (any combination of MapPinPoint, MapPolygon, TextBlock, MapLine, MapPolyline)
We also use Bing as our MapProvider.

We allow the customer to configure these layers (color, on/off, etc).
The problem we are having is, if there are several Shape files that need to be added to the map - sometimes the objects cover one another.
Is there a way to control the drawing order of those layers (like z-index)?
Or is the only solution to enforce an Opacity of less than 1.0 for the Items in the Shapefile Layer?
Thank you.
Andrey
Telerik team
 answered on 30 Jun 2011
1 answer
134 views

Hi,

 

When I want to export the contents of my richtextbox to html I have the following problem:

 

When I insert a picture in the document and set the Html export settings to
ImageExportMode.UriSource and I watch in the string that is returned I don’t see a <img> tag.

When I set the properties so he has to go trough a eventhandler, I see that the
UriSource property is empty.

Code :

public string ExportToHtml(RadDocument document)

{

       HtmlFormatProvider provider = new HtmlFormatProvider();

       HtmlExportSettings settings = new HtmlExportSettings();

       settings.ImageExporting += new EventHandler<ImageExportingEventArgs>(settings_ImageExporting);

       settings.ImageExportMode = ImageExportMode.ImageExportingEvent;

       provider.ExportSettings = settings;

return provider.Export(document);

}

void settings_ImageExporting(object sender, ImageExportingEventArgs e)

{

        e.Src = e.Image.UriSource.AbsoluteUri;

}

Kind regards,

Bjorn

Boby
Telerik team
 answered on 30 Jun 2011
8 answers
209 views
Hi,

I have two dock panes, one contains a treeview and the other one a wrap panel with items, I'm trying to drag items from the wrap panel to the treeview, but it is not working, the documentation you provide with the WPF controls is somehow scarse and incomplete.

Please help.
Tsvyatko
Telerik team
 answered on 30 Jun 2011
3 answers
218 views
I need to scroll to the last column (right-most) when I open a form with a RadGridView.

I use this code to scroll:
MyGridView.ScrollIntoView(null, MyGridView.Columns[MyGridView.Columns.Count - 1]);

This works, but only when there is data in the gridview. When I try to run this line of code before the gridview has any data, nothing happens. Am I doing something wrong, or is this just not possible?
Milan
Telerik team
 answered on 30 Jun 2011
2 answers
119 views
Hello,

The FilterOperatorsLoading is not firing all of the time. It is only firing when the data type changes. For example, if you go from an Int to a String it will fire. But if you switch from a String filter to a String filter, the event does not fire. 

Is this normal behavior? If so, is there another way to filter the operators based on the selected filter? 

We are using the WPF Q3 2010 version of RadDataFilter.

Thank you,
Zaheer
Zaheer
Top achievements
Rank 1
 answered on 30 Jun 2011
1 answer
122 views
Hi ,
I have a tileview that used to work properly till I took the latest update of the controls. Now the tile maximize/minimize functionality does not work properly. The issues I am facing are:
1. On clicking the tileitemheader to maximize the tile, instead of the size changing the maximized view is restricted to the height and width of the normal / onload tileitems. I was expecting the minimized tile items at the left and the tile that was clicked to occupy the rest of the space.
2. I can maximize more that one tile at a time even though I have maximizeMode = zeroOrOne

The version I am using is 2011.1.419.35
Zarko
Telerik team
 answered on 29 Jun 2011
3 answers
121 views
Hello,

I have a WPF application where I am using a TileView to show different user controls. It is very confusing for our customers when the tile they click gets removed from the docked (minimized) area. The tile goes back to the correct location when they click another tile, but we would like to keep the list of docked tiles the same even when the tile is maximized. For example, if I have 4 total tiles, I would like to keep all 4 in the minimized list when the user clicks an item. Right now, you only see 3 tiles in the minimized list, because the other is maximized.

I would like to change the background color or header color of the tile when it is selected and keep it in this list. Is it possible to have this behavior?

Thank you,
Scott
Zarko
Telerik team
 answered on 29 Jun 2011
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?