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

Problem in finding row from innermost table in hierarical RadGrid

1 Answer 25 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tuhin Ghosh
Top achievements
Rank 1
Tuhin Ghosh asked on 14 Nov 2011, 11:26 AM
Hi,
I am Unable to find RadGrid row using $find(rowClientID) for some rows from innermost table, although I can found few rows which are at same level.

I am attaching a screenshot of RowIDs which are collected by traversing though the table , you can see there are six row ids are found , out of them I am only able to get object of first 3 rows, next 3 rows are showing null.

I am using $find(rowID) command to get the row object.

Please let me know if you need more information.

Thanks & Regards

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 16 Nov 2011, 05:03 PM
Hello Tuhin Ghosh,

With what IDs you are trying to find the last three rows? As I see from the picture that last three rows IDs end up with:

0:0_0:0_1:0_1:0_3
0:0_0:0_1:0_1:0_4
0:0_0:0_1:0_1:0_6

but the first ones end up with:

0:0_0:0_0:0_0:0_3
0:0_0:0_0:0_0:0_4
0:0_0:0_0:0_0:0_6

Based on that I am making the assumption that  these are items from detail table from different parents. If this is the case you should use different IDs for the parent rows in order to get different rows from the detail tables.

All the best,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Tuhin Ghosh
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or