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

[Solved] Q3 beta2 and itemsgenerator

1 Answer 96 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
david ocasio
Top achievements
Rank 1
david ocasio asked on 04 Nov 2009, 02:19 PM
i am still trialing your software

taking a look at beta2

This code used to work but the api seems to have changed
what is the approved way of doing the following (syntax)

Dim ParentRow As GridViewRow = ItemsControl.ItemsGenerator.ContainerFromItem(Rowdata)  
 

where im trying to get the row when i have the data in my hand

thanks gents
dco

1 Answer, 1 is accepted

Sort by
0
Accepted
Milan
Telerik team
answered on 04 Nov 2009, 02:51 PM
Hi david ocasio,

RadGridView has a property called ItemsGenerator which you can use to get a container for a specific item.

Dim ParentRow As GridViewRow = this.myGridView.ItemsGenerator.ContainerFromItem(Rowdata)


Kind regards,
Milan
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.
Tags
GridView
Asked by
david ocasio
Top achievements
Rank 1
Answers by
Milan
Telerik team
Share this question
or