Use UNIX line endings consistently
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / GridView.js
index e1e35d946585419a8950e564bcc1c1c28dd55a78..88830d25c8943ee0fc1c898c55a44781ef475148 100644 (file)
@@ -4,7 +4,7 @@ function GridView_ClientEvent (ctrlId, evnt)
        if (!gridData)
            return null;
        var clientData = gridData.pageIndex + '|' + escape (gridData.sortExp) + '|' + gridData.sortDir + '|' + evnt;
-       WebForm_DoCallback (gridData.uid, clientData, GridView_ClientRender, ctrlId, GridView_ClientRender_Error, gridData.form);
+       WebForm_DoCallback (gridData.uid, clientData, GridView_ClientRender, ctrlId, GridView_ClientRender_Error, false, gridData.form);
 }
 
 function GridView_ClientRender (data, ctx)