radGridView1.Rows[e.RowIndex].Cells[5].Value.ToString();
in WPF, i cant
. THX
<
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.
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.
//Set Language
this
.Language = XmlLanguage.GetLanguage(CultureInfo.CurrentCulture.IetfLanguageTag);
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