i am developing an App using Icenium Graphite.
at one point i am showing list of people using Kendo Grid which is having Edit button. using this edit button user can edit that particular record. when user clicks on Edit button that record gets open in another form. user saves the edited record and get back to same page which showing Grid. for navigation back to Grid Page i am using window.location.href = "index.html#tabstrip-login";
but it is not working in this case.
please so let me know what is going wrong.