Ok, the title is a bit of a mouthful, but it states what I'm looking for. I have an oData endpoint, and I'm interested in seeing if there are any projects out there (preferably open source, maybe based on datajs?) that let me point to the end point, and it gives me a grid, paging, and my end users the ability to do dynamic queries (as in, adding new query parameters and refreshing the grid).
Figure it's worth a shot to see if anyone else has been down this road before I go down it myself.
Ok, the title is a bit of a mouthful, but it states what I'm looking for. I have an oData endpoint, and I'm interested in seeing if there are any projects out there (preferably open source, maybe based on datajs?) that let me point to the end point, and it gives me a grid, paging, and my end users the ability to do dynamic queries (as in, adding new query parameters and refreshing the grid).
Figure it's worth a shot to see if anyone else has been down this road before I go down it myself.
Share Improve this question edited Dec 15, 2012 at 2:25 Jay Traband 17.1k1 gold badge25 silver badges44 bronze badges asked Feb 15, 2011 at 10:50 Joel MartinezJoel Martinez 47.8k26 gold badges134 silver badges185 bronze badges 2- Great question. I was expecting one of the mercial ponent venders would provide this with an ASP.NET MVC control but I have yet to see it. – George Tsiokos Commented Feb 15, 2011 at 14:08
- Yeah, I'd love to see something like the silverlight oData explorer; but in html/javascript, and with a more user friendly expression builder. – Joel Martinez Commented Feb 15, 2011 at 14:25
4 Answers
Reset to default 3Breeze is another open source library that performs dynamic queries in JavaScript for OData and Web API and is in active development: http://www.breezejs.
Don't know if it's still an actual question, but give a shot to JayData. This is a crossplatform data library, that supports oData and language natural or programmatic querying. Also it has some example on how to use it with jqGrid.
There is an OData javascript library (among other OData libraries) available here for download: http://www.odata/developers/odata-sdk
Its not an actual explorer, but there is alot of source js to work with Odata there.
Unfortunately, the datajs library only works on IE, if you are planning to implement a mobile device app, it wont work. I had this problem with a prototype for iOS+SAP app
Edit: This might have been the case in 2010. Currently (2013/Q1) it just works with all browsers.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742295532a4417038.html
评论列表(0条)