This is a migrated thread and some comments may be shown as answers.

AutoGenerateColumns about ver. WPF Q1 2014

1 Answer 14 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Lee
Top achievements
Rank 1
Lee asked on 08 May 2014, 01:18 PM
Hello. I am considering about 'AutoGenerateColumns'.

I change telerik .dll by purchasing 'UI for WPF'

But My GridView is not working about below code.

<Style TargetType="telerik:GridViewRow">
          <Setter Property="IsSelected" Value="{Binding Title, Converter={StaticResource selectedItemConverter}, ConverterParameter=Chart}"/>
</Style>

Because 'AutoGenerateColumns' is 'False'.

If 'AutoGenerateColumns' setting 'True' is well work.

I want to value that 'AutoGenerateColumns' is 'False'.

What should I do??

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 08 May 2014, 01:57 PM
Hi,

I tested applying such a Style with version Q1 2014. I got the same behavior no matter of the value of AutoGenerateColumns setting.

May I ask you to isolate the case in a demo solution and send it to us? That way we will test it locally and advise further.

Regards,
Didie
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
GridView
Asked by
Lee
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or