Ext: Discussion

Page 105 of 422 FirstFirst ... 5 55 95 103 104 105 106 107 115 155 205 ... LastLast

+ Post New Thread

  1. Extjs4 Store

    HI I am trying to display data in grid , But while loading the store its showing error like..... SCRIPT1004: Expected ';' ...

    Started by kantha.exe, 15 May 2012 3:41 AM
    extjs4 store proxy url
    • Replies: 1
    • Views: 364
    18 May 2012 12:32 PM Go to last post
  2. Store returns null data

    This is my store Ext.define('Sentry.store.sentrystore', { extend: 'Ext.data.Store', requires: , model:...

    Started by hemant1, 17 May 2012 10:19 PM
    • Replies: 1
    • Views: 277
    18 May 2012 11:22 AM Go to last post
  3. NULL in data.store

    Hello In constructing the graphs on the ExtJS4.1, faced with the problem. If the data gets set to NULL, the line graph is not built correctly. How...

    Started by RFman, 14 May 2012 9:43 PM
    • Replies: 5
    • Views: 592
    18 May 2012 4:49 AM Go to last post
  4. Combobox expand does not load remote store after removeAll()

    Hi, if I do this: myCombo.store.removeAll(); And then, I try to expand the combo, it does not make any remote call anymore, so a blank list...

    Started by mysticav, 8 May 2012 3:12 PM
    • Replies: 6
    • Views: 975
    18 May 2012 4:41 AM Go to last post
  5. Grid renderTo Div

    Hi, i'm newbie with ExtJs and the last two days i was looking for render a Grid in a particular Div of my web html pages. At the moment i can get...

    Started by Sadd, 17 May 2012 7:31 AM
    • Replies: 2
    • Views: 1,212
    17 May 2012 12:53 PM Go to last post
  6. column header tooltip

    In Ext 3 there was a property called 'tooltip' in the column definition of the column model that created a tooltip on the header. This appears to...

    Started by natelapp, 15 Jul 2011 3:04 PM
    • Replies: 3
    • Views: 620
    17 May 2012 12:08 PM Go to last post
  7. Mapfish toolbar problem while using ExtJS4

    Hi all, We are using Mapfish Toolbar with ExtJS3 in our application.Now we are trying to migrate our application to ExtJS4.But we are facing an...

    Started by kiranadn.net, 20 Jul 2011 7:09 PM
    • Replies: 5
    • Views: 1,260
    17 May 2012 11:35 AM Go to last post
  8. Dynamic add/remove grid features

    Hi All! There's a grid with groupping feature and store with group field. Purpose - dynamically change groupping. With store it made by...

    Started by Black Moon, 5 May 2012 2:42 AM
    • Replies: 2
    • Views: 459
    17 May 2012 8:03 AM Go to last post
  9. Extjs 4 renderTo

    Hi, I have a problem with upgrading my application from Ext 3.0.3 at 4.1. Simply in my login form I have two normal <input type="text"> USERNAME...

    Started by Terrible, 17 May 2012 6:00 AM
    • Replies: 6
    • Views: 2,758
    17 May 2012 7:56 AM Go to last post
  10. why the code of file js does not execute

    hi all, i have a file js contains the form and some code extjs: Ext.Loader.setConfig({enabled: true});Ext.Loader.setPath('Ext.ux',...

    Started by owenho, 10 May 2012 1:13 AM
    • Replies: 1
    • Views: 376
    17 May 2012 7:11 AM Go to last post
  11. IE8 Issue with Three 4.0.5 Classes

    In ExtJS 4.0.5, we're having a problem with three classes in IE8: HBox.js line 75 VBox.js line 78 AbstractContainer.js line 858 The error is...

    Started by BillHubbard, 7 May 2012 9:56 AM
    • Replies: 1
    • Views: 320
    17 May 2012 7:02 AM Go to last post
  12. GridPanel ScrollBar force refresh

    Good morning. How refresh scrollbar of gridpanel, when component creation with "invalidateScrollerOnRefresh: false" property. Please help me!

    Started by sannas, 4 May 2012 11:08 PM
    grid scrollbar refrash
    • Replies: 1
    • Views: 525
    17 May 2012 6:51 AM Go to last post
  13. TreeStore removeAll() fails

    I've noticed some problems when I call removeAll() on a StoreTree item. It fails, because apparently the function removes the most inner children...

    Started by amerello, 10 May 2012 10:12 AM
    • Replies: 3
    • Views: 924
    17 May 2012 4:50 AM Go to last post
  14. Extjs 4 Grid, data is displaying when hiding a column

    Hi, I'm facing a problem with ext grid when trying to hide a column. setting hidden : true only hiding column header not its data. I'm displaying an...

    Started by seemajoshi, 11 May 2012 3:17 AM
    • Replies: 5
    • Views: 2,307
    17 May 2012 4:41 AM Go to last post
  15. Extjs4 stores and records length

    Hello friends I have in a viewport a textfield that it is for searching purpose. I have also a store that holds the data from the search queries....

    Started by anarchos78, 16 May 2012 1:34 PM
    extjs4, store
    • Replies: 3
    • Views: 978
    17 May 2012 4:34 AM Go to last post
  16. XTemtplate local variables?

    So I am curious about using XTemplate to possibly do summations/averages on values that I read off in ajax. Also I want to have a template change...

    Started by atrius, 1 Jun 2011 8:22 AM
    • Replies: 1
    • Views: 337
    16 May 2012 11:09 PM Go to last post
  17. upload files in chunks

    Anyone have knowledge on how I can know the size of a file before sending it to the server with Extjs 4.0. The component I am using to upload files...

    Started by dosorio, 15 May 2012 8:34 PM
    • Replies: 5
    • Views: 614
    16 May 2012 6:27 PM Go to last post
  18. [Solved] Grabbing scrollbar on a grid?

    Has anyone tried grabbing the grid scroll bar on a grid? I've tried doing an Ext.ComponentQuery.query(myGrid).down('gridscroller'). In the API, the...

    Started by link41489, 16 May 2012 10:01 AM
    • Replies: 1
    • Views: 583
    16 May 2012 12:14 PM Go to last post
  19. charts: how to avoid aggregation/grouping with time axis and scatter series

    Hi all, I have a chart with a category axis aligned to left and a time axis aligned to bottom. I am using this with a scatter series. It seems...

    Started by scheid, 14 May 2012 7:16 AM
    • Replies: 2
    • Views: 340
    16 May 2012 12:11 PM Go to last post
  20. How do I get a TextArea to scroll?

    I've googled and searched the Sencha forums and read all the documents that I can, but I can not find a way to programatically scroll a TextArea. ...

    Started by oajboss1, 15 May 2012 11:30 AM
    • Replies: 3
    • Views: 628
    16 May 2012 11:48 AM Go to last post