Telerik Forums
UI for WPF Forum
1 answer
135 views

Hello,

I have a grid connected to a DataTable.

The grid and datatable both have three columns and three rows.

I want to make a cell in column A uneditable based on a value in a cell in column B
(both cells are in the same row).

I know that I can use BeginningEdit event to cancel an edit attempt in a cell,
however I was wondering if I can reach the same result using XAML trigers
and perhaps just a small relevant class.

Thanks,

Erez

 

 

 

 

Stefan Dobrev
Telerik team
 answered on 01 Jul 2009
5 answers
176 views
I would like to have a grid like the GridView/HeiarchyPropertyHeirarchy demo example with the ability to edit, delete and insert child records. How can I accomplish this?
Vlad
Telerik team
 answered on 01 Jul 2009
1 answer
97 views
I just downloaded the WPF RadControls and they look great.

However, there are two elements I need to create an application that seem to be missing - Printing, and a RibbonBar.

For printing, there are needs such as printing the Calendar, printing reports from data etc. 

The RibbonBar is also nice, as it makes the app look like an Office 2007 type app. (Though a lot of end users still don't seem to like the ribbon.)

Any advice on this would be appreciated.  I would like to build an app around these WPF controls, but if I can't print, it's not going to be marketable.

Greg
Pavel Pavlov
Telerik team
 answered on 01 Jul 2009
1 answer
67 views
Hi,

I want to make the corners of my StackedBarSeries. 
Is there any way to remove the roundness?

Thank you,
Ruben.
Ves
Telerik team
 answered on 01 Jul 2009
1 answer
132 views
Hi all, I faced a problem with RadGridView in WPF
I have a collection of items, each of them contains collection of subitems
for this hierarchy I choosed to use main grid with HierarchyChildTemplate, where I placed another gridview for subitems
I use PropertyRelation for mapping child tables to master table
The problem is that AutoGenerateColumns="false" doesn't work for this child gridview, its columns are generated automatically anyways

Have anyone met this problem before or is there another way to display a master grid with grids for subitems?
Thank you
Alexander
Vlad
Telerik team
 answered on 01 Jul 2009
3 answers
125 views
Hi,

Based in the intergration sample I am trying to populate a chart from a grid. I have the following functions which I took from your sample. I have changed the function to use all records not just the selected ones.

       private void ShowSelectedRecordsInChart()  
        {  
 
            DataTable table = new DataTable();  
 
            DataColumn col = new DataColumn("Shuttle"typeof(double));  
 
            table.Columns.Add(col);  
 
            try 
            {  
                foreach (DataRecord item in this.datagrdV02.Records)  
                {  
                    DataRow row = table.NewRow();  
 
                    row["Shuttle"] = ((DataRow)item.Data)["Shuttle"];  
 
                    table.Rows.Add(row);  
                }  
            }  
            catch (Exception ex)  
            {  
                MessageBox.Show(ex.Message);  
            }   
        } 

When I execure the following line:

row[

"Shuttle"] = ((DataRow)item.Data)["Shuttle"];

 


I get the following error:

Unable to cast object of type 'CoachTech.Test_VO2' to type 'System.Data.DataRow'.

Any Idea what I am doing wrong?

Cheers,
Kevin.
Ves
Telerik team
 answered on 01 Jul 2009
1 answer
127 views
  How can I change the date to be
dd/MM/yyyy
Orit
Top achievements
Rank 1
 answered on 01 Jul 2009
1 answer
65 views
Hi,

The DayTemplateSelector has no effect when I apply VistaTheme. Is it a bug ? Is it possible to desactivate Theme for a spécific control ?

Many Thanks in advance.
Kaloyan
Telerik team
 answered on 01 Jul 2009
1 answer
119 views
Hi

Is it possible to disable the legend without using a custom style? I'd like to do it in the C# code if possible.

Allan   
Giuseppe
Telerik team
 answered on 01 Jul 2009
3 answers
139 views
Hello,

Can anyone please tell me what is the difference between the following properties on a telerik grid?
The help system (chm\web) does not give sufficient information on this matter.

1) SelectedItem

2) SelectedRecord

3) SelectedRecords

4) CurrentCell

5) CurrentItem

6) CurrentRecord

Thanks,

Erez
Milan
Telerik team
 answered on 29 Jun 2009
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
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
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?