Telerik Forums
UI for WPF Forum
1 answer
107 views
If tabbing into a TimePicker control, can it be changed to select all the text instead of setting it into a character position?
Bobi
Telerik team
 answered on 20 May 2009
1 answer
112 views
I have a RadGridView on a page defined as :

 

 

<Grid Height="115">

 

 

 

<telerik:RadGridView AutoGenerateColumns="False" ItemsSource="{Binding PatientMedications}">

 

 

 

<telerik:RadGridView.Columns>

 

 

 

<telerik:GridViewDataColumn Width="2*" HeaderText="Name" DataType="{x:Type System:String}" DataMemberBinding="{Binding Path=Drug_.Name}" UniqueName="{x:Null}"/>

 

 

 

<telerik:GridViewDataColumn Width="3*" HeaderText="Dosage" DataType="{x:Type System:String}" DataMemberBinding="{Binding Path=Dosage}" UniqueName="{x:Null}" />

 

 

 

<telerik:GridViewDataColumn Width="85" HeaderText="Started" DataType="{x:Type System:String}" DataMemberBinding="{Binding Path=StartTime}" UniqueName="{x:Null}" />

 

 

 

<telerik:GridViewDataColumn Width="85" HeaderText="Ended" DataType="{x:Type System:String}" DataMemberBinding="{Binding Path=EndTime}" UniqueName="{x:Null}" />

 

 

 

<telerik:GridViewDataColumn Width="*" HeaderText="Comments" DataType="{x:Type System:String}" DataMemberBinding="{Binding Path=Comments}" UniqueName="{x:Null}" />

 

 

 

</telerik:RadGridView.Columns>

 

 

 

</telerik:RadGridView>

 

 

 

</Grid>

 


My problem is that it is forcing the with of its bounding container to expand instead of its own size being set by the container.  I want the grid to expand to the full size of its bounding container.

What do I need to do to accomplish this?

Thanks,

Billy Jacobs
StevenDale
Top achievements
Rank 2
 answered on 20 May 2009
4 answers
172 views
Hello all,
Are there any built-in themes for RadExpander? And what are the advantages of it over the Expander from the WPF framework?

Thanks,
Kenny.
Kenny
Top achievements
Rank 1
 answered on 20 May 2009
6 answers
429 views
I am loading one grid that will need to be filtered by user input of a value in a seperat textbox. The filter is a CONTAINS filter on one column of the grid.

Basically as the user types, the available values need to go down to better and better match the input. Do you guys have a good example of this?

Note: Values are plain text CONTAINS matching, so no special custom filters seem to be needed.
Kenny
Top achievements
Rank 1
 answered on 20 May 2009
1 answer
55 views
Another question is how do we set the initial time to null or blank instead of 00:00 ?  Sorry, the docs seem kinda sparse..
Bobi
Telerik team
 answered on 20 May 2009
7 answers
234 views
Is it possible to use the first look example with objects?

I have a list of objectA and each object has 3 sublists. I want to display each sublist in a tab when the parent record is expanded, similar to the first look example provided.

I have managed a workaround by modifying the Custom Row Layout example and using an expander but it is not as clean as the First Look Example.

Thanks,

Billy Jacobs
Vlad
Telerik team
 answered on 20 May 2009
6 answers
151 views
Hi,


In your documentation, it quotes "or programmatically by using the StartEdit() method of the RadTreeViewItem.". I have a treeviewitem, but VS complains; StartEdit is not a member of RadTreeviewItem.

Have I missed something, or was this method omitted from the build.

My requirement is to startedit a RadTreeviewItem in code


Thanks


P

Miroslav
Telerik team
 answered on 19 May 2009
1 answer
110 views
hii

I had a header template which contains an image. now on click of that image I want to add a new row. how can I achieve this
Vlad
Telerik team
 answered on 19 May 2009
2 answers
137 views

Hello,

First of all, sorry for my english ...

My application looks like your example "firstlook".

I have a master table, one child table on a tabitem and a chart on the other tabitem.

I succeed to create a column-button for the master table :

 

 

<telerik:RadGridView.Columns >

<telerik:GridViewColumn IsVisible="True" Width="30">

<telerik:GridViewColumn.CellStyle>

<Style TargetType="{x:Type telerik:GridViewCell}">

<Setter Property="Template">

<Setter.Value>

<ControlTemplate TargetType="{x:Type telerik:GridViewCell}">

<Grid>

<Button Width="18" Height="18" Click="AjoutFiche_Click" >

<!-- Dessin de la croix -->

<Button.Content>

<Grid Width="8" Height="8" VerticalAlignment="Center" HorizontalAlignment="Center">

<Path Fill="{x:Null}" Stretch="Fill" Stroke="#FF000000" Margin="0.083,0.664,0,0" Data="M0.50001547,0.5 L6.5000797,6.5000169 M6.5000155,0.5 L0.5,6.5000704" StrokeThickness="2"/>

<Path Fill="#FFCE3527" Stretch="Fill" Stroke="#FFCD3527" Margin="0,0,0.083,0.664" Data="M0.50001547,0.5 L6.5000797,6.5000169 M6.5000155,0.5 L0.5,6.5000704" StrokeThickness="2"/>

</Grid>

</Button.Content>

</Button>

<Rectangle Width="{TemplateBinding VerticalLineThickness}"

Fill="{TemplateBinding VerticalLineFill}" HorizontalAlignment="Right"

Visibility="{TemplateBinding VerticalLineVisibility}" SnapsToDevicePixels="True" />

</Grid>

</ControlTemplate>

</Setter.Value>

</Setter>

</Style>

</telerik:GridViewColumn.CellStyle>

</telerik:GridViewColumn>

 

 

 

 

 

1)For the child table, I want the same thing :

a)Is it possible to create 2 columns-button (type button) ?

Each line of the child table has a column-button (type button) and a click on this button opens a window with the information of the line select

The purpose of the other column-button is to delete the line select.

 

b)Is it possible to create the columns in the XAML part and not in code behind ?

 

I hope that the description of my problem is clear

Thanks.

Steph

 

 

invivo
Top achievements
Rank 1
 answered on 15 May 2009
2 answers
64 views
Dear Sir,

Yesterday we have downloaded code from your site. But that code is not compilable and there are lots of project that are missing. Please let us know from where we can download the code that is in compilable state.

Regards
Vinay
eugene vereshagin
Top achievements
Rank 1
 answered on 15 May 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?