Search Type: Posts; User: maxigroovy
Search: Search took 0.03 seconds.
-
12 Jan 2010 7:11 AM
- Replies
- 12
- Views
- 6,906
I just can't get the create action to fire the 'write' event.
It just does not find the method. Also the dirty flag is not cleared.
On Update and Destroy there is no problem. Only the data /... -
25 Oct 2009 11:49 PM
Jump to post Thread: Ext.Direct for ASP.NET MVC by maxigroovy
- Replies
- 373
- Views
- 140,193
And ofcourse it's better to use:
Type type = parameterDescriptors[i].ParameterType.GetElementType();
instead of the string replacement thing: -
22 Oct 2009 4:09 AM
Jump to post Thread: Ext.Direct for ASP.NET MVC by maxigroovy
- Replies
- 373
- Views
- 140,193
I've got a question.
How to return if the update/ create / etc succeeded or failed?
I tried (in the action-method of the controller):
var result = new {
... -
22 Oct 2009 3:47 AM
Jump to post Thread: Ext.Direct for ASP.NET MVC by maxigroovy
- Replies
- 373
- Views
- 140,193
Great tool.
I got it working with the LiveGrid store (based the Bufferstore on the DirectStore).
I wanted to save changed value in the store through a JsonWriter to the update api of the... -
23 Sep 2009 12:43 AM
- Replies
- 4
- Views
- 6,364
Well, I have some problems with lots of data. When the data points are across multiple days.
I wonder how to set the format for the X-label. You use 'H' in your example. But that's not good enough... -
9 Sep 2009 6:01 AM
Jump to post Thread: Ext.Direct for ASP.NET MVC by maxigroovy
- Replies
- 373
- Views
- 140,193
Hi, I'm working on a proof-of-concept to demonstrate ExtJs to the rest of the company.
Paging in datagrids is a no-go here, so I looked at http://www.ext-livegrid.com Ext.ux.Livegrid.
Looks very...
Results 1 to 6 of 6
