Telerik Forums
UI for WPF Forum
3 answers
205 views
Hi,

I want to programmatically bind the xml document to RadGridView. I have xmldataprovider and I am programmatically setting the provider.document=xmldocument and the provider is the static resource of the grid.

This is not working.

Please let me know.

Thanks..
Vlad
Telerik team
 answered on 26 Apr 2010
1 answer
83 views
Hello all,

    Now that the "Telerik.Windows.Data.TableDefinition.FieldDescriptors" property is slated for destruction, what is replacing it?  I need to be able to specify colunms to my GridView control and have control over thier individual settings. 

- Rashad Rivera
Vlad
Telerik team
 answered on 26 Apr 2010
1 answer
180 views
hi,

I have a generic collection implementing INotifyCollectionChanged with an Add method as the following:

public void Add(TEntityType item)  
        {  
            if (Criteria(item))  
            {  
                InnerList.Add(item);  
                CollectionChanged(InnerList, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Add, item));  
                if (SelectAddedItem) CurrentItem = item;  
            }  
        } 

and it works fine with framework's ListView and DataGrid components with a binding to its ItemsSource property.

But RadGridView does not updates itself with "NotifyCollectionChangedAction.Add" but it works fine with "NotifyCollectionChangedAction.Reset". Am I doing something wrong ?
Vlad
Telerik team
 answered on 26 Apr 2010
1 answer
101 views
Hello All,

    I want to change that gray collor *behind* the tabs themselves to lets say Transparent.  I'm not taking about the color behind the content or the background color inside the tab.  I'm talking about the color behind the tab collection themselves.  How do I do that?

    In addition, how do I change the background color of the *non-active* tabs from that off-white color? 

- Rashad Rivera
  www.omegusprime.com
Dan Martin
Top achievements
Rank 1
 answered on 25 Apr 2010
2 answers
194 views
Dear Telerik,

Thank you for the export option, but I have two questions:

1. When exporting to png/bmp, the background is not exported,
    instead, a 32bit BMP, or a transparent PNG is created.

    Is there a solution for this problem?

2. We can enter a dpi in the export option, but my problem is sometimes
    the user interface is very small, and so is the chart,
    Would be great if we can supply a Width/Height of the exported chart.

With regards,
Rob
Rob Peters
Top achievements
Rank 1
 answered on 24 Apr 2010
4 answers
137 views
Hi,
is there a way to collapse panelbar up? Because now its taking 100% of rest height. If i have 2 panelbar items they get 50% of the content, and what i need is, that for example when there are two panelbar items first will get height of his all controls, and second panelbar will get rest. Sorry for mine english i dont know how to explain it ;)

Regards,
Zbigniew Kozłowski
Tina Stancheva
Telerik team
 answered on 24 Apr 2010
1 answer
78 views
I am using the grid as the source for my drag and drop in the RadDragAndDropManager.  I have one small issue and that is when I have a selected item in the grid and try to drag the scrollbar, it initiates the drag of the selected item.  How can I detect what part of the grid is under a specifc point?  I was planning on using the MouseClickPoint of the drag event args.

Thanks,
David Ribb
Tsvyatko
Telerik team
 answered on 23 Apr 2010
7 answers
283 views
i have a dataset with a column that contains image in byte format.

how can i do to bind the column in the dataset that contans the image with a gridviewimagecolumn and add to radgridview?

thnks for your help

Oscar Zapata
Imran Aliyev
Top achievements
Rank 1
 answered on 23 Apr 2010
1 answer
158 views
Hi all,

I am running into an problem binding the RadGridView to an empty ObservableCollection<>.

The Scenario.
Define a RadGridView with columns that bind to properties of type DerivedT which is based on type BaseT. Bind the ItemsSource to an empty ObservableCollection<BaseT>.

The problem
When the window is loaded, I receive a first chance exception of 'Property with name <..> cannot be found ot type BaseT.

We are currently using version '00547RadControls_for_WPF_2010_1_0416_Dev'  and this was working with the 0309 version of rad controls.

If required, I have a simple example that reproduces the error on a machine runing the above mentioned version but works fine on a machine running the 0309 version. I have attached screen shots of the exception and the stack trace.

Any help would be appreciated.
Stefan Dobrev
Telerik team
 answered on 23 Apr 2010
4 answers
152 views
First of all I wanna say that I just started learning C# and XAML. I got very interested in the use of the Rad Controls and had some problems to implement a RadComboBox which refrences the selected Item in a RadGridView.

My goal is to develop a Master Detail View which uses the RadGridView for selection and a form with comboboxes and textboxes.

I am using Entity Framework and .Net 3.5

Here is my XAML Sourcecode:
    <DockPanel> 
        <Grid DockPanel.Dock="Top" > 
            <Grid.ColumnDefinitions> 
                 
            </Grid.ColumnDefinitions> 
            <Grid.RowDefinitions> 
                <RowDefinition /> 
                <RowDefinition /> 
            </Grid.RowDefinitions> 
            <StackPanel Grid.Row="0" x:Name="PlattenDetail" DataContext="{Binding Source={StaticResource PlattenView}}"
                 
                 <telerik:TextBoxEditor Text="{Binding ElementName=radGridView1, Path=SelectedItem.platteID}"></telerik:TextBoxEditor> 
                 <telerik:RadComboBox x:Name="CBLieferant" > 
 
                </telerik:RadComboBox> 
 
 
 
            </StackPanel> 
 
            <telerik:RadGridView Grid.Row="1"  Name="radGridView1" ItemsSource="{Binding Source={StaticResource PlattenView}}" AutoGenerateColumns="False" Height="582" Margin="-8,0,0,-198" 
                               > 
                <telerik:RadGridView.Columns> 
                    <telerik:GridViewDataColumn Header="ID" DataMemberBinding="{Binding platteID}" /> 
                    <telerik:GridViewDataColumn Header="Lieferant" DataMemberBinding="{Binding Path=preise.lieferant.lieferantName1}" /> 
                </telerik:RadGridView.Columns> 
          
                     
 
 
            </telerik:RadGridView> 
         
        </Grid> 
 
    </DockPanel> 

As you can see I didn't populate the ComboBox with any properties. I did this because I just did alot of trial and error with SelectedItem SelectedValue(Path) and so on and never came to a result like it worked for the textbox.

Hopefully you can help me with this issue.

Konstantina
Telerik team
 answered on 23 Apr 2010
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
PasswordBox
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?