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

Grid Doesn't display records

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sundar Ganesh
Top achievements
Rank 1
Sundar Ganesh asked on 24 May 2010, 01:38 PM
dgInvoice.DataSource = dtMainGrid;

thus like i got the records in dtMainGrid and put it into dgInvoice.DataSource at needdatasource event
This statement executed correctly at run time, but grid doesn't display any records

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 25 May 2010, 01:05 PM
Hello Sundar,

Probably you have set AutoGenerateColumns="false", but have not specified any columns explicitly inside the MasterTableView -> Columns tag?

Best wishes,
Dimo
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Sundar Ganesh
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or