|
<ToolbarItem Type="ItemType.Input" CssClass="test1">
<Template>
<SfCheckBox Checked="true" Label="Test1"></SfCheckBox>
</Template>
</ToolbarItem>
<ToolbarItem Type="ItemType.Input" CssClass="test2">
<Template>
<SfCheckBox Checked="false" Label="Test2"></SfCheckBox>
</Template>
</ToolbarItem>
<style> .e-toolbar .e-toolbar-items .e-toolbar-item.test1 {
height: 10px;
top: 10px;
position: absolute;
}
.e-toolbar .e-toolbar-items .e-toolbar-item.test2 {
left: 552px;
height: 10px;
top: 33px;
position: absolute;
}
</style> |