Telerik Forums
UI for WPF Forum
0 answers
59 views
Hi I am using Gridview (2010 Q3 ver) to display the hierachical data. Here i m getting Gray color as background for childgrid. How can i change this color to other?
Balaji
Top achievements
Rank 1
 asked on 30 Jun 2011
3 answers
219 views
hi,

is it possible to get a complete example how to bind a xml file to a radgridview, including the xml file?
I can't find any example?

Please need help!

thank's a newbe!
Regards
Rene
Milan
Telerik team
 answered on 30 Jun 2011
3 answers
274 views
I installed the latest and greatest WPF suite. And the very latest VS Studio extensions. When I create a new Telerik C# Windows project, the Project configuration wizard comes up. But, there is nothing in it, and the Finish button is disabled. There is nothing in the drop-down list, and there is nothing under either tab. If I click on 'Download', I get a message about newer result not found. If I click on 'Browse', it's out to Explorer - but I don't know what I'm searching for.

So, my start with Telerik is not so great...
Chavdar Dimitrov
Telerik team
 answered on 30 Jun 2011
1 answer
105 views

Hello,

I have an issue regarding X label positioning on bar chart.

Here is what I get now : http://imageshack.us/photo/my-images/199/avantj.png/

And here is what I would like to get : http://imageshack.us/photo/my-images/41/aprsr.png/

With more detailed explanations, on the first image, the mark corresponding to the X label is placed right under the middle of the bar. I would like this mark to be placed at the beginning of the bar, and thus the next mark to placed at the beginning of the following bar. The corresponding label should stay under the mark and not between those two marks.


Thank you in advance for your help.


Regards,

Evgenia
Telerik team
 answered on 30 Jun 2011
5 answers
118 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
264 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
178 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
167 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
149 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
226 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
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?