Telerik Forums
UI for WPF Forum
1 answer
134 views
Can someone post the code to Databind the WPF RadGrid with an OpenAccess DataProvider?

I cannot get anything to work!
Jordan
Telerik team
 answered on 10 Mar 2009
1 answer
53 views
I am unable to find the support for the right hand Y axis, is it there? :)
Vladimir Milev
Telerik team
 answered on 10 Mar 2009
2 answers
303 views
Hi,
is there a way to disable the virtualization?
I need to perform calculations on rows that don't exist in the virtualizing panel.

Thanks,
Tal
Tal
Top achievements
Rank 1
 answered on 10 Mar 2009
1 answer
200 views
Hello,
Is it possible to have a checkbox on a GridViewGroupRow?  What I need to do is when the grid is grouped togeter (by a date as example) the user needs to check a checkbox on the group row which will check all rows within that group as completed.  Is something like that possible?

Thanks,
Nate
Milan
Telerik team
 answered on 09 Mar 2009
1 answer
124 views
Hi,

We are in process to evaluate the WPF treeview controls.
We need to applyOffice 2007 theme to the treeview control, how can we apply that.

If it is possible then how can i get the Office 2007 theme treeview.

Thanks,

Regards
Manoj
Nikolay
Telerik team
 answered on 09 Mar 2009
3 answers
126 views
Hi,
Can you show me the example how to use  Quick start frame( in  homepage) for creating  main page with menu on it?
Thank you
Jeewan Thapa
 
Nikolay
Telerik team
 answered on 09 Mar 2009
1 answer
146 views
Hi,

I would like to bind Rad WPF grid to hierarchical source, let say it is NorthWind DB(Customers, Orders, Orders Details):

1)  Using Linq it doesn't work at all:

            NorthWindDataContext db = new NorthWindDataContext();

            var query = from customer in db.Customers
                        select customer;

            this.radGridView1.AutoGenerateHierarchyFromDataSet = true;
            this.radGridView1.ItemsSource = query;

It seems that you dont support Linq

2) Here situation is the same, but when remove row: this.radGridView1.AutoGenerateHierarchyFromDataSet = true; only Customers data appears without hierarchy:

            DataSet dataSet = dbHelper.getHierarchicalDataSetUsingSQLConnection();
            this.radGridView1.AutoGenerateHierarchyFromDataSet = true;
            this.radGridView1.ItemsSource = ((DataTable)dataSet.Tables["Customers"]).DefaultView;

Strange is that this code works with few of your competitors. Any thoughts?

Greg
Nedyalko Nikolov
Telerik team
 answered on 07 Mar 2009
5 answers
295 views
Hi,

I have two set of objects, that are related in the following way:

public class MyObject1 
   private MyObject2 _o2 = new MyObject2() { Address = "CR" }; 
   public MyObject2 O2 
   { 
            get 
            { 
                return _o2; 
            } 
            set 
            { 
                _o2 = value; 
            } 
        } 
 
        public string Name 
        { 
            get
            set
        } 
    } 
 
    public class MyObject2 
    { 
        public string Address 
        { 
            get
            set
        } 
    } 
 


And I am binding the following set of properties on the grid:

<telerik:RadGridView Name="radGridView1" ItemsSource="{Binding}" AutoGenerateColumns="False"
            <telerik:RadGridView.Columns> 
                <telerik:GridViewDataColumn UniqueName="Name" IsGroupable="True" IsReadOnly="False" IsFilterable="True" HeaderText="Name" DataMemberBinding="{Binding Name}" /> 
                <telerik:GridViewDataColumn UniqueName="Address" IsGroupable="True" IsReadOnly="False" IsFilterable="True" DataMemberBinding="{Binding O2.Address}" HeaderText="Address" /> 
            </telerik:RadGridView.Columns> 
        </telerik:RadGridView> 

But after doing this binding the column binded to O2.Addres can´t be modified, grouped, filter. So I will like to know if this can be performed in some way.

Thanks







Celso
Top achievements
Rank 1
 answered on 06 Mar 2009
3 answers
138 views
My GridView's ItemsSource is set to {Binding}, which binds to it's parent's DataContext.  I also have a couple comboboxes and some checkboxes that are bound to properties on the items in this DataContext.

When I make changes in the comboboxes and checkboxes, the changes are reflected on the previously selected item in the GridView rather than the currently selected item.  Why would this happen?
Pavel Pavlov
Telerik team
 answered on 05 Mar 2009
1 answer
156 views
Hi!
Send me, please, same sample for GridView Theme creating(source code, xaml)  and refrence of tutorial.
Best regards.( bssoft@mail.ru).
Hristo Deshev
Telerik team
 answered on 05 Mar 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
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?