Telerik grid with checkbox - Checkbox not showing up when the grid initially paints
问题 I have a telerik grid with a checkbox. I am using a client template. There is a .DataBinding Ajax call attached. When the grid initially comes up, instead of a checkbox, it has the id value as text. If I hit refresh, the ajax call gets executed and when it comes back the checkbox appears. Is there any way to force the ajax call to happen when the grid initially paints so that I have a checkbox and not text ... Code sample: <% Html.Telerik().Grid(Model.AdminSongQueue) .Name("Grid") .Columns