This is a migrated thread and some comments may be shown as answers.

Using jQuery selector to change "td" text value inside KendoGrid problem

0 Answers 195 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Colin
Top achievements
Rank 1
Colin asked on 11 Jan 2012, 05:26 PM
My kendoGrid have many null cells in table td, How can I replace those null field by applying below js

$("td:contains('null')").text("something else") (it works when debugging code)

Thanks

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Colin
Top achievements
Rank 1
Share this question
or