Telerik Forums
UI for WPF Forum
2 answers
97 views
Hi All,

How to select ResourceTypeTemplateSelector.MultipleSelectionTemplate?
Kalin
Telerik team
 answered on 05 Mar 2014
4 answers
101 views
Hi,

I am currently using a ChartView control (w/ChartPanAndZoomBehavior) and a Diagram control in my application. Apparently, the mechanism for panning is different between the two controls. In the ChartView, you have to right click and drag to pan, but for the Diagram, you have to ctrl + left click and drag. Going between these two mechanisms can be confusing. Is there any way to set the key combination for panning so that it could be consistent between the controls?

Thanks!
Vivek
Top achievements
Rank 1
 answered on 04 Mar 2014
6 answers
183 views
Hello,
when using the Office2013, the window title is left-aligned.
To be consistent with Office 2013 and the RadRibbonWindow class, it should be centered horizontally.
Patrick
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 04 Mar 2014
1 answer
231 views
Hi Team,

Scenario :

I am working with Radspreadsheet , I need to import the csv files in spreadsheet coming as bytes from backend systems , and again after editing I need to export the csv file as bytes to the backend.

Developed for TEST PURPOSE

I imported a CSV file into spreadsheet from my project physical resources folder ,  I made some changes to that file content .
There is a save button on the wpf page which is exporting the CSV using CSVformatprovider and it is saving the file again to a physical location on my system. Now when I tried to import this updated/saved file using CSVformatprovider import utilty , I am getting some exceptions. [  some tabchange event exception saying object reference not set]

Could you please suggest what to do for this scenario.









Boryana
Telerik team
 answered on 04 Mar 2014
9 answers
1.9K+ views
I have a RadNumericUpDown control that's *typically* used for integer input.  However, on rare occasions, there is a need to enter a floating point value with up to 4 decimal digits - the bound property is actually a FLOAT.

I know I can configure the control with "NumberDecimalDigits=4" and it will work as expected.  However, I dislike the trailing ".0000" that's displayed when the control is being used to enter INT values, which again, is most of the time.

So, is it possible to configure the control to *allow* decimal digits to be entered, but to not display them unless they exist?  So, if I enter an INT, I want it to be displayed as an INT (no decimal digits), and if I enter a FLOAT I want it to be displayed as a float - with all entered decimal digits.

Thanks,

Jeff
Jeff
Top achievements
Rank 1
 answered on 04 Mar 2014
1 answer
111 views
hi,

I added two buttons to the DropDownItemTemplate, one of them will do the select item, and the other one will just do a popup. I found that the click event I added to these two buttons in the template never get triggered except for the "SelectionChanged" event from the RadAutoCompleteBox when I click on the item. 

Is there anyway I can get those two buttons to work inside the DropDownItemTemplate?

thanks in advance

Paul
Rosen Vladimirov
Telerik team
 answered on 04 Mar 2014
7 answers
146 views
Hi,

I'm using a WeekViewDefinition and I would like to know when I resize a spot if it's possible to resize more than 1 min at a time???

Thank's
Alain
Kalin
Telerik team
 answered on 04 Mar 2014
1 answer
133 views
Hi 
I am iterating through the rows and columns of the grid view like this :
foreach (var row in radGridView.Items)
                    {
                        foreach (var column in HeaderInfo)
                        {
                            string sUniquename = uniqueNames[iColumn];
                            var boundColumn = radGridView.Columns[sUniquename] as GridViewBoundColumnBase;
                            if (boundColumn != null)
                            {                                string data = string.Format("{0}", boundColumn.GetValueForItem(row));}
                            iColumn += 1;}}
The thing is that its too slow ...for a grid with say 80k rows it is taking 5 minuted to complete this loop...I guess internally it is building up the rows internally as our grid has virtualization enabled.

Please suggest if something can be done on this.
Yoan
Telerik team
 answered on 03 Mar 2014
1 answer
126 views
Hello, I'm customizing the cells to have rounded corners. I'm using the code from here. http://www.telerik.com/forums/rounded-cell-corners
Is it possible to to have the selected cell only fill the part with the rounded border, instead of the whole cell. See attached for what the control currently does. You'll see that it bleeds out into the rest of the cell. 

Thanks,
Scott
Yoan
Telerik team
 answered on 03 Mar 2014
2 answers
266 views
I'm using RadGridView to display DataTable.DataView collections.  In the underlying data, it's perfectly valid for some of the fields to be null.  However, rather than simply displaying those fields as a "blank" cell in the grid, I'd prefer to display a predefined string (say, "<null>" for example).  Is there an easy way to accomplish this?

One possible restriction on a solution is that the grid is used to display "random" DataView's and auto-generates the columns for each.  So, the solution would need to work in that circumstance.

Thanks for any advice.

Jeff
Jeff
Top achievements
Rank 1
 answered on 03 Mar 2014
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
DataPager
PersistenceFramework
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?