try this example: http://www.sencha.com/forum/showthread.php?68817-locked-column-in-editor-grid
Type: Posts; User: Angelgab82
try this example: http://www.sencha.com/forum/showthread.php?68817-locked-column-in-editor-grid
I have 4 sliders in the page that are working fine...
And there listeners as well..
What i'm trying to do is to make my slider go slower from x number to y number
I tried supressevent...
The radioGroup creates a table with tr and td.. if you check it on firebug you will see in your case:
<table>
<tr><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td></tr>...
The slider in the new GXT is cool :
http://www.sencha.com/examples/pages/misc/slider.html
Check as well this http://dev.sencha.com/deploy/gxtdocs/com/extjs/gxt/ui/client/widget/Slider.html
I had the same problem with requesting it on windows server for some security reasons...
I did a simple solution in FeedGrid.js i requested the page directly.
this.store = new Ext.data.Store({...
In the example its already added.
In the file grid-filter.js:
var grid = new Ext.grid.GridPanel({
id: 'example',
title: 'Grid Filters Example',
ds: ds,
cm: cm,
Thanks Bit for your help and advice, I didn't give the security much of time because this script is running intranet my idea was printing out from the mysql itself after filtering the grid.
Best...
First I would like to thank ambience who created the Grid Filter plug-in (wonderful job) and Animal for the great export to excel plug-in.
At my job I was required to create a Grid-Filter that...
I had to upgrade to v6.x It Rocks!! Thanks man for this lovely option.
Best regards
Gabriel.
Hello,
Im using a GridView simillar to "Expander Rows, Collapse and Force Fit" http://extjs.com/examples/grid/plugins.html
I was wondering if there is a way to call the expander on Row Click....
bad class file: C:\Program Files\Google Web Toolkit\PasswordField\PasswordField.jar(ext/ux/pwd/client/PasswordField.class)
class file has wrong version 50.0, should be 49.0
Please remove or make...
I used lightbox for few websites and projects it has so much cool effects and why to loose time working on a new one.
but you have also in the extjs cool effects for images like ...
The xml loads nicely and very well... (i tried it)
http://extjs.com/examples/grid/xml.html
If you want to load it on load.
XmlGridExample.Java
Create under Public folder a folder for...
I moved all the files that i need under the resources and now i see the Grid Nicely.
Can someone tell me where is the Data reader in the PagingGridExample ?...
I created a Web Application on Netbeans:
I did all this:
http://www.javapassion.com/handsonlabs/ajaxgwtintro/
I imported the GXT library:
gxt-1.1.4
I imported the Resources into my...
to fine build-gwt.xml (right click on your Project then Find (type build-gwt.xml) in File name panthers.
in build-gwt.xml
Add
<java classpath="${javac.classpath}:${src.dir}"...