Ok, I'm troubleshooting an issue in our app. We've got several RadGridViews, but in this one particular view, when you click on any column header to sort the grid, all of the grid data disappers. the data remains invisible if the column state is ascending or descending, but reappears if you toggle the column back to no sort.
Obviously we are doing something wrong in this specific RadGrid. I've tried to copy what is going on in our other grid views but I haven't figured out the difference yet. I figure I can't be the first person to have seen this behavior, so if someone else has seen this can they point me in the right direction towards fixing this problem? Thanks!
Hi.
I Have a RadGridView with a vertical scrollbar.
Is there a possibility to bring a certain Item into view.
I have tried Selected and Current however, the scrollbar remains unchanged.
Ideally I need something like:
var newItemInMyList = GetNewItem();
this.ItemsSource.Add(newItemInMyList);
this.SelectedItem = newItemInMyList;
this.CurrentItem = newItemInMyList;
this.radGridView1.BringIntoView(newItemInMyList);
However if that is not possibile I would settle with bringing the scrollbar to the bottom of the Grid. (For the new Item woll most likely be added at the end of the list...)
How can i change the mouse over and selected (color after you click on a column) color for the GridView columns. I am using this to change the default color
how can I avoid that a property grid overrides a TextBox's error template. I do not want to see the red triangle and red sliding tooltip there. Could not locate the right place in styles (Office Black).
I am using the RadScheduleView (2014.2.617.45) with the TimeLineViewDefinition. I created a button that allows the user to increase and decrease the MinAppointmentHeight during runtime. This is done through a binding to a double property on the corresponding viewmodel. By clicking the button, the property is increased/decreased by a constant value. The binding uses Mode="Default" so that the appointments will initially be scaled according to the size of the ResourceGroupHeaders.
Our problem is that once the user changes the MinAppointmentHeight for the first time, the ScheduleView seems unable to render correctly. You can see the difference in the attached screenshots. Image 1 shows the scheduler before any changes to the MinAppointmentHeight, while Image 2 shows the invalid rendering. Somehow, this only happens after the first change to MinAppointmentHeight. Every following change will cause the scheduler to render correctly again.
Could you please evaluate if this is indeed a bug? If so, would you be so kind to see if you could find any reasonable workaround until it is fixed?
I have an collection of Employee objects who have a collection of Assignment objects as a property. The Assignment object has an Employee object property.
I have another collection of "Unassigned" Assignments.
UI-wise I want to drag and drop from the Unassigned RadListBox to the assignment RadListBox of an Employee.
I have the drag and drop down. What I am missing is updating the Assignment.Employee property after an Assignment is dropped into the Employee.Assignments collection. I have looked at overriding the DragDropBehavior, but I do not see a way of accessing the data object that contains the DestinationItemsSource.
I get the following error warning when exporting and 'xls' extension:
'The file you are trying to open is in a different format than specified by the file extension. Verify that the file is not corrupted and id from a trusted source before opening the file. Do you want to open the file now?'
This happen in the online demo and in my program. How do I prevent this message from occurring?
I am using Excel 2010 and the latest Telerik libraries
We're using the office 2013 theme and as a result, the headers of our gridviews show the text in uppercase. This is expected due to the theme.
However, we'd like to have the header not uppercase this text. The way we currently have our application using the theme is by including the various xaml files (including Telerik.Windows.Controls.GridView.xaml) as resource files and then we merge these in.
Content="{Binding Content,RelativeSource={RelativeSource TemplatedParent}}" <----- CHANGE IS HERE
ContentTemplate="{TemplateBinding ContentTemplate}"
VerticalAlignment="Center"
VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}"
Margin="{TemplateBinding Padding}"
HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}"/>
</Grid>
</ControlTemplate>
But we think this must not be the right place to make the change. Could you direct us to what we should change to get the header text showing with regular (not upper) casing? Thanks!
Hi everyone !
I discovered Telerik few weeks ago and i try to use it since, but i have a problem :
I have one RedCartesianChart with a ChartView. I also have a checkBox which add another ChartView (in the same RedCartesianChart) when checked. How can i assign a tooltipTemplate for each chart ?
I try with something like : TooltipTemplate="{StaticResource MyTooltipTemplate}", but it applies the template for the whole RedCartesianChart and not just for one ChartView
Simple question. I got my RadLegend element besides my RadCartesianChart with 6 series inside of them. (https://dl.dropboxusercontent.com/u/55589036/Pictures/Screenshots/20150112135601.png)
How can I force the RadLegend to display its items in a row instead of a column?