views:

135

answers:

2

Is there a blogpost or example on how to combine the ext-js grid with an odata datasource? I suspect it would require a custom datareader.

+1  A: 

The solution would be to extend Ext.data.DataReader abstract class for customised odata manipulations.

Thevs
Have you seen examples of this? Or would i be the first to create it?
Toad
No, I haven't seen. I even don't know what's odata. Why don't have a try?
Thevs
Also, you may take ArrayReader of JsonReader as an example. All you need is to modify only one method within it.
Thevs
@thevs: usually if examples don't exist, you might be the only one going this path, indicating better solutions exist probably ;) I'll give it a shot nonetheless. Thanks
Toad
A: 

Still no real examples yet? :(

DotNetWise