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
2010-06-13 10:22:56
Have you seen examples of this? Or would i be the first to create it?
Toad
2010-06-13 10:49:27
No, I haven't seen. I even don't know what's odata. Why don't have a try?
Thevs
2010-06-13 11:08:13
Also, you may take ArrayReader of JsonReader as an example. All you need is to modify only one method within it.
Thevs
2010-06-13 11:14:41
@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
2010-06-13 12:08:32