So, after applying the toolbar commands from telerik demos I've noticed that the FixedDocumentViewer.CurrentPageNumber doesn't reset after changing the underlying pdf-document (doesn't work even in the demos). Is this a bug or must I update the current page number somehow manually after the document has changed?
I need to make a graph showing the results of an inspection of a steel bar. This inspection is performed at the level of millimeters. This inspection may result in some parts of the bar are corrupt, dirty, porous or acceptable. Each result of the inspection is shown with a different color.
The RadCartesianChart can make a VerticalAxis, but can not find how to apply the colors and values ​​dynamically. I have only managed to secure a number the result of the graph.
we are using the DragDropManager to manage the drag/drop of items between a RadTileView from/to other type of controls. This works fine.
I have a question after reading this article: http://www.telerik.com/help/wpf/radtreeview-how-to-set-drag-cue-feedback-deny-drop.html
is it possible to accomplish the mentioned functionality (set drag cue feedback deny drop) with a RadTileView control instead of a RadTreeView?
During row validation I am checking to see if the row is a duplicate of another row in the GridView. If it is a duplicate, I set IsValid to false.
In RowEditEnded, I only save the underlying entity back to the database if row.IsValid == true.
However, the duplicate row still hangs out in the GridView. Additionally, if they close the Window and re-open it, the duplicate row is still there (it's a detached entity) even though it hasn't been persisted to the database. The duplicate row only disappears when the close the appellation and re-launch it.
I could remove all detached entities when the window is closing, but I'm hoping I can just remove the duplicate row in the RowValidating or RowValidated event handlers.
I have changed my code to use the VisualisationLayer instead of a DynamicLayer to try and improve performance. I used to handle the clustering of my points in the code, but now want to use your mechanism.
My datasource may contain say 5000 pin points, all in the uk.
When I zoom to see all of the uk, I would like the points clustered
When I zoom in, I would like to see the points clustered until we get to a point where we can safely display the points e.g. if there are less than 100 visible points in the viewport.
At the moment, I seem to get clustering all the time, and it shows clusters even when there is just a single point
is there a way to achieve that the validation error tooltip is not only shown if the mouse cursor is within the red triangle in the upper right corner of the cell but also when it is somewhere else in the area of the invalid cell? I need this behaviour especially in non-edit mode.
I used RadPdfViewer in WPF. I put the pdfviewer in grid. I set the height="*". But the problem is, the pdfviewer extends beyond the screensize of the window and the scrollviewer also not working. Help me to fix it. I have attcached the Snapshot of the window.
We are drawing a RadCartesianChart using a StepLineSeries. So far so good.
How can we make the last step go until the end? Say our last data point is at (8;1) and the end of the x-axis is at 10. How can we make the ChartView draw a line from 8 to 10 to depict the last step (we would not like to add an additional point at (10;1).
I'm using RadGridView as below, when i try to access the currently Selected item it always returns with null.
the grid items source is Data which is observable collection.
it used to work correctly before but yet i don't know what went wrong. any help?