Telerik Forums
UI for WPF Forum
1 answer
83 views
I want to show Data in a textblock when user select a row in GridView.
i use a dataset as itemsource for GridView. NOw please tell me how to i do that????
Ivan Ivanov
Telerik team
 answered on 20 Apr 2011
3 answers
62 views
I followed the instructions here http://www.telerik.com/help/wpf/radgridview-styles-and-templates-styling-radgridview.html but when I try to edit the style or template all I get is options for "empty" ones... I can't get it to let me use the existing styles as a base.

Any suggestions?

Thanks!
Vanya Pavlova
Telerik team
 answered on 19 Apr 2011
3 answers
184 views
Hi,
I am working on an application where we need shortest distance between 2 addresses. I will provide one reference point and a collection of addresses against it. The map should return me the shortest distance address from the collection of addresses. Thanks
Andrey
Telerik team
 answered on 19 Apr 2011
10 answers
315 views
Hello again,

I am wondering if there is a way to use multiple MapProviders and then show them on top of each other. For example a Providers-property instead of a Provider-property in the RadMap-class.
As far as I've seen the InformationLayer and the DynamicLayer is no option for us since we want to deliver tiles.

Best regards
   Markus
Andrey
Telerik team
 answered on 19 Apr 2011
1 answer
131 views
Hi,
I have a grid that contains in one row a RadTileView control. i set a MouseLeftButtonDown event to the grid but when i make a click in the tileview area it does not shoot. Then i put the same event in the RadTileView control but did not work neither.
When i put the event on the tleviewItem it works correctly but what i need is to start this event when somebody click in an empty area.
Any solutions to this?
Sry for my english.
Greetings.
Zarko
Telerik team
 answered on 19 Apr 2011
1 answer
73 views
Hello, I need make this.

Add RadTileViewItem if I click on Button. This works good, but I need to bring the latest item has been maximized.

1. I added this code
tileItem.TileState = TileViewItemState.Maximized;

If I add a fourth item, so  the bottom minimized item is wrong size. 
I need to resize the window and the items will be drawn correctly.

2. I added this code
if (tvAdmin.Items.Count > 0) {
                foreach (RadTileViewItem tileItemIn in tvAdmin.Items) {
                    tileItemIn.TileState = TileViewItemState.Minimized;
                }
        }

Minimized items appear all wrong.
I need to resize the window and the items will be drawn correctly.

How should I proceed correctly.

private void Button_Click(object sender, RoutedEventArgs e) {
 
    /*
    if (tvAdmin.Items.Count > 0) {
        foreach (RadTileViewItem tileItemIn in tvAdmin.Items) {
            tileItemIn.TileState = TileViewItemState.Minimized;
        }
    } */
 
    RadTileViewItem tileItem = new RadTileViewItem();
     
    RadFluidContentControl contentControl = new RadFluidContentControl();
 
    contentControl.SmallContent = "Small content";
    contentControl.Content = "Content";
    contentControl.LargeContent = "Large content ";
    contentControl.State = FluidContentControlState.Large;
    contentControl.NormalToLargeThreshold = new Size(300, 400);
    contentControl.NormalToSmallThreshold = new Size(300, 200);
     
    tileItem.Content = contentControl;
   // tileItem.TileState = TileViewItemState.Maximized;
    tileItem.Header = tvAdmin.Items.Count.ToString();
    tvAdmin.Items.Add(tileItem);
}

Zarko
Telerik team
 answered on 19 Apr 2011
2 answers
72 views
Currently I am facing two issues with Telerik gridview : 
             
                 1) I created a grid in which I can re-order the columns(grid with drag drop using RadGridDragAndDrop) and I also have a combo box column.Now when I try to scroll the combo box column the grid row drag drop operation starts and I am not able to scroll for values in my combo box column using Mouse.

2) I have a requirement that I want to change the format of one column based on type selected. For example, say I have two columns,one which displays the Types(int,bool,string, mycustomenumtype) in a combobox column. Now based on the selection in this combobox columns, I want to alter my Value column such that in case type bool is selected, value columns becomes a  Combo 
column with two possible values, 0 and 1. Similary... when i selected int, it reverts back to a text box.Is this possible in Telerik Grid.

Any ones support would be of great help As I am evaluating this grid and need to show demos to my customers.
Karan
Top achievements
Rank 1
 answered on 19 Apr 2011
3 answers
309 views
Hi,

I have a GridView bound to a DataTable. When the data is loaded each column appears to be sized to the width of the name of the column. Is it possible to change this behaviour so that the width of the column is determined by the widest data item (the value in the cells) of that column instead?

Cheers,
Jose
Vanya Pavlova
Telerik team
 answered on 19 Apr 2011
3 answers
194 views
Hi,
I have problems with RadPanelBar`s scrolling. How can I remove that orange color, which appears when the mouse is over the scrollbar?
I`m using RadControls for WPF Q2 2010.

Thanks!
Petar Mladenov
Telerik team
 answered on 19 Apr 2011
3 answers
330 views
Hi Telerik,

I want to use RadDateTimePicker for selecting month only without concerning date and year. I have implemented as shown in the screenshot below. How can I hide the left right arrow, and custom the title from the dropdown header?



Thanks!
 Cheau
Pana
Telerik team
 answered on 19 Apr 2011
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?