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?
Hi,
How to implement scroll bar in the menuitem.
let say I need at max of 10 items in the menuitem popout, after that scrollbar should be visible in the popout.
Please help me to resolve the below two issues in PivotGrid.
1. Ability to sort aggregate columns doesn't work.In the calculation If you choose highest to lowest A.) it doesn't work B.) it won't allow us to keep the number format you desire. In the example below I want to keep % and rank highest to lowest. Please see the attached image (image1.png).
2. Cannot use the same field twice (i.e, we cannot add a column in both Row Labels and Report Filter) This is extremely limiting. Please see the below image (image2.png).
If we achieve the above two, then we can generate more reports easily with Pivot Grid. Please help me to resolve the above two.
I implement a WPF Application with RadGridView. Some columns are invisible and selectable. But I have also columns that must be unvisible and not selectable.
How could I achieve this behavior?