Telerik Forums
UI for WPF Forum
1 answer
168 views
Hi,
We have scatter plot in our client/server application where the data is aggregated on the server.
We use the scatterplot with different colored series, to product a weigthed scatterplot, where the color corresponds to the number of points with the given x-y values. (where the x and y are ranges of values instead of individual points)

When zooming/scrolling we would like to implement custom logic instead of the default zoom/sort. (to actually go back to the server and recalculate a more precice set)

During design we ran into 2 issues.
1. When Zomming on both X and Y Axis using the normal zoom function you would not get the exact zoom you would expect.

We then changed to the application to only Zoom on the X-Axis, with both Autogenerates and non autogenerated X-Axis.
We tried implementing the ZoomSettings_OnPropertyChanged, but we are unable to recalculate the actual values.
ChartArea.AxisX.ActualMinValue + (ChartArea.AxisX.ActualRange * ChartArea.ZoomScrollSettingsX.RangeStart)
ChartArea.AxisX.ActualMinValue + (ChartArea.AxisX.ActualRange * ChartArea.ZoomScrollSettingsX.RangeEnd)
Do not match the visual selection of the Zoom. We have an Amount Range on the XAxis, ranging from -2 mil, to 8 mil, selecting -0.5 mil to 1 mil, gives +1.2 mil to 1.4 mil give or take.
We even sometimes got a RangeEnd greater then 1 ?

2. Since we do our own zooming, is there a way to cancel the Client Zoom,
resetting the RangeStart&RangeEnd to 1 fires off the OnPropertyChanged Event again.

I think we are overlooking sometimes, so your help would be appriciated.

Regards,
Marinus
Nikolay
Telerik team
 answered on 04 Oct 2011
3 answers
122 views
Hi
I am implementing print preview in rich textbox,there is no print preview in rich textbox so im using from System.Drawing but im getting the following error

 Cannot implicitly convert type 'Telerik.Windows.Documents.Model.RadDocument' to 'System.Drawing.Printing.PrintDocument' 

Is there any other way of doing this?how can i achieve print preview with RadDocument?

Thanks
Boby
Telerik team
 answered on 04 Oct 2011
15 answers
849 views
Hi,
I want to design a grid that should contain 4 columns, first column is data column with dynamic image, second & third column is Data column and the fourth column is image button column, the column contains 4 images like rename, edit, delete, etc..

Refer the attached image as i described above.

When i click the fourth column each image i want to do a different operations.

How do i achive this in WPF rad GridView? suggest me a better approach.

I am using WPF 3.5
Rajasekaran S
Top achievements
Rank 1
 answered on 04 Oct 2011
2 answers
1.6K+ views
Hello Telerik Team,
I am new to Telerik. we are upgrading the project to 2011 version. In the RadGridview we have a date column display. It was working fine in the 2009 version. Now it is displaying the date with default time 12:00. How do I take out the time part and display only the date.
I have used the  DataFormatString = "{0: mm/dd/yyyy}. I could see the format change in the result. But the months are always showing 00 for all the row. What is the correct syntax? I tried this format DataFormatString = {mm/dd/yyyy} , getting error in the page load itself.
<telerik:GridViewDataColumn DataType="{x:Null}" IsReadOnly="True" IsVisible="True" IsFilterable="False" IsGroupable="False" IsSortable="True" Width="100" UniqueName="RunDate" Header="Birth Date"  TextAlignment="Left"  DataFormatString=" {0:mm/dd/yyyy} "/>
-Arun
Arun
Top achievements
Rank 1
 answered on 03 Oct 2011
1 answer
157 views
Does radRichTextBox editor supports following features?
1. can be able to specify headings to the text like MS Word Styles?
2.Can be able to insert heading number and heading characters into the text like MS Word cross reference?
3.Can be able to create new style like MS Word style?
4.Does it supports Outline view like  MS word outline view?
5. Does it supports styles and formatting?
6.Does the graphics in rich textbox are movable?

Let me know information on these features...I just want to know radRichTextBox supports above features or no..
Thanks
Iva Toteva
Telerik team
 answered on 03 Oct 2011
3 answers
247 views

Hi,

Base on this example:

http://www.telerik.com/community/code-library/wpf/gridview/radgridview-print-and-print-preview.aspx

I made a custom reporting service for our home application needs. I installed 2010 Q3 SP1 Telerik new controls, and I steel have problem with this specific line:

element.Measure(new Size(double.PositiveInfinity, double.PositiveInfinity));

 

When the grids as too much rows (3000 can go over 300 000) that throw a out of memories exceptions in the print preview. I read a couple of article on Telerik forum that said that this issue was supposed to be fixed in Q3…  and can be cause by GridViewRowInfo objects which occupy most of the memory…

http://www.telerik.com/community/forums/winforms/gridview/memory-usage-where-s-the-problem-in-my-code.aspx

Can you please help me with that?

Gabriel

Chad
Top achievements
Rank 1
 answered on 03 Oct 2011
5 answers
397 views

Hi,

I have a custom column which is a user control inheriting from GridViewColumn and has two button (add row, and remove row) basically to allow users who relay to keyboard only for data entry to tab through the row cells until the reach the last column and then have the ability to add a new row and go one with the data entry.

The problem is the tabbing order is not consistent, for example, when the user is row 4 and they are tabbing in though data bound rows, when it comes to the button Colum, it the button on the first row that gets the focus (not the same 4th row).

 

Any advice?

Ivan Ivanov
Telerik team
 answered on 03 Oct 2011
1 answer
140 views


I am using Telerik version 2011.2.712.40
and used SolidColorBrush in ChartDefaultView.
but i want to remove Gradient from filled color.
Sia
Telerik team
 answered on 03 Oct 2011
1 answer
149 views
I want to allow the user to drag the pinpoint on the map and change its location. Is this possible with RadMap if so then how?

A sample of what I want can be seen here http://code.google.com/apis/maps/documentation/javascript/v2/examples/marker-drag.html
Andrey
Telerik team
 answered on 03 Oct 2011
0 answers
114 views

Hi


Please help me if i want to expand some rows in TreeListView at runtime. And Please provide some sample.

Regards
Vijay
Vijay
Top achievements
Rank 1
 asked on 03 Oct 2011
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?