or
<linkhref="http://cdn.kendostatic.com/2012.1.124/styles/kendo.mobile.all.min.css"rel="stylesheet" /><script src="http://code.jquery.com/jquery-1.7.1.min.js"></script><script src="http://cdn.kendostatic.com/2012.1.124/js/kendo.all.min.js">
I have a grid that I am filling via javascript. When I initially fill the grid, the paging numbers are not displayed. However after I sort a column on the grid they appear.
Here is a short video demonstrating the issue, in both IE and FF.
http://screencast.com/t/i3iXWy9v
The sample project is here:(kendogridtest.zip)
https://skydrive.live.com/redir.aspx?cid=80ce78240aa8df49&resid=80CE78240AA8DF49!1296&parid=80CE78240AA8DF49!657&authkey=!AH-nIxcIUDGzY54
<input id="hoursBox" value="0" style="width: 100px" />$("#hoursBox").width(100).kendoNumericTextBox({ format: "#.00", min: 0, step: 0.1 });dataSource.query({ filter: { field: "Name", operator: "contains", value: searchValue} });