Currently FTP network locations are not present in RadFileDialogs.
Implement support for them similar to MS Dialogs.
RadComboBox dropdown list leave a blank after the last item!
look the attachment.
For the Pivot control,if the group header width greater than the first column width,when start the app,
the first column width will expand the group header width(like the attach file "Start.png"),
instead of it self width (like the attach file "ResizeColumn.png",it is our desired),moreover,when resize the column width,like the attach file "ResizeColumn.png",
then Collapse,the result like the attach file "Collapse.png",but not our desired the group header width(should not cover the text).
private void UpdateHeadersFooters(RadDocument document) { foreach (Section section in document.Sections) { if (section.Headers.Default.Body != null) { this.UpdateFields(section.Headers.Default.Body); } if (section.Headers.First.Body != null) { this.UpdateFields(section.Headers.First.Body); } if (section.Headers.Even.Body != null) { this.UpdateFields(section.Headers.Even.Body); } if (section.Footers.Default.Body != null) { this.UpdateFields(section.Footers.Default.Body); } if (section.Footers.First.Body != null) { this.UpdateFields(section.Footers.First.Body); } if (section.Footers.Even.Body != null) { this.UpdateFields(section.Footers.Even.Body); } } } private void UpdateFields(RadDocument radDocument) { RadDocumentEditor editor = new RadDocumentEditor(radDocument); editor.ChangeAllFieldsDisplayMode(FieldDisplayMode.Code); }
Good morning,
at the moment we are using third parts libraries to show RTSP/MPEG video flow in our app.
After the new RadWebCam control release, we hoped it was possibile to specify another video flow for example from IP camera.
May I suggest to implement the possibility to specify a different stream source in the RadWebCam?
Or maybe to implement a new control called "RadPlayer" that is similar to RadWebCam but permits to set a custom stream?
Because snapshot/video recording feature of RadWebCam are very interesting also for a RTSP flow.
Thank you
Best Regards
Enrico
Current SDK Sample code supports only WPF 40.
Adding support for wpf45 will make more convenient way to work with Samples.
Sample dode can include new wpf 45 features
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190028 Please use the new item for commenting, voting and subscribing instead of this one.
Create control for fast editing/visualization of source code.
I know you added a sample (https://github.com/telerik/xaml-sdk/tree/master/Buttons/ToggleSwitchButton) but please include this in all your Theming dll.
See attached picture together with these steps.
Thanks in advance!
Bart
We provide such properties in our Green theme and they make customizing the read only states of all controls easier. Currently the read only state looks like disabled and there is no easy way to change it.