-
14 Jul 2009 7:57 AM #1
Ext.Direct .NET Alternative Implementation
Ext.Direct .NET Alternative Implementation
You can also take a look at my slightly modified version of Ext Direct router posted by Evan. Some of the changes I've made are:
- Website instead of Webapplication
- Instead of JSON.NET, this uses Microsoft's Javascript Serialization
- Instead of separate DirectMethodAttribute for Form etc., added properties in the same. This way, we can extend it easily instead of remembering different attributes
- Example of CRUD using a DataMapper class
The code is accessible at http://www.durlabh.com/extJS/extDirect/DotNet.zip
Live demo at: http://durlabh.com/extDirectSample/ and http://www.durlabh.com/extDirectSample/CRUD/Writer.htmlLast edited by durlabh; 14 Jul 2009 at 1:13 PM. Reason: Included CRUD demo
-
18 Jul 2009 5:10 AM #2
hi,
im using your router, sorry that i post here my problem too but from now on i will be posting here
....
well i get the exception of this.directfn.apply in requestdata of treeloader... coukd you give me a clue of why is it happening??
thanks...
-
18 Jul 2009 6:02 AM #3
Hi Rothariger,
Are you using Evan's or mine? Any sample code?
- Durlabh
-
18 Jul 2009 3:16 PM #4
im using this one i suppose its yours...
i have copied the tree from your example... and my response its based in a linq to sql query... and returning a JsonRecords like your example...
thanks!
-
19 Jul 2009 7:52 PM #5
@durlabh
Perhaps we should start a new thread for yours to avoid any confusion. Thoughts?Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
20 Jul 2009 3:29 AM #6
hi,
finally i found the problem yesterday, i dont know why, i put the full name, instead of namespace.class.funcion :P
thanks anyway...
-
20 Jul 2009 5:32 AM #7
Hi Evan,
I suggest you start a new thread as even though there are only small modifications but some people might want to use the modifications from my router.
- Durlabh


Reply With Quote