Search Type: Posts; User: gangxu
Search: Search took 0.01 seconds.
-
20 Feb 2009 9:51 AM
- Replies
- 4
- Views
- 745
Here it is. Sorry about it.
The code shows how the PropertyGrid is populated. When the values are updated, is there an easy way to tell?
<html>
<head>
<meta... -
20 Feb 2009 7:52 AM
- Replies
- 4
- Views
- 745
Sorry, I really mean PropertyGrid, not PropertyPanel. Newbie here.
Here is a simple code I have here. -
19 Feb 2009 8:16 PM
- Replies
- 4
- Views
- 745
How can I tell the values in PropertyGrid have been updated?
My propertyGrid is loaded in my code like this:
var rec = new Grid.PropertyRecord({
name: 'abc',
value: '123'
});... -
13 Feb 2009 12:13 AM
- Replies
- 2
- Views
- 624
Thanks for the tip! It works!
-
12 Feb 2009 11:59 PM
- Replies
- 2
- Views
- 624
I tried to add grid in tab by adding TabPanel in array-grid example. I modified array-grid.js.
// grid.render('grid-example');
grid.getSelectionModel().selectFirstRow();
var... -
8 Feb 2009 12:44 AM
Jump to post Thread: Grid flash problem by gangxu
- Replies
- 4
- Views
- 1,114
Thanks! Let me check JSON store in your example
-
7 Feb 2009 7:30 AM
Jump to post Thread: Grid flash problem by gangxu
- Replies
- 4
- Views
- 1,114
Hi,
I'm new to EXT. I Need to display the progress of some tasks. I use Grid with SimpleStore. The data is pulled from server regularly (every 1 second).
After I receive the data, I do a...
Results 1 to 7 of 7
