I\'ve got a data column defined within a RadGridView that uses a currency value. Here\'s the definition:
I\'m using the RADGridView for WPF to display some data. It is pulled dynamically from DB so I don\'t know column names or the type of data contained in each cell. I want to let the user sort the data
I am working with RadGridView (WPF) and I need to validate cell compared to other values in binding collection.
I have a telerik gridview <UserControl x:Class=\"TelerikGridViewComboBoxExample.MainPage\" xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"
I\'m using RadGrid in a SL app using RIA services / MVVM In my Viewmodel I have an IEnumerable collection that works fine when simply exposing the collection:
I have a Telerik:RadGridView that has items in it, some of which are expandable. The decision to make the row expandable is done in the RowLoaded event by setting the IsExpandable flag based on the ty
I am trying to show a circle in a telrik gridview and I wanted to bind the colour dynamically to this circle.Since I am working with MVVM pattern I have to bound my view model to the datacontext of my
I am using a Telerik RadGridView in my application and it has a GridViewSelectColumn item in it, which allows me to select various items in the grid. I have a button that operates on this selection, b
i am using a Silverlight RadGridView (2010) and CellValidating event. in valid开发者_运维知识库ating function, i assign an error message (e.ErrorMessage) and e.IsValid = false
To give you background, i am using Silverlight + MVVM and PRISM. I have some Master data to show in grid and have the first column as hyperlink to the detail data.