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

[Solved] possable bug? with itemsource changes

2 Answers 46 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
Top achievements
Rank 1
David asked on 08 May 2009, 01:57 PM
Hi,

my application has an object with a related object that is a list if i change the main object the related listobject changes aswell that works fine, but on the grid it looses all the headers but i can tell that the rows are still there and the only way to view them again is to click onto a diffrent tab as the grid is in tabs.

so the class is like this

 Main Class
  string   A Property
  string   B Property
  List<C> property

  C Class
    int Ac Propterty
    etc..

binding to C property

now changed main class and reload all properties to recreate

Please help

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 11 May 2009, 06:08 AM
Hi David,

Can you send us small project where we can recreate these problems?

All the best,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
David
Top achievements
Rank 1
answered on 13 May 2009, 08:45 AM
ok i won't be able to do that till the weekend, but we seem to have narrowed it down to the header disappering when we set the datacolumns, when we set it to autogen it works fine.

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