KnockoutJS binding for the MultiRow object.
Use the wjMultiRow binding to add MultiRow controls to your
KnockoutJS applications. For example:
<div data-bind="wjMultiRow:
{
itemsSource: orders,
layoutDefinition: ldThreeLines
}">
</div>
The wjMultiRow binding supports all read-write properties and events of
the MultiRow class.
KnockoutJS binding for the MultiRow object. Use the wjMultiRow binding to add MultiRow controls to your KnockoutJS applications. For example: <div data-bind="wjMultiRow: { itemsSource: orders, layoutDefinition: ldThreeLines }"> </div>
The wjMultiRow binding supports all read-write properties and events of the MultiRow class.