Search Type: Posts; User: snehalv
Search: Search took 0.03 seconds.
-
3 May 2013 3:32 AM
- Replies
- 24
- Views
- 3,585
We tried using UberGrid with MVC.
Everything works fine, tried the sample provided with the code.
The grid gets loaded displays data. However it still shows the following error in the console:
... -
20 Mar 2013 2:09 AM
Jump to post Thread: ExtJS 4.2 build with Grid by snehalv
- Replies
- 10
- Views
- 1,093
Thanx svenna.
Upgrading the command tools worked :) -
20 Mar 2013 1:48 AM
Jump to post Thread: ExtJS 4.2 build with Grid by snehalv
- Replies
- 10
- Views
- 1,093
I was using Sencha Cmd 3.0. Just found out that 4.2 requires Sencha Cmd v3.1 RC2.
Thanx for the info. I'll try out if the latest cmd solves the problem. -
19 Mar 2013 10:48 PM
Jump to post Thread: ExtJS 4.2 build with Grid by snehalv
- Replies
- 10
- Views
- 1,093
We are still getting the same error. It seems it has not been resolved in the GA release. Can we please get help on this.
-
15 Mar 2013 1:49 AM
Jump to post Thread: IE performance issue by snehalv
- Replies
- 6
- Views
- 248
Than for the quick reply mitchellsimoens.
We have almost developed the app. We cannot upgrade to a newer version as it may have lots of changes.
Can this not be solved on the existing version... -
15 Mar 2013 1:44 AM
Jump to post Thread: IE performance issue by snehalv
- Replies
- 6
- Views
- 248
I don't think it's the browser fault. I agree with iklotzko. Instead of saying its Microsoft's fault it would be great if we can solve the problem.
-
12 Mar 2013 11:06 PM
Jump to post Thread: IE performance issue by snehalv
- Replies
- 6
- Views
- 248
We have been using EXTJs consistently. However in our recent project, which is a performance monitoring tool we have used the 4.1.1a version of EXTJs. We found a lot of bugs reported for the IE...
-
28 Aug 2012 4:39 AM
Jump to post Thread: Nested XML reader problem by snehalv
- Replies
- 6
- Views
- 1,468
This problem can be solved if you specify the reader at the association level like:
Ext.define('User', { extend: 'Ext.data.Model', fields: ['id', 'name'], proxy: { ... -
2 Dec 2011 1:36 AM
- Replies
- 1
- Views
- 6,385
Well Quite late to reply but it might help someone else,;)
In the MultiGroupingView.js
for doRender function replace the for loop:
for (var k = 0; k < toEnd; k++) {
...
Results 1 to 9 of 9
