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

[Solved] Unable to get the binded data in grid view

1 Answer 102 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.
Naveen T
Top achievements
Rank 1
Naveen T asked on 26 Aug 2010, 03:45 PM
Hi,

In a tab control i am displaying the data grid using content template,when  debugging i able see the data but unable to display it.
but when i separately created control for Tab control content template its working fine.
Itemsources for tab control and grid view are different
The below the sample Ui format i am using ,please post the solution for this issue.

<Radtabcontrol itemsource="Tabsample">
<Radtabcontrol.contenttemplate>
<datatemplate>
<grid>
--row defenitions--
</grid>
--In row 1 control1--
--In row 2 control2--
--In row 3 control3--
--In row 4 control4--
<radgridgiew itemsource="gridsample">
<columns>
<column1>
<celltemplate>
<datatemplate>
<--some controls--> like textblocks
</datatemplate>
</celltemplate>
</column1>
<columns>
</radgridgiew>
</datatemplate>
<Radtabcontrol.contenttemplate>
</Radtabcontrol>


Regards,
Nav
 

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 30 Aug 2010, 07:12 AM
Hello,

 Unfortunately it will be impossible for us to give you more info just with this information. Please open support ticket and send us small application demonstrating the problem. We will review your case and we will let you know what is going on.

All the best,
Vlad
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
GridView
Asked by
Naveen T
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or