Kendo UI Grid not showing JSON data
问题 I am facing this problem for quite a while now with the problem that I am unable to bind JSON data that my controller action is passing to the kendo UI Grid, there were few JavaScript issues before but now they are gone but still my grid is not showing any results: In Model : public object GetResult(string id) { var sqlCom = new SqlCommand("SELECT [No],[Desc],[Date],[Height],[Final] FROM [cr_form] WHERE [uId]=@id;", sqlConn); sqlCom.Parameters.AddWithValue("@id", id); StringBuilder sb = new