Search Type: Posts; User: djarquin
Search: Search took 0.03 seconds.
-
21 Jan 2010 1:37 PM
- Replies
- 11
- Views
- 10,362
I TRY LINQ TO SQL, AND IS VERY EASY TO PAGING RESULTS, EXAMPLE.
var db = LinqUtil.GetContext();
var query = from ct in db.catalog_tasks
where... -
21 Jan 2010 1:21 PM
- Replies
- 4
- Views
- 8,864
I had a lot of request in one application, what I do is to catch then all
Ext.util.Observable.observeClass(Ext.data.Connection);
Ext.data.Connection.on('requestcomplete', function(dataconn,... -
17 Sep 2009 9:14 AM
Jump to post Thread: Grid Filter (Plugin) by djarquin
- Replies
- 917
- Views
- 566,675
I have a dirty one, i hope it help you:
EditableItem.js, I changed the html property,jajaja
onRender: function(container){
var s = container.createChild({
cls:... -
17 Sep 2009 9:09 AM
Jump to post Thread: Grid Filter (Plugin) by djarquin
- Replies
- 917
- Views
- 566,675
I fixed it modifiying the EditableItem.js, in the onRender callback, I change the html property:
onRender: function(container){
var s = container.createChild({
cls:... -
17 Sep 2009 9:02 AM
Jump to post Thread: Grid Filter (Plugin) by djarquin
- Replies
- 917
- Views
- 566,675
I used it with ASP.NET, I only have to add a number of filters parameter to make it work:
At GridFilters.js:
buildQuery: function(filters){
var p = {};
// THIS IS THE...
Results 1 to 5 of 5
