radgridview
How to allow decimal values in Telerik Silverlight GridViewDataColumn filter dialog?
I\'ve got a data column defined within a RadGridView that uses a currency value. Here\'s the definition:[详细]
2023-04-10 08:05 分类:问答Telerik RADGrid and sorting
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[详细]
2023-04-09 23:46 分类:问答Validation in a cell of Gridview
I am working with RadGridView (WPF) and I need to validate cell compared to other values in binding collection.[详细]
2023-04-04 07:02 分类:问答DisplayMemberPath of telerik GridViewComboBoxColumn
I have a telerik gridview <UserControl x:Class=\"TelerikGridViewComboBoxExample.MainPage\" xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"[详细]
2023-04-01 02:15 分类:问答TypeAccessException when sorting using RIA Services and Telerik RadGridView
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:[详细]
2023-04-01 01:25 分类:问答Adding scrollbar to Telerik GridViewDataControl for expandable grid item
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[详细]
2023-03-24 00:52 分类:问答Binding the value of an UIElement within GridViewDataColumn.Header not working
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[详细]
2023-03-20 19:34 分类:问答finding selected items in Telerik RadGridView using MVVM pattern
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[详细]
2023-03-16 12:32 分类:问答Silverlight RadGridView validating e.ErrorMessage (force the error message to show)
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[详细]
2023-03-15 11:28 分类:问答How to expose commands for a Hyperlink button in Silverlight Telerik Radgrid
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.[详细]
2023-03-15 07:14 分类:问答