Here is a little snippet to hide columns on dataBound event
function HideColumn(gridId,numColumn) { $("#" + gridId + " th:eq(" + numColumn + ")").hide(); $("#" + gridId + " td:nth-child(" + (numColumn+1) + ")").hide(); } $(document).ready(function () { $("#grid").kendoGrid({ dataBound : function(e) { //RegisterGrid($("#grid").data("kendoGrid")); HideColumn("grid",0); }, (…)




2 commentaires:
Hello on s'est vu ce matin dans le métro.
On se verra peut être au prochain paris js!!
--
BADIN Guillaume
CTO @ www.WebUbe.com
Ce sera avec un grand plaisir :-)
Bonne continuation pour ton projet
Enregistrer un commentaire