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

Nested Tables

2 Answers 742 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rocio
Top achievements
Rank 1
Rocio asked on 01 Jul 2016, 03:10 PM

Thank you in advance for any feedback!

I got a nested table residing within another table textbox; when the nested table does not produce data for a row of the primary table, I get a system.indexoutofrangeexception.  How can I fix this issue?  I've been trying to hide the table, but I don't think I am doing it right.

This is the binding data source for the nested table: = ReportItem.DataObject.RawData.GetValue("stateActors")                                                                                    This is the field I am trying to display  = ReportItem.DataObject.RawData.GetValueString("ADObject_DisplayName")

I did set the visible property path condition to = Count(1) = 0, but it is not working

 

2 Answers, 1 is accepted

Sort by
0
Rocio
Top achievements
Rank 1
answered on 05 Jul 2016, 02:20 PM
Actually the problem resided that the new Telerik designer not longer supports nested tables.  I have this nested table on a cell of another table, and in some rows of the parent table the nested table does not have data causing an outofindexrangeexception error.  The way around this error was to put a message under NoDataMessage, so there is always something being return.
0
Accepted
Nasko
Telerik team
answered on 06 Jul 2016, 06:33 AM
Hello Rocio,

Let's continue the discussion in your other forum thread on the same topic.

Regards,
Nasko
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Rocio
Top achievements
Rank 1
Answers by
Rocio
Top achievements
Rank 1
Nasko
Telerik team
Share this question
or