Search Type: Posts; User: nitingautam
Search: Search took 0.01 seconds.
-
8 Apr 2013 6:17 PM
- Replies
- 9
- Views
- 5,601
any luck on this ?
-
6 Mar 2013 5:57 AM
- Replies
- 6
- Views
- 3,250
I am also getting same issue with 3.3.1
-
19 Jan 2013 12:14 PM
- Replies
- 1
- Views
- 449
I am working on applciation which is using ExtJs ver 3.3.1
IE8+ is our primary browser for this application
Earlier this application was not having any doctype hence was working in Quirk mode, I... -
22 Jan 2009 8:15 PM
Jump to post Thread: Grid Layout issue in IE by nitingautam
- Replies
- 4
- Views
- 1,187
I solved it, i think the culprit here is autoheight. With forcefit never use autoheight.
correct me if i am wrong. -
22 Jan 2009 7:14 AM
Jump to post Thread: Grid Layout issue in IE by nitingautam
- Replies
- 4
- Views
- 1,187
Hello-win is used by main window but the layout issue is with the 'addUsrWin' window
-
22 Jan 2009 6:12 AM
Jump to post Thread: Grid Layout issue in IE by nitingautam
- Replies
- 4
- Views
- 1,187
I am opening a grid window from clicking on a button but Grid is not proper layouting on IE 6 in Mozilla it is working fine, See the snagit below no scroll bar is working and headers are also not...
-
22 Jan 2009 5:54 AM
- Replies
- 3
- Views
- 1,202
I am not saying to remove any event here...just want to ask can we call "remove" event from "update" event.
-
22 Jan 2009 3:57 AM
- Replies
- 3
- Views
- 1,202
In my code on the basis of grid row dirty flag , I want to insert/ delete a records.
(Dirty means if any value got edited in row then it is dirty its shows a red trangle )
I have a extra hidden... -
21 Jan 2009 6:55 AM
Jump to post Thread: getRowClass how to change CSS by nitingautam
- Replies
- 14
- Views
- 7,435
Thanks Condor it did the magic...but Why don't it instantly reflect the new color change when I click on the row.
It shows the new color when I select another row. -
21 Jan 2009 6:36 AM
Jump to post Thread: getRowClass how to change CSS by nitingautam
- Replies
- 14
- Views
- 7,435
Condor that's not an issue.
I want to change row color instantly when I select them and when select again that row, color should be normal again means unselect -
21 Jan 2009 6:27 AM
Jump to post Thread: getRowClass how to change CSS by nitingautam
- Replies
- 14
- Views
- 7,435
I have now done the following animal.
var gridView = new Ext.grid.GridView({
//forceFit: true,
getRowClass : function (row, index) {
... -
21 Jan 2009 5:46 AM
Jump to post Thread: getRowClass how to change CSS by nitingautam
- Replies
- 14
- Views
- 7,435
Hi,
I am trying the same as below in grid but getting getRowClass undefined
listeners:{
rowclick:function(g,r,e){
var row =... -
21 Jan 2009 5:17 AM
- Replies
- 3
- Views
- 1,790
Thanks , how do we know the name of class that we have to effect colors of ?
as you changed value of x-grid3-row-alt to change color of stripe rows -
21 Jan 2009 4:48 AM
- Replies
- 7
- Views
- 2,023
are you talking about extjs examples or your grid tutorial. I saw both.
For mark for deletion functionality I have added an additional data column let say 'MARK_FOR_DEL' and default value to 'N'... -
20 Jan 2009 7:21 PM
- Replies
- 7
- Views
- 2,023
Please some one can reply here how I workout with grid to mark any or multiple rows for deletion and when I press save it commit that in DataStore.
-
20 Jan 2009 2:52 AM
- Replies
- 7
- Views
- 2,023
Thanks for the reply :)
I have done something like below to handle multiple new records of EditorGridPanel
demoDS.on("update",
function(s,r,o){
if(o... -
19 Jan 2009 11:09 AM
- Replies
- 7
- Views
- 2,023
Hi Friends,
I have a GridPanel with multiple selection true.
How can I get that data, so that i process that at server side (Java) to save in database.
Please tell me.
Thanks,
Results 1 to 17 of 17
