Hi It is possible to create a form layout with navigation toolbar to navigate between records? In windows application you can use textbox and other controls and bind this controls to datasource and use navigation toolbar to navigate between records. Also this form layout can design for master-detail layouts with grid widget or other widgets.
Hello,
The described functionality is addressed by the Wizard component:
https://demos.telerik.com/aspnet-mvc/wizard
Regards,
Viktor Tachev
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi When you have more than 10 item to view on the page, grid is not suitable to show data (user must scroll) You can see this link: http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_58/images/y10304.gif http://codeontime.com/blog/2012/11/order-form-samplepart-1/image02.png http://www.4js.com/online_documentation/fjs-fgl-manual-html/Images/TUT1301.png you can create widget with form layout and customizable sort item to view on page and navigate between records? Thank you
Thanks for the suggestion, Saeed. Do you think that the existing tabstrip or panelbar widgets from Kendo UI Web can serve the purpose of navigation toolbar? Additionally, not that our grid widget supports a detail template where you can integrate the tabstrip as presented here: http://demos.kendoui.com/web/grid/detailtemplate.html