gomski

Results 2 comments of gomski

#region File Description //----------------------------------------------------------------------------- // Accelerometer.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion #region Using Statements using System; using Microsoft.Xna.Framework;...

Hi, try to add your filters after creating the kendodatasrc. I am using it and works. var infoDataSrc = t.fisCtx.AllFlightInfos.asKendoDataSource({ pageSize: 100 }); infoDataSrc._filter = { field: "FlightId", operator: "eq",...