how to bind data to webhierarchicaldatagrid infragistics control

Posted by Chaithragm under JavaScript on 12/5/2014 | Points: 10 | Views : 3320 | Status : [Member] | Replies : 0
how to bind data to infragistics webhierarchicaldatagrid through javascript
im having data in datatable i need to bind this dt to webhierarchicaldatagrid
this is the
<ig:WebHierarchicalDataGrid ID="whdg1" runat="server"
AutoGenerateColumns="false" AutoGenerateBands="false" InitialExpandDepth="0" DataKeyFields="CenterID"
InitialDataBindDepth="0" Height="500" Width="100%">
<ExpandCollapseAnimation SlideOpenDirection="Auto" SlideOpenDuration="300" SlideCloseDirection="Auto"
SlideCloseDuration="300" />
<ClientEvents Populated="" Populating="" />
<Columns>
<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />
<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />

<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />

<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />
<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />
<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />
<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />
<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />
<ig:BoundDataField DataFieldName="Term" Key="Term" Header-Text="Term" />
<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />
</Columns>
<Bands>
<ig:Band Key="" AutoGenerateColumns="false" DataKeyFields="">
<Columns>
<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />
<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />
<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />
<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />
<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />
<ig:BoundDataField DataFieldName="" Key="" Header-Text="" />

</Columns>

</ig:Band>
</Bands>
<Behaviors>
<ig:Activation ActiveColumnCssClass="igg_ActiveColumn" ActiveRowCssClass="igg_ActiveRow"
ActiveCellCssClass="igg_ActiveCell" Enabled="true" />
</Behaviors>
</ig:WebHierarchicalDataGrid>




Responses

(No response found.)

Login to post response