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

'FindNewRow' Equivalent for WPF Gridview

2 Answers 61 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Anju S
Top achievements
Rank 1
Anju S asked on 21 Dec 2009, 08:18 AM
Hi All,
Currently we are creating unified code for wpf and silverlight . Here currently am stuck with an issue . In Telerik Silverlight Gridview is having FindNewRow Method , But it is found to be missing in wpf gridview .
1. what is the wpf equivalent of findnewrow?
2.Record Property is missing in wpfgrid, will it can be replaced using items property?
any help on this will be appreciated
Regards
Anju

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 23 Dec 2009, 01:57 PM
Hello Anju S,

Can you provide more info about both grid versions? These were removed in our latest release (Q3) and you can use Items instead Records and NewRowStyle if you want to style the new row.

All the best,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Anju S
Top achievements
Rank 1
answered on 23 Feb 2010, 09:49 AM
Hi,
I want to get the GridViewRow for which i was using the FindNewRow method in Telerik silverlight.But if i use the NewRowStyle instead of FindNewRow in WPF..it won't return me the GridViewRow.Could anyone help me with the correct function instead of FindNewRow in wpf.

Regards
Anju
Tags
GridView
Asked by
Anju S
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Anju S
Top achievements
Rank 1
Share this question
or