This question is locked. New answers and comments are not allowed.
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
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
