var grid = $("#gridSmsReply").data("kendoGrid");
//RED PO GENERISANOM UID-U
var row = grid.element.find("tr[data-uid='" + UID + "']");
//NALAZENJE KOMANDE U REDU (CELIJA)
row.find(".k-command-cell .k-grid-IMEKOMANDE").addClass('k-state-disabled');
//INDEKS KOLONE DA BI SE NASLAA CELIJA
var INDEKS KOLONE = grid.wrapper.find(".k-grid-header [data-field=" + "IME KOLONE" + "]").index();
// NALAZENJE CELIJE U REDU PO INDEKSU KOLONE
grid.element.find("tr[data-uid='" + data.uid + "'] td:eq(" + INDEKS KOLONE + ")").text(res);
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter