Quantcast
Channel: JavaScript – Raymund Macaalay's Dev Blog
Browsing latest articles
Browse All 14 View Live

Loading all Kendo UI TabStrip Tabs Simultaneously

You might have a web application that loads separate processes using a Kendo UI TabStrip and you want to make things load faster by preloading the background tabs alongside the first tab, well it’s not...

View Article


Accept only the latest dropped draggable in a droppable interaction using...

You might be looking for a solution something like a radio button but don’t want to use the old school HTML input types, you want something interactive like dragging and dropping objects in a certain...

View Article


Show SSRS Reports properly in Chrome and Safari

Recently I've been doing a lot of SSRS reports and as a Web Developer I test in different browsers which is a standard practice. Having Chrome as my main choice of browser I am annoyed every time I...

View Article

Using Angular JS with your Current MVC Application

With the web getting more and more interactive JavaScript frameworks is becoming a must in every web project (unless you want to code it yourself). There are a lot to choose from like Ember, Knockout,...

View Article

Using two submit buttons on MVC’s Ajax.BeginForm

You might be wondering is it possible to have two or more buttons calling the same Action on the same Controller on your Ajax.BeginForm, yes you can do this and identify which buttons were pressed by...

View Article


Single ClientValidationFunction for Multiple Dynamic CustomValidator and...

I have been using CheckBoxes and CustomValidators for quite sometime now but never did I know that I will be presented with an issue that I never encountered before and that issue is regarding is...

View Article

Using jQuery with Sharepoint 2010

Several days back I was asked a question in this blog relating to using JavaScript in a Sharepoint, it ended up with multiple questions and one was using jQuery in Sharepoint, as usual I searched my...

View Article

How to render MVC View on a Modal Popup Window

You might be wondering how to place an MVC View easily on a pop-up window like the image above that’s why you are in this page now? Well you a bit lucky as I will tell you how easy is this to execute,...

View Article


Export Telerik MVC Grid to CSV Dynamically based on a View Model

We may have seen examples from Telerik where they had exported data to CSV but Column Headers and Column Values are assigned manually to StreamWriter object.  For this post we will improve further on...

View Article


Copying to Clipboard using jQuery without the need of Flash

If you look online for a solution on how will you copy a certain text to clipboard then most probably you will end up with solutions using Flash to do the task, while they all do a good job on solving...

View Article
Browsing latest articles
Browse All 14 View Live