I couldn't see any procedure for using Silverlight controls in WPF, is this possible?
If not, please could you indicate any plans for providing those controls that are in Silverlight but not in WPF - there shouldn't be a subset in WPF, the other way round would be understandable. Why should my WPF app be poorer than a Silverlight one?
The logic for having the commonality is obvious from a code re-use perspective.
Thanks
John Baker
.Net 3.5sp1
Vista
Q3 2008 SP1 WPF & Silverlight control libraries.
While trying to navigate the record collection programmatically, I found this thread: Record Navigation. This works well for me, unless when the data is grouped. This happens because the internal (hierarchical) structure of the Record collection changes. Is there some way to get an IndexOf when that happens, or am I better off trying to find it myself using recursion?
Hi,
I think there is a bug in your Radgrid control. When I use the ToHtml() or ToCsv() with a filter then it take all the data.
If I have grid, with lets say 100 records and I then make a filter ( the build in) so I only have 2 records shown and then make the export to word (ToHtml)
Then I end up with a word Doc with a nice header and 2 records perfect formattet but I also have the rest of the record as one long text string.
The same problem is with the ToCsv.
Will the next release of your WPF controls include the RadDock or
something similar? If not, do you plan on including one within the
suite in the future?
In Blend I have designed a WPF user control, I added two RadGridView's and this brought Blend to its knees. Blend responds extremely slowly to any movement or selection of any UIelement on its designer surface
Unless I have just purchased your fabulous collection, I tried to use it but I wanted to change the labels on the header of the grid and filters in my language (Italian) how can I do?
Thanks Marcello
I've got a tab control with a radgridview on the first tab and a detailed view on the second tab. If I filter the grid, move to the 2nd tab and then return to the grid tab, the filter that was set is no longer in place. I don't see anything I've got in the code that should result in a grid refresh, am I just overlooking something in my code or is this normal grid behavior?
Is it possible to customize the appearance of a Needle in a RadialScale? If so, how? The default needle looks like a stick with a sort of diamond at the end. I want a needle that looks like an elongated triangle or like the one shown in the Gauge demo (http://demos.telerik.com/wpf/). From what I can tell, the example code does not show how the needle shape is defined. Maybe I'm doing something wrong.