Ext: Discussion

+ Post New Thread

  1. Question How to use associated data in a grid

    Hi! ExtJS 4 provides associations in the model layer, but I can't see how to use it in the grid. What do I have to do here? ...

    Started by Dumas, 1 Feb 2012 1:33 PM
    • Replies: 2
    • Views: 1,056
    2 Feb 2012 9:33 AM Go to last post
  2. Toolbar overflow with displaytext

    I have a toolbar with displaytext like this: var toolbar = Ext.create('Ext.PagingToolbar', { enableOverflow: true, ...

    Started by sliks, 2 Feb 2012 9:15 AM
    • Replies: 0
    • Views: 228
    2 Feb 2012 9:15 AM Go to last post
  3. Render override cancels html render?

    In my panel, I just have: html: '<div id="something">blah</div>' This obviously renders fine on the screen. However, when I overrider...

    Started by basememara, 2 Feb 2012 7:05 AM
    • Replies: 3
    • Views: 420
    2 Feb 2012 9:08 AM Go to last post
  4. [Request] Multiple text line in Grid Column Header

    Request to dev-team Some grid i when to set column's text: #1 a keyword #2 expand / description

    Started by nukboon, 1 Feb 2012 9:36 PM
    • Replies: 2
    • Views: 581
    2 Feb 2012 9:04 AM Go to last post
  5. Porblem using 'date' types in store

    I am new to ExtJS. I am trying to get a CRUD grid going, and using a date field in one of my tests. I have a model with this date field (and...

    Started by JIMECKELS, 23 Jun 2011 12:07 PM
    • Replies: 7
    • Views: 5,234
    2 Feb 2012 8:24 AM Go to last post
  6. Full calendar widget or component?

    I was hoping to put a bunch of events into a calendar, but could not find any components or widgets for this. Closest thing I found was a calendar...

    Started by basememara, 1 Feb 2012 6:17 PM
    calendar, calendar example, calendar extjs
    • Replies: 1
    • Views: 889
    2 Feb 2012 7:59 AM Go to last post
  7. Cool [New] MVC-like back end with CRUD demo, using derived EXTJS4 writer.js

    I have been searching for some time now to find a MVC CRUD demo, or at least something that came close to conventional CRUD that would work with a...

    Started by PaulyWolly, 1 Feb 2012 3:36 PM
    • Replies: 1
    • Views: 743
    2 Feb 2012 7:57 AM Go to last post
  8. Loader problem with requires

    I'm trying to use "requires" to load missing parts in a component, but I get an error when the class is not loaded explicitly with Ext.require (these...

    Started by frsantos, 30 Jan 2012 4:36 AM
    loader, requires
    • Replies: 3
    • Views: 716
    2 Feb 2012 7:47 AM Go to last post
  9. Loading a script file

    The Loader dynamically loads JavaScript, so I'm surprised to find that there's no public API to load a script of my choosing. Is there a method...

    Started by BillHubbard, 25 Jan 2012 10:24 AM
    • Replies: 8
    • Views: 774
    2 Feb 2012 6:53 AM Go to last post
  10. Value of a cell on mouseover

    Hello, I have a grid with cellmodel and I want the value of the cell on mouseover. With click I get it:cellclick: function(iView, iCellEl,...

    Started by TiloS, 31 Jan 2012 2:57 AM
    • Replies: 9
    • Views: 1,109
    2 Feb 2012 5:10 AM Go to last post
  11. Question Ext.util.Observable in EXT 4 Core

    hello I can't find the Observable class in EXT 4 core? in 4, is it going to be bundled in EXT JS only?

    Started by dmudro, 21 Mar 2011 2:35 AM
    • Replies: 3
    • Views: 798
    2 Feb 2012 4:53 AM Go to last post
  12. EXTJS 4: Adding and removing columns in a GRID

    Hi , I am trying to create a dynamic grid by overriding the existing grid and add/ remove columns at run time. I got through the code here :...

    Started by Golden.Vulture, 2 Feb 2012 2:45 AM
    • Replies: 1
    • Views: 754
    2 Feb 2012 3:14 AM Go to last post
  13. Exclamation URGENT! (<- this won't help much) store.

    I have a problem, and until now, no ideas how to solve this problem. This is my app: http://imageshack.us/f/46/examplezj.png/ On this app, my...

    Started by brunopbarrote, 1 Feb 2012 5:46 AM
    • Replies: 4
    • Views: 475
    2 Feb 2012 2:49 AM Go to last post
  14. Locked Grid: Footer and Summary Row

    Hi - I have a Locked Grid which needs a Summary Header and Summary Row. Please find attached snapshot. Let me know if anyone has already tried...

    Started by extgs, 31 Jan 2012 10:12 AM
    • Replies: 2
    • Views: 809
    1 Feb 2012 10:03 PM Go to last post
  15. Carousel not working on Ext JS 4

    Hi, Does anyone know of a carousel ux that works on version 4? The one that used to work on version 3 doesn't work anymore. I fixed the obvious...

    Started by Ran Oren, 24 Jul 2011 12:54 PM
    • Replies: 1
    • Views: 451
    1 Feb 2012 12:27 PM Go to last post
  16. Style sheet issue in FireFox (v 9.0.1)

    Hi, When I try to apply bacgkround to toolbar component using style in my extjs view, then I am seeing its working fine in IE and FF. However, as...

    Started by ashishchandras, 1 Feb 2012 10:01 AM
    • Replies: 2
    • Views: 320
    1 Feb 2012 11:05 AM Go to last post
  17. Question Disable JSON encoding in AJAX proxy during create

    My server requires me to send CSRF tag for any post request. Which I am doing like this Ext.Ajax.on('beforerequest', function(conn, options) { ...

    Started by nicholasnet, 31 Jan 2012 1:54 PM
    • Replies: 2
    • Views: 597
    1 Feb 2012 10:33 AM Go to last post
  18. Question Drag and Drop in groupingsummary Grid

    Hi to all, i'm a beginner with extjs framework. I've a grid with ftype: 'groupingsummary' feature, and I would allow users to drag and drop items...

    Started by erossinelli, 30 Jan 2012 3:41 AM
    • Replies: 2
    • Views: 510
    1 Feb 2012 10:20 AM Go to last post
  19. getting record from rowEdit in mvc extjs

    I'm using the rowEditing on my grid in my mvc application. I'm able to handle the event when the user clicks update. However i'm having issues get...

    Started by Anthony.Hall, 1 Feb 2012 9:04 AM
    • Replies: 1
    • Views: 568
    1 Feb 2012 9:56 AM Go to last post
  20. Problem using Time Axis with chart

    Using Category axis, using a string as date it works. But I would like to use a Time axis. The chart doesn'T render. Here is a sample of my data ...

    Started by stetou, 1 Feb 2012 7:06 AM
    • Replies: 2
    • Views: 337
    1 Feb 2012 8:25 AM Go to last post