Search Type: Posts; User: Santosh Dhumale
Search: Search took 0.03 seconds.
-
4 Oct 2012 5:54 AM
- Replies
- 2
- Views
- 306
Thank you for your reply.
I am able to update the database table while saving or updating the record.
But still it gives old data.
If I tried to update second time it gives last saved... -
2 Oct 2012 9:11 PM
- Replies
- 2
- Views
- 306
I am working on project using desktop application api.
I have one grid editor where there is about 11 text fields and I have to save the edited value on "update" button. I did this using edit... -
14 Sep 2012 10:28 PM
- Replies
- 1
- Views
- 332
I have a grid editor where I have column under column.
And I dont used ant tbar to add the record.
Because my grid have data from database and user onlu can update this record.
And thid grid... -
12 Sep 2012 10:07 PM
- Replies
- 3
- Views
- 662
I tried something like this.
I have created one grid panel and creates columns under it. I just set dataIndex: properties to that columns.
And the dataIndex: property must be same to variable... -
12 Sep 2012 4:13 AM
- Replies
- 2
- Views
- 173
yes corrcet.
I made this on load event of gridstore and I worked. -
12 Sep 2012 3:03 AM
- Replies
- 5
- Views
- 2,244
Can we control this event?
Because In my project I have such requirement that if user add the items in selected list once then user should not be able to remove those items or cannot change the... -
11 Sep 2012 10:19 PM
- Replies
- 5
- Views
- 2,347
It worked for me in ext 4.1
-
11 Sep 2012 1:57 AM
- Replies
- 2
- Views
- 173
I want to display header text dynamically.
Please check this snapshot.
... -
10 Sep 2012 8:33 PM
- Replies
- 2
- Views
- 482
In my application I have 7 grid editors. And user have provision to save or update all grid editors at once.
For save and update I made ajax requests to different jsp's.
But the problem is data... -
8 Sep 2012 5:13 AM
- Replies
- 2
- Views
- 369
After loading the store of grid it giving the store.data.length=0,
but my json data looks like this
[{"a20":"","a2_5":"","a1_5":"","size1":"24... -
8 Sep 2012 3:29 AM
- Replies
- 5
- Views
- 12,377
Thanks.
It worked for me. -
7 Sep 2012 4:39 AM
- Replies
- 4
- Views
- 636
I dont want to do it on store load, when a single row is rendered that time i have to get values from that row add to it an array and after it next row should be rendred.
-
7 Sep 2012 4:04 AM
- Replies
- 9
- Views
- 672
Yes Its working now.
Now I have different problem.
I have an javascript array for some requirement.
Now when is grid is loading or after loading the value of drop downs of that grid should... -
7 Sep 2012 3:38 AM
- Replies
- 9
- Views
- 672
After removing data Index is not working.
-
7 Sep 2012 2:44 AM
- Replies
- 9
- Views
- 672
I tried like this.
renderer:function(value)
{
var index = sizestore.find("valuefield",value);
... -
7 Sep 2012 2:23 AM
- Replies
- 9
- Views
- 672
Thank you for your quick reply.
The code given by is givving error "Object doesnt support this property" for very first line of rendrer function.
I some where found the link similar to this:
... -
7 Sep 2012 1:18 AM
- Replies
- 9
- Views
- 672
pipegroup = Ext.create('Ext.grid.Panel', {
store: pipegroupdatastore,
forceFit : true,
// height : 300,
columns: [... -
7 Sep 2012 12:03 AM
- Replies
- 9
- Views
- 672
I have a grid editor. And this grid editor has the two drop downs.
Where each dropdown has thedisplay field and value field. Initially the drop down display the display field but when I select value... -
6 Sep 2012 11:26 PM
Jump to post Thread: Auto render of comboboxes by Santosh Dhumale
- Replies
- 9
- Views
- 1,225
Thanks.
It worked. -
6 Sep 2012 10:53 PM
- Replies
- 4
- Views
- 636
load not worked for mw.
It is not showing any error. -
6 Sep 2012 10:16 PM
- Replies
- 2
- Views
- 331
Yes I did like it. when I changing the country the state combo store get changed and I am able to store this values in database.but what after the when I reolad the grid.
After displaying grid... -
6 Sep 2012 3:36 AM
- Replies
- 2
- Views
- 331
I have a EditorGridPanel which contains two columns, country and state, each being implemented as a combobox. User can add as many rows as he/she wants. I have a list of countries and cities in in...
-
5 Sep 2012 4:40 AM
- Replies
- 2
- Views
- 253
Thank you.
It worked. -
5 Sep 2012 1:40 AM
- Replies
- 2
- Views
- 253
Hello,
I have very strange problem. I used grid editor and I get the data in following format.
... -
27 Aug 2012 10:49 PM
- Replies
- 4
- Views
- 636
I tried the linked dynamic dropdown using server side code using JSON and its working fine.
Now I am converting my existing project in EXT-JS-4.0 and in existing project I did like
function...
Results 1 to 25 of 32
