Questions tagged [pagingtoolbar]

20 questions
0
votes
2 answers

ExtJS paging toolbar malformed

Using ExtJS 4.2.1 I added a paging toolbar to a grid panel. Everything works fine except that the toolbar is rendered malformed. The page input field is far to small and has some weird frames around it. With a little luck I can type something into…
Silicomancer
  • 8,604
  • 10
  • 63
  • 130
0
votes
1 answer

In a Grid ,Paging Tool Bar displays All the records

I am new to Ext Js, Created a grid view which has paging toolbar where in i am fetching the data from a store(a json) and i am restrictong the pagelimit using proxy : { type : 'ajax', url :…
0
votes
1 answer

How to make GXT widgets editable/clickable?

I trying to make my first GXT Paging Grid. So do not be strict:-) I render my grid according to example on official site. But buttons in toolbar do not work. When I trying to click on Next btn or Refresh or something else nothing happens. It even so…
Oleksandr H
  • 2,965
  • 10
  • 40
  • 58
0
votes
1 answer

Extjs- Paging Toolbar Next Page and Previous Page Disable

I have three parameters startdate, enddate and name which I have to send to the server to get back Json response. I am displaying the response in a GridPanel. My Ajax Request looks like this: FilterOperSet: function(button){ var win =…
0
votes
1 answer

Ext grid PagingToolbar does not show on IE

I have Viewport as below. The panel2 has a grid which has a PagingToolbar. It does not show in IE, it shows little in FF. If I don't have the north region, it works fine. What can be the reason? Ext.create('Ext.Viewport', { layout: 'border', …
fastcodejava
  • 39,895
  • 28
  • 133
  • 186
1
2