Hello,
Is it possible to make group row selectable so on selecting group row all group records will be selected and also group row should look like selected?
Is it possible to show a Index like in the image attached in the Row Indicator Column of RadGridView ?
Hi all...
I have a requirement to be able to drag the data contained within a group to another grid by dragging the group header row.
Anyone have any ideas as to if/how this could be achieved?
Jamie
Hello Team,
I have updated the latest Telerik Version(2016 Q3) and after update I am seeing "True" value instead of "And/Or" in the Filter. Please look at the Screenshot for more information.
Hi,
I added a GridColumn in binding with byte property, when I try to filter with value greater thant 255 I receive an exception.
Thi is my grid, my column "Ultima Revisione" is a byte,
When I try to filter (for example "106", see attached screenshot), it's all ok, but if I add "8", I receive an overflow exception, because byte can't compare with a value 1068.
I thought the filter handles all types of primitive variables....
How can I resolve this issue? (Do not tell me to do a string variable alternative ...)
<telerik:RadGridView x:Name="radGridView" Style="{StaticResource ListStyle}" ItemsSource="{Binding Items}" MouseDoubleClick="RadGridViewMouseDoubleClick" SelectedItem="{Binding SelectedItem,Mode=TwoWay}" IsLocalizationLanguageRespected="False"><telerik:RadGridView.Columns> <telerik:GridViewDataColumn DataMemberBinding="{Binding Codice}" Header="Codice"/> <telerik:GridViewDataColumn DataMemberBinding="{Binding Descrizione}" Header="Descrizione"/> <telerik:GridViewCheckBoxColumn DataMemberBinding="{Binding Ricambio}" Header="Ricambio"/> <telerik:GridViewDataColumn DataMemberBinding="{Binding CodiceValuta}" Header="Valuta"/> <telerik:GridViewDataColumn DataMemberBinding="{Binding UltimaRevisione}" Header="Ultima Revisione"/> <telerik:GridViewDataColumn DataMemberBinding="{Binding UltimaRevisioneReference.InizioValidità , StringFormat=\{0:d\}}" Header="Inizio Validità "/></telerik:RadGridView.Columns>Hi
I want ComboBoxes with CheckBoxes. I have use the code in this Post. I am able to get the combobox Items with Checkboxes.But If I Check multiple Items,it is not reflecting in the ComboBox. I think I am doing wrong binding in the SelectionDataBoxTemplate.Could you please help me to resolve this.
<DataTemplate x:Key="SelectionBoxTemplate"> <TextBlock Text="{Binding UserCtrlSelectedValue, RelativeSource={RelativeSource AncestorType=local:ComboBoxEditor}}" Loaded="ControlCombo_Loaded"/> </DataTemplate><Grid> <telerik:RadComboBox Name="ControlCombo" ItemsSource="{Binding ItemsSource, RelativeSource={RelativeSource AncestorType=local:ComboBoxEditor}}" ItemTemplateSelector="{StaticResource dataTemplateSelector}" SelectionBoxTemplate="{StaticResource SelectionBoxTemplate}" /> </Grid>The code above shown is for datatemplate and RadCombobox in UserControl. In DataTemplate I am binding the Text Property of textblock with one of the dependencyProperty on the usercontrol and the datacontext of combobox is not the usercontrol another viewmodel.
I have tried the code in this post also.
Regards,
Nagasree.
Hi everyone , I'm novice using Telerik so I wanted to ask what Telerik Controls (for WPF purposes) do I need to use to export database (MYSQL) information (or simple text) to Excel format and what Exactly do I need to use or do in order PRE format the excel cells? For example , how to make my exported excel files have a pre defined background color , foreground color , alternate cell background colors , fonts , font size , etc
Right now I have zero knowledge in this topic so if you can explain me what to do with detail I'd really grateful :-)
