Hi All,
Am using the code below to create a menu item.. Am able to see the menu items in the menu when executed. But the problem I am facing is that the seperator is not displayed.
<Items>
<ignav:Item Text="Insert Row" AccessKey="InsertRow"></ignav:Item>
<ignav:Item Text="Insert 10 Rows" AccessKey="InsertRow10"></ignav:Item>
<ignav:Item Separator="True" Text="" >
<Styles BorderColor="Black" BorderStyle="Solid">
</Styles>
</ignav:Item>
<ignav:Item Text="Delete Row(s)" AccessKey="DeleteRow"> </ignav:Item>
<ignav:Item Separator="True"> </ignav:Item></Items>
Please let me know how to set the separator.
Regards,
Abhi
Hello,
You are right, I reproduced your issue and found same behavior. You can submit this issue at following link:
http://devcenter.infragistics.com/Protected/SubmitSupportIssue.aspx
Thanks