Tab in edit mode in MVC4 - asp.net-mvc

I am trying to Implement Tab control in MVC 4 , I want similar like Nopcommerce
if you login in admin -->sale -->Order -->View
I am not able to understand how to do this ?
Url is not changes in every case only change the tab value .
I am attaching screen short for reference .
Please guide me how to achieve this
Thanks in Advance

You can do the same tabs using the Telerik Extensions (http://demos.telerik.com/aspnet-mvc/razor/tabstrip).

Related

how can I create drill down charts using telerik mvc controls

My question is the title itself.
Is there any way to achieve this ?
Thanks in advance .
I am using MVC3 Razor
I am using trial version of telerik controls and downloaded to from telerik site.
I haven't tried, but you can use the OnSeriesClick event to handle the element the user clicked and trying to redirect the user to the next level. More info on Teleriks documentation site

how to find control of mater page's button from Partial view in MVC Asp.net

I m new to MVC
I am facing one problem for finding control of button from partial view for a button in master page.
Can anyone tell me how can i find control of button from partial view
Thanks,
Sunita Saloni
I think you must be mistaken something here. In ASP.NET MVC server side controls (runat="server") such as buttons are not used. A good place to start learning ASP.NET MVC is to go through the articles here: http://asp.net/mvc
i have solved my problem when i use
$('#Save').attr('disabled',
'disabled');

Telerik MVC grid issue in insert mode without edit mode

HI
I have telerik mvc grid in ajax mode and editing is enabled. In my scenario i have to use only the insert mode so I disabled the edit mode. but when I run i get the javascript error on click of "Add New Record". Sample project can be downloaded from Here
I got this to work by the following:
function GridNotes_onEdit(e) {
$('#Content').after("<a class='t-button t-grid-cancel t-button-icon' href='#'><span class='t-icon t-cancel'/></a>")
.after("<a class='t-button t-grid-insert t-button-icon' href='#'><span class='t-icon t-insert'/></a>");
}
Now, this worked when I only had one field being inserted. If you have multiple columns, you may need to customize it to your specifications. But it is do-able. As well, it worked in a detail view grid.
Hope this helps...
If you are looking for an official support channel as you provided a sample project, post your request to the telerik MVC forums on their site.
Had the same issue. The answer is in-line needs the edit buttons to be there, so with in-line mode the insert breaks
This link covers this and has a fix.
http://www.telerik.com/community/forums/aspnet-mvc/grid/insert-only-with-server-editing.aspx

navigation links in joomla articles

i have some problem that in articles its not showing the navigation links even i have set the perameters yes and default plugin is set.
so plz help me out for the same
Thanks
What template are you using? Are you sure that the template supports the article navigation? Switch the default template to Beez or Milky Way and see if it works there. If it does, you need to modify your template.

popup WYSIWYG editor ROR

Hi I have to have a popup WYSIWYG editor into my ROR application. I want to develop the editor like www.wikispaces.com used. Here they used Jquery (if you want like that editor , you need to login ) . I want the same functionality . Can anyone please suggest how can i do this and please give me the reference site for the development JQuery with WYSIWYG.
Well, a quick google search turns up jwysiwyg: http://code.google.com/p/jwysiwyg/
And there seem to be some articles on how it's used.
I've always used TinyMCE, it works very well.

Resources