Search Type: Posts; User: anpegar
Search: Search took 0.03 seconds.
-
26 Oct 2011 7:06 AM
Jump to post Thread: Column NOT draggable in Grid. by anpegar
- Replies
- 1
- Views
- 394
Any idea?
Thanks. -
23 Oct 2011 10:11 PM
- Replies
- 7
- Views
- 856
Yes, I tried with 0, 1 and 2 and doesn't work with any of values.What could it be?
-
20 Oct 2011 10:28 PM
- Replies
- 7
- Views
- 856
Here, all my code:
Ext.onReady(function(){
var DPP_CONCEPTO = new Ext.ux.Column({
id: 'DPP_CONCEPTO',
header: 'Concepto',
dataIndex: 'DPP_CONCEPTO', -
20 Oct 2011 10:17 PM
- Replies
- 7
- Views
- 856
Hi trv1707, thanks for your answer but I try these option and don't work. (look my code
viewConfig: {forceFit:true, scrollOffset: 0} ) -
20 Oct 2011 7:52 AM
Jump to post Thread: Hide editor in EditorGridPanel by anpegar
- Replies
- 3
- Views
- 492
I use the method isCellEditable of columnModel.
http://docs.sencha.com/ext-js/3-4/#!/api/Ext.grid.ColumnModel-method-isCellEditable
var cmDPP = new Ext.ux.ColumnModel({
id:... -
20 Oct 2011 7:20 AM
Jump to post Thread: Column NOT draggable in Grid. by anpegar
- Replies
- 1
- Views
- 394
Hi guys, How to can i do not draggable all columns of a gridPanel ? Exists some property in columnModel, column or gridview?
Thanks in advance.
28761 -
20 Oct 2011 6:52 AM
Jump to post Thread: Hide editor in EditorGridPanel by anpegar
- Replies
- 3
- Views
- 492
Beautiful minds, can help me !!
Thanks. -
20 Oct 2011 6:48 AM
- Replies
- 7
- Views
- 856
Somebody, can help me !!
-
18 Oct 2011 10:02 PM
Jump to post Thread: How to get records from jsStore ? by anpegar
- Replies
- 3
- Views
- 522
Oh yes !! I have not seen it, sorry for the inconvenience.
All ok, thanks. -
18 Oct 2011 2:20 AM
Jump to post Thread: How to get records from jsStore ? by anpegar
- Replies
- 3
- Views
- 522
Hi folk, I try this but not works:
var st_Categorias = new Ext.data.JsonStore({
autoDestroy: true,
url: 'PK_ESC_DPP.GET_DATOS_CATEGORIAS',
storeId: 'st_Categorias',
... -
17 Oct 2011 10:47 PM
- Replies
- 7
- Views
- 856
Any idea, please?
-
17 Oct 2011 10:46 PM
Jump to post Thread: Hide editor in EditorGridPanel by anpegar
- Replies
- 3
- Views
- 492
Any idea, please?
-
17 Oct 2011 2:53 AM
Jump to post Thread: Hide editor in EditorGridPanel by anpegar
- Replies
- 3
- Views
- 492
Hi, I want that no appear the editor when the value of a cell is "X", par example.
I try this:
In a render function of a cell I make the following:
function myRenderCell(val,metaData,rec){
if... -
17 Oct 2011 2:28 AM
- Replies
- 7
- Views
- 856
Hi guys, it's possible hide the column reserved for the scroll on a grid?
I try width viewConfig: {forceFit:true, scrollOffset: 0} but don't work fine, Any idea?
28699
Code of my grid:
... -
29 Sep 2011 2:13 AM
Jump to post Thread: Import Excel to Grid by anpegar
- Replies
- 7
- Views
- 5,515
Hi folk,
I’m used the plugin with EditorGridPanel (version ExtJS 3.3) and iExplorer 7 or superior but I have a error in override.js file line 46 (“this.dom.fireEvent(e, evt);”), the error occurs... -
6 Sep 2011 10:31 PM
Jump to post Thread: TAB not work in EditorGridPanel by anpegar
- Replies
- 2
- Views
- 448
nobody knows anything?
Thanks. -
5 Sep 2011 7:55 AM
Jump to post Thread: TAB not work in EditorGridPanel by anpegar
- Replies
- 2
- Views
- 448
Any idea?
Thanks in advance. -
5 Sep 2011 12:49 AM
Jump to post Thread: TAB not work in EditorGridPanel by anpegar
- Replies
- 2
- Views
- 448
Hi, I have the following problem:
I am using the EditorGRidPanel component but when I edit a cell and change its value and I press TAB the focus is lost on the grid and I cant edit the next field.
... -
28 Jul 2011 10:53 PM
Jump to post Thread: Load Application very slow. by anpegar
- Replies
- 3
- Views
- 754
Thank you for your, reply. I will try to implement your solution.
-
28 Jul 2011 10:17 PM
Jump to post Thread: Load Application very slow. by anpegar
- Replies
- 3
- Views
- 754
Any ideas or comments?
Thanks. -
28 Jul 2011 9:28 AM
Jump to post Thread: Load Application very slow. by anpegar
- Replies
- 3
- Views
- 754
Hi, I'm building a big application and I wonder if I'm doing fine, the problem is that the application takes a long time to load. The load of application is very slow.
I do not use components... -
28 Jul 2011 1:06 AM
- Replies
- 2
- Views
- 480
Gustavo, thanks for your reply, Your solution is correct, not what they were thinking ;-)
-
27 Jul 2011 8:21 AM
- Replies
- 2
- Views
- 480
Hi, this is a basic question but for me is a problem !!!
I have two panels the first panel is inside the second panel, how can right align the first panel?
var panel1 = new Ext.Panel({
html:... -
7 Apr 2011 3:25 AM
- Replies
- 1
- Views
- 370
Sorry, this post is not valid !! I have problems with Chrome.
-
7 Apr 2011 3:21 AM
- Replies
- 0
- Views
- 315
Hi
I have a script where I used Ext.Panel for load 2 grid editor with autoload option and scritp set true.
This script works fine in FF, Chrome. (see image firefox.jpg).
In IE7 fails, error...
Results 1 to 25 of 66
