Search Type: Posts; User: sravankumar
Search: Search took 0.02 seconds.
-
14 May 2012 1:57 AM
Jump to post Thread: Association problem by sravankumar
- Replies
- 1
- Views
- 271
hi,
I created a Student model as
Ext.define('AM.model.Student', {
extend: 'Ext.data.Model',
fields: ['rollId', 'studentName'],
associations: [
{type: 'hasMany', model:... -
4 Mar 2012 10:34 PM
Jump to post Thread: On double click pop up window by sravankumar
- Replies
- 1
- Views
- 677
Hi,
i am new to ExtJs,i want to open a new window with details when i double click on the grid data.
how can we do it.
please help me.
thanks in advance.
Results 1 to 2 of 2
