Search Type: Posts; User: ivanleblanc
Search: Search took 0.02 seconds.
-
1 Oct 2012 12:55 PM
- Replies
- 4
- Views
- 1,415
This was a problem for me as well when I migrated from ST1 to ST2.
I added this override, it seemed to be the least painful way to render something different into the header dom list item other than... -
2 Jun 2012 11:44 AM
Jump to post Thread: Ext.ux.form.field.DateRange by ivanleblanc
- Replies
- 3
- Views
- 908
No. I probably should look into it. I see that it how most people share their code.
-
31 May 2012 7:31 AM
Jump to post Thread: Ext.ux.form.field.DateRange by ivanleblanc
- Replies
- 3
- Views
- 908
This is a form field that has a Date Picker that is always visible allowing you to select multiple dates.
It is compatible for Ext 4.1
Its a basic Date Picker with a few extra buttons added.
"C"... -
4 May 2012 10:59 AM
- Replies
- 8
- Views
- 1,571
I couldn't seem to make my grid work with your solution, so this is what I came up with that seems to work.
if(grid.spacerEl) {
var lockedView = grid.view.lockedView,
... -
4 May 2012 6:55 AM
- Replies
- 8
- Views
- 1,571
I am having the exact same problem.
I am thinking it has something to do with the fact that I am re-configuring my grid, because the locking 4.1 example looks like it works, the spacer is placed at... -
1 May 2012 7:30 AM
- Replies
- 7
- Views
- 751
So the 4.1 GA release still seemed to not work on its own, but it does work with your fix as far as I can tell. The commitRecord code does need to be copied and pasted though from the 4.1 GA release...
-
30 Apr 2012 5:30 AM
- Replies
- 7
- Views
- 751
Hey great fix!
As far as I can tell that one liner makes it work for now. (in 4.1.0 rc3) -
24 Apr 2012 4:42 AM
- Replies
- 7
- Views
- 751
No I do not.
I just don't see how the commitRecords function works I guess.
If anyone can shed some light on it that would be great. So this is what i understand of it.
commitRecords code from... -
23 Apr 2012 1:33 PM
- Replies
- 7
- Views
- 751
Ext.data.Operations.commitRecords does not seem to be syncing the server data to the client record when the server returns multiple records.
This is for a multiple create operation, I have not... -
23 Apr 2012 8:04 AM
Jump to post Thread: Grid Search Plugin by ivanleblanc
- Replies
- 1,023
- Views
- 363,388
I unfortunately have no experience in asp.net MVC 3.
I am sorry. -
23 Apr 2012 5:42 AM
Jump to post Thread: Grid Search Plugin by ivanleblanc
- Replies
- 1,023
- Views
- 363,388
@ panpur
Can you post some code, may be how you have it laid out or something.
Here's a quick example I made using the grid-array.js example form docs and it seems to work fine.
I am using the... -
8 Aug 2011 6:00 AM
Jump to post Thread: Grid Search Plugin by ivanleblanc
- Replies
- 1,023
- Views
- 363,388
@ preichow
I have put together an example based on to Ext 4 grid examples.
First one being the Basic Array grid to show local searching and the second one is the Infinite Grid example which uses... -
3 Aug 2011 5:04 AM
Jump to post Thread: Grid Search Plugin by ivanleblanc
- Replies
- 1,023
- Views
- 363,388
Well this is what the plugin attaches to the reload request based on what columns you tell the plugin you want to search in.
fields : ["id","invoice_to","vendor_name","description"]
query: 4608... -
1 Aug 2011 10:25 AM
Jump to post Thread: Grid Search Plugin by ivanleblanc
- Replies
- 1,023
- Views
- 363,388
What do you mean searching doesn't work?
When mode is set to 'remote' the plugin reloads you store with the extra parameters of the filter applied to the load call.
You have to handle the filtering... -
1 Aug 2011 10:14 AM
Jump to post Thread: Grid Search Plugin by ivanleblanc
- Replies
- 1,023
- Views
- 363,388
To Juanyong:
I would imaging its because you have
mode: 'local'
When paging you only have the current page's data in cache. So if you are using mode local you will only search the current... -
8 Jul 2011 7:42 AM
Jump to post Thread: Grid Search Plugin by ivanleblanc
- Replies
- 1,023
- Views
- 363,388
Saki, this GridSearch plugin has by far been the most useful plugin I have used in Ext 3 and want to thank you for your contribution.
I am moving to Ext 4 and saw that you have not had time yet to... -
11 Oct 2010 6:25 AM
- Replies
- 105
- Views
- 25,107
Has anyone attempted to make this TreeGrid async?
I attempted to try and do this, but seems to be more difficult than it appears because this component is not dealing with a TreePanel component... -
21 Dec 2009 6:15 AM
- Replies
- 14
- Views
- 3,919
I seem to have found a work around for this issue. Using a table layout instead of a column layout will auto resize the fieldset when the window is resized.
Here is an example of my test code:
... -
11 Dec 2009 9:51 AM
Jump to post Thread: Load data in checkboxgroup by ivanleblanc
- Replies
- 19
- Views
- 15,941
Ok this is how i did it.
First I took the code exaclty as fjalcaraz posted a few post back on page 1 here it is again.
Ext.form.CheckboxGroup.prototype.initComponent = function(){
... -
10 Dec 2009 6:22 AM
Jump to post Thread: Load data in checkboxgroup by ivanleblanc
- Replies
- 19
- Views
- 15,941
Wow... I have been searching the forums and google for the past 2 days for a solution to this checkboxgroup problem. This one right here works.
Thank you very much! -
19 Oct 2009 11:54 AM
- Replies
- 0
- Views
- 3,036
I am trying to use the Row Editor with a JSON writer and Restful as true.
Here is mt Record object:
var Asset = Ext.data.Record.create([
{name: 'id', type: 'int'},
{name:...
Results 1 to 21 of 21
