Search Type: Posts; User: Komal Vaswani
Search: Search took 0.03 seconds.
-
28 Jun 2011 10:30 PM
- Replies
- 3
- Views
- 3,509
Hi,
I want to disable the editing of specific cells in property grid in extjs 4. For that I have written the following code in customEditors:
customEditors: {
... -
28 Jun 2011 9:59 PM
- Replies
- 0
- Views
- 975
Hi,
How to disable auto sorting in property grid in extjs 4. I couldnt find any solution in extjs 4.
Thanks,
Komal -
28 Jun 2011 9:57 PM
- Replies
- 0
- Views
- 607
HI,
can we add columnModel in propertygrid using only extjs 4? if yes then is there any example for the same?
Thanks,
Komal -
21 Jun 2011 9:46 PM
- Replies
- 4
- Views
- 2,022
Hi,
I also tried the getSelection()[0] but the problem is same. Many of times it works correctly but sometimes gives the same error "grid.getSelectionModel().getSelection()[0] is undefined" -
21 Jun 2011 5:20 AM
- Replies
- 4
- Views
- 2,022
Hi,
I want the row data of grid whenever I click on the row. for that I have used the following code in listener :
var rowval = grid.getSelectionModel().getLastSelected();
var namevalue... -
21 Jun 2011 4:57 AM
- Replies
- 8
- Views
- 4,223
Hi,
I hv property grid which contains 2 comboboxes but whenever I m adding the 'beforeedit' listener for disabling the editing of property grid as u mentioned it disables the editing of combobox... -
20 Jun 2011 1:41 AM
- Replies
- 0
- Views
- 646
how to display value without trimming in extjs 4 grid panel
-
17 Jun 2011 12:13 AM
- Replies
- 3
- Views
- 5,143
Hi,
here is the code how to add combobox in propert grid using extjs 4
Ext.require([
'Ext.button.Button',
'Ext.grid.property.Grid'
]);
... -
16 Jun 2011 11:34 PM
- Replies
- 3
- Views
- 5,143
Hi,
Is there any example how to add combo box in property grid using extjs 4 only.
Thanks,
Komal -
16 Jun 2011 2:06 AM
- Replies
- 8
- Views
- 6,758
yes I have tried using extjs 3.2 as well as 3.4 but still couldn't get the result in IE 9 browser. Its giving the error "Unable to get value of the property 'getColumnModel': object is null or...
-
15 Jun 2011 11:45 PM
- Replies
- 8
- Views
- 6,758
Hi,
I am trying to do the same but its not working in IE9 browser. any idea? :(
Thanks,
Komal -
15 Jun 2011 11:43 PM
- Replies
- 3
- Views
- 1,148
Hi,
I am trying to do the same but its not working in IE9 browser. any idea? :(
Thanks,
Komal -
10 Jun 2011 5:28 AM
Jump to post Thread: grid inside grid cell by Komal Vaswani
- Replies
- 0
- Views
- 341
Hi,
Is it possible to add grid within the cell of gridview in extjs 3 or 4?
Thanks,
Komal -
31 May 2011 1:34 AM
- Replies
- 16
- Views
- 12,013
Hi,
I am also trying the same example given at http://mikhailstadnik.com/ext/examples/nested-grid.htm
I have changed my RowExpander.js file with the one given in this link. and have... -
26 May 2011 4:57 AM
Jump to post Thread: Extjs 4 Nested grid by Komal Vaswani
- Replies
- 6
- Views
- 4,015
Hi,
I am also searching for the nested grid in extjs 4. Is there any example?
Thanks,
Komal -
25 May 2011 2:03 AM
- Replies
- 0
- Views
- 755
Hi,
I want grouping of data on more than one fields. How to perform multi level grouping in extjs 4?
Thanks,
Komal -
25 May 2011 2:02 AM
- Replies
- 0
- Views
- 691
Hi,
I want grouping of data on more than one fields. How to perform multi level grouping in extjs 3?
Thanks,
Komal -
24 May 2011 2:33 AM
- Replies
- 299
- Views
- 178,461
Hi,
I want the same type of grouping. for that I have added MultiGroupingStore.js MultiGroupingView.js MultiGroupingPanel.js and in create.js I am using these MultiGroupStore MultiGroupGrid.... -
23 May 2011 11:40 PM
- Replies
- 0
- Views
- 438
Hi,
I want to lock the particular column of grid and at the same time I want to wrap the content of that column in extjs 4. I have tried but both locking and wrapping are not working together. I... -
20 May 2011 3:31 AM
- Replies
- 1
- Views
- 2,298
Hi
I have json data in which some of the elements do not belong to any group. for such elements no group header should be assigned and rest of elements should come in group with group headers.... -
17 May 2011 9:18 PM
- Replies
- 2
- Views
- 1,744
Hi,
I saw this example but I want something different from this example. In this example one common header is assigned to 3 different columns but I want 2 different headers for one common... -
17 May 2011 1:57 AM
- Replies
- 2
- Views
- 1,744
Hi,
I want to split the column header in two columns. It means I want two different headers for a single column. Is this possible in extjs 4?
___________________
| heade1 | header2 |... -
15 May 2011 11:48 PM
- Replies
- 1
- Views
- 1,322
Hi,
I want the value of one field of store in a variable. how to do this in extjs 4?
Thanks,
Komal -
11 May 2011 5:08 AM
- Replies
- 1
- Views
- 1,902
Hi,
I want to select multiple columns of grid so that I have to put checkbox in column header as shown in the attached image file. Is there any way to put checkbox as column header in grid?... -
10 May 2011 6:29 AM
- Replies
- 1
- Views
- 1,493
Hi,
I want to add the row just below the selected row in grid.
Thanks,
Komal
Results 1 to 25 of 49
