Tagged Questions

0
votes
3answers
25 views

Sorting and Paging issues

Hello, I would like to sort the whole dataset instead of page by page sorting.But for some reason it is sorting page by page instead of the whole dataset.Could you please help me in this issue.Iam …
0
votes
1answer
24 views

Can the ExtJS GridPanel support column groups?

I would like to have a gridpanel with columns that are broken into 2 sub-columns, kind of like this: | Monday | Tuesday | Wednesday | Thursday | | In | Out | In | Out | In | Out | In …
0
votes
3answers
83 views

Singleton Pattern and Abstraction in JS

Although the example below exploits ExtJS, one can easily extrapolate to another framework. I am a fan of abstraction and data hiding (and OO in general); does anyone else hide data and …
0
votes
2answers
48 views

Create a window browser inside the browser with extjs

I'm trying to create a mini browser inside a window using extJS. Here's what i have so far : panelContent = new Ext.Panel({ region: 'center', margins: '0 0 0 0', autoScroll: …
0
votes
2answers
162 views

ExtJs add, delete, update row to the grid

I need to enable the user to add a new row to the grid. The user may also update one or more rows. What is the best way to do this? I have tried to use RESTful Store Example, but have not been able …
1
vote
3answers
87 views

ExtJS Change Event Listener failing to fire

I was asked to post this as a question on StackOverflow by http://twitter.com/jonathanjulian which was then retweeted by several other people. I already have an ugly solution, but am posting the …
0
votes
1answer
30 views

Ext JS -DOM Query question

Ok another DOMQuery question. i think the EXT API docs are a little scarce on this. Inside my FormPanel I have mulitple fieldsets, but need to find the one that has a header title of 'Test Results'. …
0
votes
0answers
62 views

Extjs to call a RESTful webservice

Hello, I am trying to make a RESTful webservice call using Extjs. Below is the code i am using: Ext.Ajax.request({ url: incomingURL , method: 'POST', params: {param1:p1, param2:p2}, …
3
votes
3answers
463 views

ExtJS: how to return json success w/ data using asp.net mvc

Hello, I am trying to use ExtJS with Asp.Net MVC, and it is going fine so far. (Nice work on ExtJS) To make things easier, I need some help returning data from .net to ExtJS. ExtJS expects to see a …
0
votes
7answers
212 views

JQuery vs Dojo vs ExtJS [closed]

Possible Duplicate: Which Javascript framework (jQuery vs Dojo vs … )? I have very short time to learn any JavaScript framework. Considering the all-in-one solution factor, …
1
vote
4answers
92 views

What’s the most JSON you can reasonably expect to decode on the client side

This morning I tried to use ExtJS' JSON decoding facilities against 0.75MB of data, and it crashed FF3. I'm wondering what is the most JSON one can reasonably expect to decode on the client side? …
0
votes
1answer
40 views

URL requests adding POST data to querystring

I am using ExtJS to send an Ajax request to a PHP page on a server, wanting to send the parameters as POST variables rather than in the querystring. I have included a random token in the querystring …
2
votes
4answers
651 views

How to read JSON from Ruby on Rails with ExtJS

I have some existing projects that were built upon a deprecated PHP framework, and I'm hoping to move them over to Ruby on Rails with minimal effort. My main problem right now is the format that the …
0
votes
2answers
588 views

Add button to grid in ExtJs

Hi everyone, I'm very new with Extjs. Does any one know how to add button to each row of grid in Extjs? Please give me some example. Thanks
0
votes
1answer
31 views

ext js - ColumnModel binding to a complex json object

Hi, I am trying to bind a complex json object (with nested properties) to the column model of a GridPanel. IE: I want to map the grids columns to,say, report.customer_name and …

1 2 3 4 5 18 next
15 30 50 per page