Search Type: Posts; User: praveen_pkc
Search: Search took 0.02 seconds.
-
26 Sep 2012 1:35 AM
- Replies
- 2
- Views
- 1,162
I am actaully looking at changing the background color of the cell dynamically when user hovers on it .
-
25 Sep 2012 10:09 PM
- Replies
- 2
- Views
- 1,162
Hi
I need to apply css class of a particular cell ( grid panel) on mouse hover. How should i do it ? -
8 May 2012 12:42 AM
- Replies
- 3
- Views
- 433
I tried the reconfigure method but sorting on column do not work. Sort request for descending is never fired when i click on column header. However , only ascending sort works.
-
7 May 2012 10:15 PM
- Replies
- 3
- Views
- 433
Hi
Currently we can re-configure column position by drag and drop. How can we achieve this programattically
Thanks -
25 Apr 2012 1:16 AM
Jump to post Thread: Session timeout handling.. by praveen_pkc
- Replies
- 1
- Views
- 381
Need to perform a redirect to log in page in case there a session time out.
I am doing it this way.
Ext.Ajax.on('requestexception', function (conn, response, options) {
... -
24 Apr 2012 3:32 AM
- Replies
- 3
- Views
- 765
Any help here ? I am stuck :(
-
24 Apr 2012 3:29 AM
- Replies
- 3
- Views
- 836
Using sencha 4.0.7.
loader : {
url : detailsURL,
scripts : true,
autoLoad : true,
loadMask : true,
params : {... -
19 Apr 2012 10:24 PM
- Replies
- 3
- Views
- 765
Hi,
I am using the grid check box selection model for multiselction in the grid. But when i checked all the rows by clicking on the header checkbox, after when i reload the store with different... -
19 Apr 2012 9:11 PM
Jump to post Thread: Hiding column names by praveen_pkc
- Replies
- 3
- Views
- 553
Using extjs 4.0.7 ..tried out the solution above ..does not seem to work ..actually , sencha seems to be disabling by default in case there is only one column for show/hide ..
Just to re-iterate... -
19 Apr 2012 12:09 AM
Jump to post Thread: Hiding column names by praveen_pkc
- Replies
- 3
- Views
- 553
Might be a rookie question. I have a grid with two columns : Let's say name and description. I want name not to be hideable and hence have set hideable=false. Description is an optional filed and...
-
1 Apr 2012 2:02 AM
- Replies
- 3
- Views
- 593
The problem occurs when i try to open a window.
-
30 Mar 2012 6:01 AM
- Replies
- 3
- Views
- 593
Hi
I migrated from Ext js 4.0.6 to 4.0.7 and i face issue in launching ext js window. Below is the code that we use to launch the window. Please see attachment for javascript error
var... -
9 Mar 2012 10:04 PM
Jump to post Thread: Ext.data.store with json by praveen_pkc
- Replies
- 4
- Views
- 365
My point was , how do we access child attribute values with grid ? In the gridColumn can i use "model.diskVolumeInfoList.flags" ?
The actuall json string is :
... -
9 Mar 2012 6:21 AM
Jump to post Thread: Ext.data.store with json by praveen_pkc
- Replies
- 4
- Views
- 365
Hi
I am trying to use grid with json. My json string looks something like
{ "name":"zys", model : { "address":"add", diskVolumeInfoList: {{"flags":13}} }
}
I created the store below to...
Results 1 to 14 of 14
