Telerik Forums
UI for WPF Forum
17 answers
677 views
Hi,
I would like to set the header Template to

                        <DataTemplate>
                            <TextBlock Text="{Binding}" >
                                    <TextBlock.LayoutTransform>
                                        <RotateTransform Angle="-45" />
                                    </TextBlock.LayoutTransform>
                            </TextBlock>
                        </DataTemplate>

I haven't found any solution.

Regards,
Ladislav
Petya
Telerik team
 answered on 16 Feb 2016
1 answer
61 views
MyCurrent issues is  Creating DataForm for Every  200 Controls  .After Googling I understand that your RadDataForm will helped me  After i download the try one and It is Fantastic powerful specially for  Collection Base in grid environment. but  i need RadDataForm with RadEmageEditor  on the attached file scenario  , thanks for help.
Stefan
Telerik team
 answered on 16 Feb 2016
1 answer
125 views

Hi,

I use the RadDiagram to show a program flow. It works well, but I'd like to filter which content can and can't be pasted.
For example, certain custom shapes should only occur once in the flow.
Is there a way to disallow some items to be pasted?

Kind regards

Dinko | Tech Support Engineer
Telerik team
 answered on 16 Feb 2016
1 answer
257 views

Hello, I am filling my spreadsheet programmatically.

I need the cell "name" to use it in a formula.. For example:

 

string formula = "=SUM(" + worksheet.Cells[row, column].GETNAME() + ";" + worksheet.Cells[row, column + 1].GETNAME() + ")";

 * This GETNAME method should return "A1", "B1", "C1", etc...

 

 And then, set the formula value to another cell: 

worksheet.Cells[row + 3, column].SetValue(formula);

 

 Is this the best way of doing this? Remember that the variables 'row' and 'column' are set before in a logic that I have to use. So it can change.

Deyan
Telerik team
 answered on 16 Feb 2016
1 answer
64 views

Hi,

i'm trying to adjust the multi selection behavior of the RadGridView to fit our customers needs.

In a short: A single click should behave like control-click.

The grid is read-only and only used for selection & filtering purposes.
It has a couple of columns, including a GridSelectColumn on the left side.

A "mouse"-user needs to hit the small check box on the left side, otherwise the selection is lost.
Or needs to press "Control" all the time which is neither intuitive nor convenient.

Is there a possibility to change the default selection behavior of the GridView in such a way ?

Thanks in advance,

Thorsten Klingert

 

 

   - The Single

 

Thorsten
Top achievements
Rank 1
 answered on 16 Feb 2016
1 answer
69 views

We presently have a .NET application which displays a diagram from an Oracle data source and a .NET program. Attached is a screenshot of the user interface with the diagram.

The goal is to provide the users the ability to dynamically resize the various 'rectangles' in the diagram, by dragging the horizontal and vertical lines. As an example, in the attached diagram page 2, we'd like to expand the TIG area from 33.33% to 50% by dragging the vertical line that separates it from General Reinsurance Corp.

As an example we would draw a vertical splitter line/object at the border and constrain the drag horizontally. When the splitter is dragged in either direction it sends a message to the adjacent object to resize and change value.

Question is are there any controls currently offered by Telerik out of the box that we could use to accomplish this?

Martin Ivanov
Telerik team
 answered on 15 Feb 2016
1 answer
106 views

HI, 

 

I am using telerik gridview. And to render 8000+ records  its take 3-4 sec.

Its has 25+ columns and many columns having hyperlink to perform some action.

Please let us know is there any way improve the performance. With keeping all existing functionality.

 

Regards

Prashant

 

 

Dilyan Traykov
Telerik team
 answered on 15 Feb 2016
2 answers
1.2K+ views

Hello,

 i try to use the MapItemsRequest with the MapPolyline and i have this issue: The calling thread must be STA, because many UI components require this.

public void MapItemsRequest(object sender, MapItemsRequestEventArgs eventArgs)
        {
             
            double minZoom = eventArgs.MinZoom;
            Location upperLeft = eventArgs.UpperLeft;
            Location lowerRight = eventArgs.LowerRight;
 
            if(minZoom == 10){
                //GET INFORMATION FROM URL (DownloadString - JSON and parse information)
                var points = new LocationCollection();
                foreach (var coord in feature["geometry"]["coordinates"])
                {
                  points.Add(new Location((double) coord[1], (double) coord[0]));
                }
 
                var _polyline = new MapPolyline
                {
                   Points = points,
                   Stroke = new SolidColorBrush(Colors.Brown),
                   Name = "id" + feature["_id"],
                   StrokeThickness = 3
                };
 
                FeaturesList.Add(_polyline);
                eventArgs.CompleteItemsRequest(_trackList);
            }

Petar Mladenov
Telerik team
 answered on 15 Feb 2016
4 answers
220 views

Hi:

I've pretty much gathered that this isn't supported natively, but surely there's a way to make it work with expressions or event handling. Or something.

Each row in my grid has a Credit column and a Debit column. It needs to have a Balance column that takes the net of the Credit and Debit columns in a row and then adds that value to the balance of all the rows before it. I suppose the quintessential example of this functionality would be a checkbook register. (

Credit - Debit - Balance

0 - 100 - -100

50 - 0 - -50

200 - 0 - 150

 

Thanks for the help.

Mark
Top achievements
Rank 1
 answered on 12 Feb 2016
5 answers
116 views

Hi, i have test the sample on the sdk and have the same problem in my test project:

If the grid does not have the vertical scrollbar, all rows are visible and selected properly when I press the check box select all or deselect all.

But if the vertical scroll bar is present, not all rows are selected or deselected, casually are sometimes not select or deselect all lines

The Image Cattura1 is Ok all row is visible and check all or uncheck all work OK.

In the Image cattura 2 i show only 2 row and i uncheck all row, but the row not visible (Image Cattura3) are checked.

 I test the version trial 2016.1.112

 

Thanks

Aurelio

 

Stefan
Telerik team
 answered on 12 Feb 2016
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
Slider
Expander
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
WebCam
CardView
DataBar
Licensing
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
HighlightTextBlock
Security
TouchManager
StepProgressBar
VirtualKeyboard
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?