got underway in the UAE on Saturday, September 19. Eight teams — Royal Challengers Bangalore, Rajasthan Royals, Kings XI Punjab, Kolkata Knight Riders, Mumbai Indians, Sunrisers Hyderabad, Chennai Super Kings and Delhi Capitals are competing for the coveted trophy.Like every other edition, this season will also see the leading run-scorer being awarded the Orange Cap. Below is the LIVE leaderboard for the most runs scored in the 2020 season of the tournament.READ | IPL 2020 schedule: Full IPL time table, match timings, fixtures, venues and teams PositionPlayer, teamMatchesInningsRunsHighest scoreAverageStrike rate100s50s1KL Rahul (KXIP)22153132*153.00173.86102Faf du Plessis (CSK)2213072130.00160.49023Mayank Agarwal (KXIP)221158957.50143.75014Rohit Sharma (MI)22928046.00143.75015AB de Villiers (RCB)22795139.50164.58016Sanju Samson (RR)11747474.00231.25017Ambati Rayudu (CSK)11717171.00147.91018Steve Smith (RR)11696969.00146.80019Suryakumar Yadav (MI)22644732.00145.450010Saurabh Tiwary (MI)22634231.50143.1800 $(document).ready(function () { // Removing empty paragraphs first $("#content-body-26989124-32689722 p").filter(function () { var html = $.trim($(this).html()); if (html == '' || html == ' ') return true; }).remove(); // Taking a subset of paragraphs using offset and maximum var offset = 1; var max = -1; if (offset > 1) { $("#content-body-26989124-32689722").children().slice(0, offset - 1).remove(); } if (max > -1) { $("#content-body-26989124-32689722").children().slice(max).remove(); } // Show dateline field at the beginning of the first paragraph var showDateline = false; var datelineStr = "UAE"; if (offset <= 1 && showDateline == true && datelineStr != "") { var firstChild = $("#content-body-26989124-32689722").children().get(0); if ("P" == firstChild.nodeName.toUpperCase()) { $(firstChild).prepend("<span>" + datelineStr + " - </span>"); } else { $(firstChild).before("<span>" + datelineStr + "</span>"); } } }); userIdentify.then(function() { if(isDeviceEnabled("[medium, small]") && isNonSubcribedUser()) { var slotName = 'div-gpt-ad-1562741015059-0'; var idStart = "content-body-"; var articleSize = document.getElementsByClassName("blog-resize").length - 1; var componentContainer = document.getElementsByClassName("blog-resize")[articleSize].getElementsByTagName("div"); for (var i = 0; i < componentContainer.length; i++) { var id = componentContainer[i].id; if ((id.length >= idStart.length) && (id.substring(0, idStart.length) == idStart)) { var pTagList = componentContainer[i].getElementsByTagName('P'); if (pTagList.length > 1) { var secondPTag = componentContainer[i].getElementsByTagName('p')[1]; if(typeof secondPTag !== "undefined"){ Element.prototype.appendAfter = function(element) { element.parentNode.insertBefore(this, element.nextSibling); }; var newElement = document.createElement('div'); newElement.id = slotName; newElement.setAttribute("class", "dfp-ad mbot"); newElement.appendAfter(secondPTag); break; } } } } googletag.cmd.push(function() { googletag.display('div-gpt-ad-1562741015059-0'); }); } }); userIdentify.then(function() { if(isDeviceEnabled("[large, medium]") && isNonSubcribedUser()) { var slotName = 'div-gpt-ad-1562741453010-0'; var idStart = "content-body-"; var articleSize = document.getElementsByClassName("blog-resize").length - 1; var componentContainer = document.getElementsByClassName("blog-resize")[articleSize].getElementsByTagName("div"); for (var i = 0; i < componentContainer.length; i++) { var id = componentContainer[i].id; if ((id.length >= idStart.length) && (id.substring(0, idStart.length) == idStart)) { var pTagList = componentContainer[i].getElementsByTagName('P'); if (pTagList.length > 1) { var secondPTag = componentContainer[i].getElementsByTagName('p')[1]; if(typeof secondPTag !== "undefined"){ Element.prototype.appendAfter = function(element) { element.parentNode.insertBefore(this, element.nextSibling); }; var newElement = document.createElement('div'); newElement.id = slotName; newElement.setAttribute("class", "dfp-ad mbot"); newElement.appendAfter(secondPTag); break; } } } } googletag.cmd.push(function() { googletag.display('div-gpt-ad-1562741453010-0'); }); } }); $(document).ready(function () { $('div.tag-button').each(function() { var x = $(this).find("a").text() ; var x=$.trim(x); var url = $("a",this).attr('href'); var isAdded = false; $('div[id^="content-body"] > p').each(function() { if(!isAdded){ var re = new RegExp("((^" +x+"|"+ x + ")[,. ()] *)","i"); if($(this).html().match(re) !=null){ $(this).html($(this).html().replace( re, '<a target="_blank" href="' + url+ '?utm=bodytag' +'" ><strong>$1</strong></a>')); isAdded=true; } } }); }); }); userIdentify.then(function() { if(isDeviceEnabled("[large]") && isNonSubcribedUser()) { googletag.cmd.push(function() { googletag.display('div-gpt-ad-1554199480877-0'); }); } }); Latest updates IPL Interviews IPL Videos Fixtures IPL Pictures IPL Features IPL Quiz My IPL Subscribe to our daily newsletter Get your daily dose of Sportstar with handpicked stories delivered right to your inbox! SUBSCRIBE Please enter a valid email address. var emailAddressFilter = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/; function validate_email(fieldId) { var email = $(fieldId).val(); email= email.trim(); if (email == "" || email == "undefined") { return false; }else if (!emailAddressFilter.test(email)) { return false; } return true; } $(document).ready(function(){ $(".subscribe-containerMain").each(function() { var id = "div."+$(this).attr("class"); $(id + " button#nwemail_button").on("click", function(event){ $(id + " button").attr("disabled","disabled"); $(id + " input").click(function(){$(id + " button").removeAttr("disabled");}); var email = $(id +" input").val(); email= email.trim(); $(id + " #nwemail_error").css("display", "none"); $(id + " #nwemail_success").css("display", "none"); $(id + " input").removeClass("error"); if (validate_email(id + " input") ){ $(id + " #newsletter_load").show(); var url = appURL() + "s/mailsubscription/subscribe/"; var data = {"email" : email,"category" : "newsletter"}; /*fetch api*/ var s = fetchPost(url,data); s.then(function(result) { document.getElementById("demo").innerHTML = result.data; $(id + " #nwemail_success").css("display", "block"); $(id + " #newsletter_load").hide(); $(id + " #emailSubmit").hide(); }); } else { $(id + " #newsletter_load").fadeOut( "slow");$(id + " #nwemail_error").css("display", "block"); $(id + " input").addClass("error"); } }); }); }); .acCDD a:hover { text-decoration: none; } .acCDD a { text-decoration: none; } .acCDD:hover a .bg-dangerr span.edit-heading { color: #FFA600; } Dugout videos Related IPL 2020 Purple Cap leaderboard: Top 10 leading wicket-takers IPL 2020: KL Rahul slams ton as KXIP beats RCB by 97 runs IPL 2020: Have to stand in front and take the brunt of it, says Kohli on loss against Punjab KL Rahul on match-winning hundred: As a leader it's important to lead from the front RCB vs KXIP, IPL 2020: Virat Kohli drops KL Rahul twice, Punjab skipper cashes in with ton IPL 2020 userIdentify.then(function() { if(isDeviceEnabled("[large, medium]") && isNonSubcribedUser()) { googletag.cmd.push(function() { googletag.display('div-gpt-ad-1554199388641-0'); }); } }); FitX Pro WatchIndia: Why is Everyone Excited Over This Rs. 2999 SmartwatchFitX Pro Watch|SponsoredSponsoredUndoRaid: Shadow Legends | Free DownloadEven Non-Gamers Are Obsessed With This RPG Game (It's Worth Installing!)Raid: Shadow Legends | Free Download|SponsoredSponsoredUndoMax Life Insurance | Life Insurance QuotesConfirm your family's security @ Re.1 and pay premium later*Max Life Insurance | Life Insurance Quotes|SponsoredSponsoredUndoMax Life Insurance | Life Insurance QuotesTerm Plan that returns premiums*^ & protects till the age 85Max Life Insurance | Life Insurance Quotes|SponsoredSponsoredUndoSmart InvestorsDon’t wait, invest $200 in Amazon and earn weekly with a certified platformSmart Investors|SponsoredSponsoredUndoShaadi.comSearch for your jeevan sathi by city, community, education & profession. Sign up Now!Shaadi.com|SponsoredSponsoredUndogreatlearning.inMaster AI & ML Without Quitting Your Jobgreatlearning.in|SponsoredSponsoredUndoIPL 2020, CSK vs RR Live Cricket Streaming: How to watch IPL 2020 match between Dhoni's Super Kings and Smith's RoyalsIPL 2020 CSK vs RR Live Cricket Streaming Online: Here's where you can watch the IPL 2020 between Rajasthan Royals (RR) and Chennai Super Kings (CSK).The Hindu SportstarUndoIPL 2020: KKR vs MI Today's IPL Match - Head-to-head record, players to watch out for - SportstarIPL 2020 Live Updates: Kolkata Knight Riders (KKR) and Mumbai Indians (MI) will face off in the 5th game of the 2020 Indian Premier League (IPL) match today in the UAE on Wednesday.The Hindu SportstarUndoCampK12Coding is the New Literacy. Make Your Child an AI Champ!CampK12|SponsoredSponsoredUndoMoneyscapesDiver finds old camera - when he sees the photos, he is shocked!Moneyscapes|SponsoredSponsoredUndoWork from Home | Search AdsDo You Speak English? Work a USA job from home in IndiaWork from Home | Search Ads|SponsoredSponsoredUndoMOST POPULARFormer Australia cricketer Dean Jones passes away aged 59 - SportstarThe Hindu SportstarUndoMOST POPULARIPL 2020, KXIP vs RCB Today's IPL Match: Head-to-head record, players to watch out for - SportstarThe Hindu SportstarUndoShaadi.comMeet Your Perfect Life Partner on Shaadi.com, Register Now!Shaadi.com|SponsoredSponsoredUndo window._taboola = window._taboola || []; _taboola.push({ mode: 'alternating-thumbnails-a', container: 'taboola-below-article-thumbnails', placement: 'Below Article Thumbnails', target_type: 'mix' }); (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); (function(w,d,l,i) { w[l]=w[l]||[]; w[l].push({start: new Date().getTime(), siteId: 'SSL-PH6EG8'}); })(window, document, 'taiDataLayer', 'SSL-PH6EG8'); var taiData = (typeof window.taiDataLayer != 'undefined') ? window.taiDataLayer : []; window['sendTaiData'] = window['sendTaiData'] || function() { (window['taiq'] = window['taiq'] || []).push(arguments) }; var taiDataObject = { msisdn:'', productId: 'sportstar', uid: '', skuid: '', aid: '32689722', geo: '', pageTitle: 'IPL 2020 Orange Cap leaderboard: Top 10 leading run-scorers', pageUrl: 'https://sportstar.thehindu.com/cricket/ipl/ipl-news/ipl-2020-orange-cap-holder-winner-most-runs-leading-highest-scorer-top-batsman-csk-mi-rcb-kkr-kxip-srh-rr-dc-indian-premier-league-sports-news/article32689722.ece', etime: ''+ new Date().getTime(), search: '', share: '', userinfo:isUserDetails, pageName: 'ipl-news', pageCategory: 'orange cap ipl, orange cap ipl 2020, ipl 2020, ipl 2020 news, ipl, ipl news, indian premier league, indian premier league news, most runs in ipl, most runs in ipl 2020, ipl 2020 orange cap, ipl 2020 leading run scorer, ipl 2020 highest runs, csk orange cap, csk most runs, mi orange cap, mi most runs, rcb orange cap, rcb most runs, kkr orange cap, kkr most runs, kxip orange cap, kxip most runs, srh orange cap, srh most runs, rr orange cap, rr most runs, dc orange cap, dc most runs, cricket news, sports news', sectionId: '2227', }; userIdentify.then(function() { taiDataObject['userinfo'] = isUserDetails ; taiData.push(taiDataObject); sendTaiData(taiData, 'onload'); }); Latest updates IPL Interviews IPL Videos Fixtures IPL Pictures IPL Features IPL Quiz My IPL .ipwrap{position:relative;} .ipimg img:hover{transform: scale(1.0);} .col-6.link-one a , .col-6.link-two a{ text-decoration: none; color: #ffffff; font-size: 15px; font-weight: 700; } .col-6.link-one a:hover, .col-6.link-two a:hover{color:#f3d030;} .ipsec { position: absolute; top: 90px; left: 17px; } .ipsec a{color:#ffffff;} .link-one .clrR{color:#a5d0f3; padding-right:4px;} .link-two .clrR{color:#a5d0f3; padding-left:4px;} .ipsec .link-two{padding-right: 50px;} .bdr1{background: #004a9e; padding: 2px 15px 2px 2px; border-radius: 0px 14px 14px 0px;} .bdr2{background: #004a9e; padding: 2px 2px 2px 15px; border-radius: 14px 0px 0px 14px;} .acCDD a:hover { text-decoration: none; } .acCDD a { text-decoration: none; } .acCDD:hover a .bg-dangerr span.edit-heading { color: #FFA600; } .acCDD a:hover { text-decoration: none; } .acCDD a { text-decoration: none; } .acCDD:hover a .bg-dangerr span.edit-heading { color: #FFA600; } Dugout videos
GOOD SCORES