Can anyone help why mouse wheel scrolling very slow in both Firefox and Chrome.
In Internet Explorer its working fine
http://docs.sencha.com/extjs/4.1.3/extjs-build/examples/grid/locking-grid.html
Type: Posts; User: 2mailpks
Can anyone help why mouse wheel scrolling very slow in both Firefox and Chrome.
In Internet Explorer its working fine
http://docs.sencha.com/extjs/4.1.3/extjs-build/examples/grid/locking-grid.html
Thanks for your reply Gary Schlosberg, by the way can you help me out how to achieve thus,
i have splitbutton with menu configured as empty array
xtype: "splitbutton",
//text: 'FAQ',...
0down votefavorite
Is there way i can create Menu and Submenu recursivesly like tree node creation in Treepanel Extjs
Say i have empty menu items
I read xml input for constructing a Menu and...
Is there any way we can have slider with chart(i.e bar chart or line chart)?. While changing the slider(assuming multi Slider with min and max) the graph has to be changed.
For Example...
Can u give some code example for that
Is there anyway we can highlight column with filter is applied using column menu. The same way when we do sorting an icon(down and up arrow) is added on the individual column level to notify user.
Hi I have ExtJs Grid
My Sample Code is Below, I am using version 3.2.x
Ext.onReady(function(){ // create the Data Store var store = new Ext.data.Store({ // load using HTTP ...
Thank you
@prophet
The Way U suggested and i have tried is escaping the html tags inside that tooltip
for ex:'<table><tr><td>John</td></tr><tr><td>John</td></tr><tr><td>John</td></tr>'
its showing...
I have Grid Column header Designed like Following
{ xtype :'gridpanel', columns :[{ xtype : 'actioncolumn', header: '<img src="images/header.png" />', ...
Hi,
When i trying to Clone Xml Document Object Chrome,IE behaves properly but Safari Browser version 5.1.7 which returns null,
Follwing is my sample Code
var c="<tr> <td> <input...
Browser Compatibility Issue...... IE9 Vs Chrome 46.xxx
IE 9 and Chrome 46.0.XX Cross Browser Compatability
IE 9 and Chrome 46.0.XX Cross Browser Compatability
Hi Mitchell..
I have an Application which receives the data from Web Service as XML .. All My Grid panel and Tree Panel Uses the Same...
I wanted to load a datas to grid from json and save data back to same json. meanwhile i could able to delete row..
Hi
I just wanted to edit row using rowedit plugin,
loaded data from json(i,e.....
Hi
I just wanted to load data from Json and Display in Grid, and edit,save back to same data to some file called data.json .
which is located in app directory...