Telerik Forums
UI for WPF Forum
2 answers
98 views
Hi!

I can't get the time markers to work with the customized editor. I followed your example.
When I debug the code (debugging into the RadScheduleView), the timemarker collection on the editor is null.
I have set the TimeMarkersSource property on the schedule view convtrol.
Lennart Bauer
Top achievements
Rank 1
 answered on 05 Oct 2012
3 answers
275 views
hello, how can i get the item offset position. I want to search a item with getitembypath and
scroll the item to the middel of the treeview with the vertical offset function. How can i do this?
thank you ...
Petar Mladenov
Telerik team
 answered on 05 Oct 2012
3 answers
99 views
Hello,

I have serveral gridviews with observable collections as their items sources.  I have a button which does an Excel export on the grids (by getting the item's sources).  I would like the export to match whatever sorting the users applied on the grid.  How can I accomplish this?

Thank you.
Vlad
Telerik team
 answered on 05 Oct 2012
1 answer
130 views
I am trying to build a grid that has both a static, known column and a set of unknown columns that need to be created dynamically. I have read and understand the method of using DynamicObject combined with the auto generate columns from the RadGridView, but in my situation I want the one known column (the "non-dynamic" one) to be editable, and the dynamic columns readonly (non editable).

Please advise...

Thanks!
Mike Gates
Vlad
Telerik team
 answered on 05 Oct 2012
3 answers
148 views
Hai

am using the  wpf rad grid view.

when i select the row in the grid view, i need to display selected row values(each cell value in the selected row) in textbox.

how to do this. can u provide some example to how get the values from selected row?
phuoc tran ngoc
Top achievements
Rank 1
 answered on 05 Oct 2012
2 answers
162 views
how can i get the value of a cell, in Winform:

radGridView1.Rows[e.RowIndex].Cells[5].Value.ToString();

in WPF, i cant
. THX














phuoc tran ngoc
Top achievements
Rank 1
 answered on 05 Oct 2012
0 answers
147 views
Hi Telerik Team!!

Sorry to bother you, but one more time I have an issue :S,

I have a RadGridView and one of the columns has a datatemplate (button), i.e. if I select the row 1 and after I click the button from the row 5, the  row 1 keeps selected.

<

 

 

telerik:GridViewDataColumn Header="title" >

 

 

 

 

    <telerik:GridViewDataColumn.CellTemplate>

 

 

 

 

        <DataTemplate>

 

 

 

 

            <telerik:RadButton Content="{Binding Value}"

 

 

 

                Command="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}},

 

 

 

                Path=DataContext.X}"

 

 

 

                CommandParameter="{Binding Number}"/>

 

 

 

 

        </DataTemplate>

 

 

 

 

    </telerik:GridViewDataColumn.CellTemplate>

 

</telerik:GridViewDataColumn>

Thanks.

 

hugo cesar
Top achievements
Rank 1
 asked on 04 Oct 2012
0 answers
139 views

Hi Telerik Team.

I have a problem with the rows using the RadGridView and implicit styles, I'll explain:

I have a RadGridView and when it is loaded and I click over a columns name to sort the rows everything is ok, the problem
arise when I added a rowstyle to highlight rows which contain specific data.

 

<

 

 

telerik:RadGridView.RowStyle>

 

 

 

 

    <Style TargetType="telerik:GridViewRow" BasedOn="{StaticResource GridViewRowStyle}">

 

 

 

 

        <Style.Triggers>

 

 

 

 

            <DataTrigger Binding="{Binding Status}" Value="2">

 

 

 

 

                <Setter Property="Background" Value="Red"/>

 

 

 

 

            </DataTrigger>

 

 

 

 

        </Style.Triggers>

 

 

 

 

    </Style>

 

 

 

 

</telerik:RadGridView.RowStyle>

After add those lines when I click over the column name to sort, the rows disappear.

Please any help is really helpful. Thanks.

 

hugo cesar
Top achievements
Rank 1
 asked on 04 Oct 2012
1 answer
125 views
Hi,

Ever since upgrading to the latest release of the WPF libraries (Q2 2012) I am experiencing issues with the currency format in my RadGridView. My PC is set to en-GB but the application was reporting values back in en-US.

I managed to overcome the issue by setting the following code in each of my windows & pages:

//Set Language
this.Language = XmlLanguage.GetLanguage(CultureInfo.CurrentCulture.IetfLanguageTag);


However, I have just stumbled across another issues.
I have a radgridview hosted in a RadDocking pane. When the pane is docked the currency reported in my cells are as they should be, en-GB (£). When the pane becomes floating, the grid cells switch back to en-US ($).

Do you know how I can prevent the culture of my pane from switching when it becomes floating?

Thank you for your time,

Rob


Yana
Telerik team
 answered on 04 Oct 2012
0 answers
91 views

Hi,

We would like to implement a spin progress bar (see the attached image) into Tabs, Toolbars etc.
Could you give us info whether you have any or similar solution to this control in WPF?

Thanks,
Laszlo

Zsolt
Top achievements
Rank 1
 asked on 04 Oct 2012
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?