Telerik Forums
UI for WPF Forum
2 answers
141 views
When you undock a radPane, the control apparently becomes a tool window.  I can't figure out how to wire events like resize and move for the floating window. My panes are all created in xaml and are initially docked. Is there a docking manager that keeps track of undocked windows and events?

Thanks

Rick
Miroslav Nedyalkov
Telerik team
 answered on 12 May 2010
3 answers
123 views
I am using the Radwindow for WPF and am getting some strange results. I have attached a screenshot of the window for refference. As you can see the window seems to have rendered as an old style NT ui with the ribbon bar stacked on top (yuk.)

Is this a know issue or am I doing something wrong.

Current environment is

Windows XP SP2
VS2008
.net 3.5 sp1
RadControls_for_WPF_2010_1_0422_DEV.msi

I was expecting this to render like the Winforms versions.

Regards


Ben.
Bobi
Telerik team
 answered on 12 May 2010
1 answer
154 views
Hi,
I am creating grid columns dynamically by the XMLDataprovider approach found in the telerik demo. Is there any way to change the column type of autogenerated column, say to combobox column. Right now all the autogenerated columns are GridViewDataColumn. Please help.

Thanks and Regards
Norbert John
Vlad
Telerik team
 answered on 12 May 2010
1 answer
127 views
Hi,

How can I set the XML Data Source to RadGridView ? My XML is created dynamically so the number of columns may change each time.

Suppose if my XML has below format, how can I show it in Grid using XMLDataSource.

<DataSet>
<Records>
<ColumnA>Orange<ColumnA>
<ColumnB>Apple<ColumnB>
<ColumnC>Grapes<ColumnC>
<Records>
<Records>
<ColumnA>Banana<ColumnA>
<ColumnB>Carrrot<ColumnB>
<ColumnC>Onion<ColumnC>
<Records>
<DataSet>

So this will be a 2 row 3 column grid. I have to show this in XAML only. Any Idea ? Demo is not working in my browser.

Thanks in advance,

Vlad
Telerik team
 answered on 12 May 2010
1 answer
48 views
Demo application crashes when "Paging any collection" under GridView is clicked. See the attached screenshot.
Rossen Hristov
Telerik team
 answered on 12 May 2010
5 answers
241 views
Private Sub rgv_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles rgv.Click

        '
        ' Retrieve data to variable
        '
        dsId = rgv.CurrentRow.Cells("idRoute").Value.ToString
        dsDepart = rgv.CurrentRow.Cells("city1").Value.ToString
        dsArrival = rgv.CurrentRow.Cells("city2").Value.ToString
        'dsStatus = rgv.CurrentRow.Cells("status").Value.ToString

        '
        ' Set TextBox
        '
        tKode.Text = Format(Val(dsId), "00000")
        cbCity1.Text = dsDepart
        cbCity2.Text = dsArrival

    End Sub

Codes above works well on WindowsForms. My question is how to achieve same scenario with WPF?
I just want get some value(s) from grid to textbox based on column name as string.
Thanks.
Byterat Prabhata
Top achievements
Rank 1
 answered on 12 May 2010
1 answer
65 views
I just installed the "RadControls for WPF Q1 2010", and the application is crashing with the attached screen shot.

The problem happens with the following steps with consistency:

1. Enter the "click events" under GridView
2. Double click anywhere in the Grid
Yordanka
Telerik team
 answered on 12 May 2010
0 answers
85 views
Sorry double post. Please delete.
Greg Brondo
Top achievements
Rank 1
 asked on 12 May 2010
5 answers
226 views
I am evaluating your components and have tried the sample from "Tsvyatko's blog > Command Row for RadGridView with CRUD operations". I have used Devart.Data.Linq.Table<T> as ItemSource. The Insert command is enabled but does nothing, the edit is working and the delete command is disabled.
   Should the source for grid to be ObservableCollection or to implement INotifyCollectionChanged this commands to work correctly?
Emil
Top achievements
Rank 1
 answered on 11 May 2010
10 answers
399 views
Hi,
  I am using gridview control for WPF. I have setted the validation condition for a column 'Capacity' for editting. The validation condition is that if you enter the '0' value for the column 'Capacity', one message box should be visible. The message box contains option 'Yes' and 'No'. If user clicks option 'Yes', then replace the entered '0' with '0.001'. So, how to set the editted value of cell from '0' to '0.001' dynamically.? I have tried using  e.NewData = "0.001" in CellEditEnded method, but failed to do. Please help. It is urgent.
Nedyalko Nikolov
Telerik team
 answered on 11 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?