Loeppky
I am using ext.ux.data.dwrProxy for dwrcalls and I am not able to handle the exception that we get when dwr calls are performed. The exact problem that I have is when a dwr call is made...
Type: Posts; User: guessit
Loeppky
I am using ext.ux.data.dwrProxy for dwrcalls and I am not able to handle the exception that we get when dwr calls are performed. The exact problem that I have is when a dwr call is made...
I have a gridpanel with RowExpander. My requirement is to refresh the grid inside the rowExpander when a checkbox is clicked. I am able to update only 1 grid inside the rowExpander of one row. Please...
Buz,
Any changes in ext.ux.HighCharts.js or adapter file for highcharts new 2.1 version. And any luck in the performance of Highcharts in IE7. I am still seeing that IE is taking a lot of time to...
Buz,
Do we really need this
<!--[if IE]><script type="text/javascript" src="/dbPortal/js/ext/excanvas.compiled.js"></script><![endif]--> in the jsp page to get the charts working in IE. The...
Buz,
It has the same problem when its a normal panel. Any idea how to improve the performance. Other interesting thing its not taking that long to render in Firefox. In IE its taking like 20 to25...
Thanks buz. its working now. I have one more question. Its taking 10 to 15 sec to load the graph in tab panel for the data in thread 269. I would have more data than the example so please can you...
Buz,
Please can you help me figure out how to deal with multiple series that are stacked. Its not working even with the new adapter and ux highchart. I have asked the question before in thread#...
Stacked column charts with more number of series
Buz,
Below is stacked column chart which has 20 series. I am not able to get the series displayed until i hide some series. I am using the...
Stacked column charts with more number of series
Buz,
Below is stacked column chart which has 20 series. I am not able to get the series displayed until i hide some series. I am using the...
I am setting the series on fly as below
data = [
{name:'United States', code: 'US'},
{name:'Ireland', code:'IE'},
{name:'Canada',...
I am setting the series using the below function
data = [
{name:'United States', code: 'US'},
{name:'Ireland', code:'IE'},
...
I have a stacked column chart that doesn't have series defined. So is there any way I can built it according to the results retrieved from the server side.I am currently on 3.2.1 version
I have a stacked column chart that doesn't have series defined. So is there any way I can built it according to the results retrieved from the server side.
Thanks for the reply but I don't have screen shot. This piece of code will give you some info.
var childPanel = new Ext.Panel({
border : true,
items:...
When we click on hyper link in a panel how to move the position to the grids in the panel.
How to export the panel data to a pdf in extjs 3.2.1 in IE 7 ?