Hi,
I have some performance problems with a few documents (mainly containing raster images in the background). ReadOnDemand() does not solve my issue.
Loading of the data is quite fast, but the rendering takes several seconds. Unfortunately, this blocks my UI.
Is there a possibility to do the rendering on a different thread, which does not block the UI?
Can I cancel / abort a currently loading / rendering process of the PDF Viewer?
Best,
Christine
Hello Telerik,
I'm working with a RadGridView in WPF, and actually, I'm testing for the cells editing.
When the user pressed 'Enter' to validate his data, the focus is automaticaly did on the next row. I searched in your Controls Examples but I didn't found the solution.
=> How can I to do that the focus should do on the cell was been edited ?
Thank you very much.
Valentin.
I am using the Telerik Windows 8 theme in my WPF application. However, I do not like the way the checkbox checked state is indicated using a colored square rather than an actual check mark as in the Windows 7 theme. It was very simple to copy the checkbox template and modify it to use the checkbox check mark from the Windows 7 theme checkbox template. However, I am having trouble finding a way to add this modified template to my Application.Resources in such a way as to apply it to all checkboxes in my application. For some reason, the template in the Telerik Windows 8 theme continues to override my new checkbox style and I am not sure why.
I have tried a few different approaches, yet nothing seems to work. My latest approach is to add the following style to my Application.Resources resource dictionary:
<Style BasedOn="{StaticResource {telerik:ThemeResourceKey ThemeType=telerik:Windows8Theme, ElementType=CheckBox}}" TargetType="CheckBox" >
<Setter Property="Template">
....
</Setter>
</Style>
I would really appreciate any input. How can I apply a checkbox template modification to all of the checkboxes in my application??
Thanks!
Craig
Hello,
I have a problem with the SearchPanel.
Search as you type doesn't work with dates or numeric values.
You can try with the GridView exemple "Search as you type"
See the attached file plz.
Hello!
I'm using a scrollviewer in my window. It has both horizontal and vertical scrolling, But I need my scroll to leave the header of my grid on top while scrolling as is done in a tipical datagridview scroll which keeps the columns on top always while vertical scroll. Can you please help me on how can I achieve this.
I've tried deviding the UI in 3 parts like header footer and scrollabe area but in that case the vertical scrollbar gets scrolled by the horizontal scrollbar if the width of the window is less than minWidth.
Please see the attached image for an idea.
Thanks in advance.
Regards
Tushar
Hi,
Need help please
How can I save the current report and load it later after the user has changed the default report?
Thanks,
Hi telerik experts,
I want to use the light green theme for my application, which fits perfectly at runtime.I switch to light palette when the application starts up: GreenPalette.LoadPreset(GreenPalette.ColorVariation.Light); and everything is fine.
The only problem is, that the designer (VS and Blend) always shows the dark green theme. This makes the design of the views a little bit hard. Is there a way that the light green theme is used in the designer?
Best regards,
Thomas
Hello
I have form with more than one RadDatePicker, Every thing work fine but when I want to enter date I want the end user enter date in format dd/mm/yyyy
BUT the tool accept only date in format mm/dd/yyyy order !!
Example: 13/12/2016
If the user enter (13 Space 12 Space 2016 ) then press enter It gives Error (see attached screenshot)
How can I change the format for entering date?
Thanks in advance.