Unplanned
Last Updated: 31 Jan 2019 09:32 by ADMIN
At the moment GIF images are not supported in SL RadRichTextBox
Unplanned
Last Updated: 22 Nov 2018 09:56 by ADMIN
Created by: Ali
Comments: 0
Category: PDFViewer
Type: Feature Request
1
JavaScript actions causes a script to be compiled and executed by the JavaScript interpreter. Depending on the nature of the script, the values of the interactive form fields in the document can be validated or updated or the visual appearances of the fields can be changed.
Unplanned
Last Updated: 03 Jan 2017 15:31 by Paulo
Hello,

I would like suggest similar option in Silverlight how [FlattenOlapUncategoriezedFields] option in ASP.NET AJAX. I wouldn't like the show the uncategorized fields coming from OLAP cube under the [more fields].

Example attached. The same OLAP cube, in ASP.NET AJAX and Silverlight.

In ASP.NET AJAX, the configuration is

ConfigurationPanelSettings-FlattenOlapUncategoriezedFields="true"
Unplanned
Last Updated: 15 Dec 2016 09:10 by Riccardo
We would like to get a compressed response of a XMLA query. We have seen that the response is content-type: text/xml, so we enabled it in IIS. However, in the request header the only accept-encoding is "Identity", and not "Gzip". We ask to be able to edit the request header, or to get a compressed response.

I attach two pictures: in the "XMLARequest.png" you can see the original request done by the XMLADataProvider. In the "GzippedRequest.png" you can see our request: we took the original one and just edited the accept-encoding field, and we got a compressed response.
Unplanned
Last Updated: 23 Feb 2018 07:59 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 4
Category: Map
Type: Feature Request
2
Implement WrapAround mode in Silverlight, just like it behaves in WPF. http://docs.telerik.com/devtools/wpf/controls/radmap/features/wraparound
Unplanned
Last Updated: 15 Feb 2021 06:48 by ADMIN
ADMIN
Created by: Deyan
Comments: 3
Category: PDFViewer
Type: Feature Request
3
This will allow import of Tensor-product patch mesh gradients.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
At this point the Ctrl + Insert shortcut doesn't work, while the Shift + Insert is pasting the text in the editor, but the pasted text is not visible until you start to type. 
Unplanned
Last Updated: 03 Aug 2016 12:46 by B
I would like OverflowMode to work for all RadPaneGroup in xaml/codebehind and this be persisted through SaveLayout/LoadLayout.

For example:

<telerik:RadDocking.DocumentHost>
    <telerik:RadSplitContainer x:Name="MainContainer"
                                           Orientation="Vertical">
					<telerik:RadPaneGroup ScrollMode="Item"
                                          x:Name="GroupMainTop"
                                          OverflowMode="Scroll"
                                          ScrollViewer.HorizontalScrollBarVisibility="Auto"
                                          cal:RegionManager.RegionName="RegionMainTop"
                                          telerik:ProportionalStackPanel.RelativeSize="150, 400" />

Works, but when I do:

        private void LoadLayoutInternal(XElement xml)
        {
            using (MemoryStream stream = new MemoryStream())
            {
                xml.Save(stream);
                stream.Seek(0, SeekOrigin.Begin);
                this.Docking.LoadLayout(stream);
            }
            Dispatcher.BeginInvoke(() => FixDockProperties());
        }

The RadPaneGroup no longer has OverFlowMode Scroll

When I try to fix this in code behind, this has no effect:

        private void FixDockProperties()
        {
            // Fix diverse properties die door laden van de layout verloren zijn gegaan.
            // Dat lijkt niet te werken, ik heb Telerik gevraagd waarom dat is:
            // http://www.telerik.com/forums/overflowmode=-scroll-disappears-when-i-save-load-layout#mwEJP5eh8EG4TbNqfnd00g
            GroupMainTop.OverflowMode = Telerik.Windows.Controls.TabControl.TabOverflowMode.Scroll;
            GroupMainTop.SetValue(ScrollViewer.HorizontalScrollBarVisibilityProperty, ScrollBarVisibility.Auto);
            GroupMainTop.ScrollMode = TabControlScrollMode.Item;


Unplanned
Last Updated: 03 Aug 2016 13:55 by Karthick Purushothaman
ADMIN
Created by: Nasko
Comments: 3
Category: PivotGrid
Type: Feature Request
2

			
Unplanned
Last Updated: 03 Aug 2016 14:52 by Jiri
Unplanned
Last Updated: 03 Aug 2016 10:58 by jen
Add Events for when the ClearSelectionButton is clicked.

onSelectionClearingEvent (cancelable preview event)
OnSelectionClearedEvent

This way we can easily handle the clearing of non-nullable datatypes
Unplanned
Last Updated: 31 Oct 2018 07:54 by Vennila
ADMIN
Created by: Kammen
Comments: 1
Category: PDFViewer
Type: Feature Request
1
Due to Silverlight limitations, currently only the user can specify which pages to be printed. We will consider implementing this custom functionality.
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
For now, the static methods of ExtensibilityManager class are the only option to extend all RadPdfViewer instances.
Unplanned
Last Updated: 03 Aug 2016 13:55 by m l
This is essential for features such as custom calculated measures. Other suppliers such as DevExpress already support this. I think it should be relatively simple as the session ID just needs to be added to the SOAP header for each XMLA query
Unplanned
Last Updated: 09 Aug 2016 12:23 by ADMIN
Created by: jen
Comments: 2
Category: AutoCompleteBox
Type: Feature Request
2
Expose the Textbox's MaxLength property to limit text input on the RadAutoComplete SearchText Property
Unplanned
Last Updated: 28 Mar 2018 10:36 by ADMIN
ADMIN
Created by: Kalin
Comments: 3
Category: PivotGrid
Type: Feature Request
2
Users should be able to easily apply conditional formatting. For example, this cell should be red if value is less than 500. 
Unplanned
Last Updated: 15 Jun 2017 14:14 by ADMIN
ADMIN
Created by: Zarko
Comments: 0
Category: Diagram
Type: Feature Request
0
Provide helper classes to import data from different providers:

- Excel (xlsx)

- Access (accdb)

- OLEDB

- ODBC
Unplanned
Last Updated: 05 Aug 2016 14:49 by jen
Created by: jen
Comments: 0
Category: DataForm
Type: Feature Request
1
It would be helpful to have an event thrown when the raddataform's  Mode Changes.

If you check the dataform's mode on BeginningEdit, it is still set to ReadOnly and has not yet changed to AddNew or Edit.
Unplanned
Last Updated: 04 Aug 2016 10:23 by Honghui
Created by: Honghui
Comments: 0
Category: UI for Silverlight
Type: Feature Request
0
Now, the only supported charts for the integration between RadPivotGrid and RadChartView are Bar, Area and Line. hope also support like pie chart ...
1 2 3 4 5 6