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.
Hi Team,
We have a business case, where we build a spreadsheet with collapsable groups and subgroups. Our customers wanted to have an overview about the group totals on each group and expand and collapse the groups on demand (because it's also possible in Excel).
So, it would be awesome, if you could extend your spreadsheet component with that feature as well.
Thank you
I think that deploying scenario for applications and protecting dll-s are complicated. I think that better way is to use control panel. I want to send you needed informations through control panel, a and I want to provide me my version of dll-s that are protected and I can use it in my app. You build it on your own. The way you are doing it now is complicated, and can produce issues.
Currently when you highlight a row in the child GridView, the ParentRow becomes highlighted. It would be really nice to have an option so that the ParentRow would be selected when a row in the child GridView is selected. This should work recursively selecting the ParentRow all the way up the hierarchy.
I've written a workaround, but it isn't pretty.
Please add this functionality. :)
My case involves a three tier hierarchical GridView (each in single select mode). If I select a row in a third tier GridView, then I want its ParentRow to become selected on the second tier and the second tier's ParentRow to become selected on the first tier. Hopefully that makes sense.
A useful new control would be : RadWebcam It would show webcam view in realtime and call a function each x seconds (or ms), would be useful for : - user picture to attach to its user account - quick product picture - and for my need : call an external function for barcode recognization I think it would be easy and fast to create this control for WPF, and it would fit perfectly with Silverlight 4 (or 5 ?) webcam support.
In that way it will be easily modified through the palette of themes such as Windows8, Windows8Touch, Office2013 and VisualStudio2013 and it won't be needed to overwrite the whole template. That feature is very important for users with visual impairment or where low contrast screens are used.