Perfect thanks was exactly what i need.
I dont remember that gridview has the loadmask property.
Best regards
Michael
Search Results
Type: Posts; User: mtsig
Search took 0.62 seconds.
-
Dec 03, 2020, 5:44 AM
Thread: [CLOSED] Store with Ajaxproxy hide mask
by mtsig -
Dec 02, 2020, 7:48 PM
Thread: [CLOSED] Store with Ajaxproxy hide mask
by mtsigHello,
i have a store that loads data with ajaxproxy. The proxy works very nice but i cannot
hide the loading mask.
Ιs there a way to completely hide the loading mask ?
Regards
Michael -
Oct 15, 2020, 6:00 PM
Thread: Ext.Net.Classic Example not working
by mtsigMicrosoft Edge is latest chromium. Version 86.0.622.38.
Thanks I 'll be waiting -
Oct 15, 2020, 3:44 PM
Thread: Ext.Net.Classic Example not working
by mtsigI tested on Chrome, Firefox and Opera. Works ok. In microsoft edge does not.
vsix template is the lastest from forum link.
I try the suggestion to remove DEBUG directives but same error -
Oct 15, 2020, 3:24 PM
Thread: Ext.Net.Classic Example not working
by mtsigThanks for answer.
I have install vsix to visual studio but the strange thing is that it has 2 templates for ext.net with different names than the forum docs.
So i created the project by hand... -
Oct 15, 2020, 11:43 AM
Thread: Ext.Net.Classic Example not working
by mtsigHello,
i am trying to run a simple example of ext.net.classic but i have the following error:
JavaScript critical error at line 1882, column 21 in... -
Jul 26, 2018, 9:24 PM
Thread: Calendar Month View
by mtsigHello,
i am testing with calendar and i have a problem find a way to change the title of a an event in month view.
In MonthView and in a specific date of the month i have event that displays... -
Apr 16, 2014, 1:45 PMAs you can see in the example below, grid summary columns become increasingly unaligned.
Any help with sorting out this problem will be greatly appreciated.
Regards.
<%@ Page Language="C#"... -
Feb 12, 2014, 11:41 AMThe link have the above code but this line if (!Ext.isIE) returns always false because i have Internet Explorer 11
Ext.override(Ext.view.Table, {
focusRow: function (rowIdx) {
... -
Feb 11, 2014, 10:05 AMHello,
i have a problem with CellSelectionModel in a gridpanel.
In the example below when you scroll to the last column and click for edit the grid goes to first column (i think ) with no focus... -
Feb 11, 2014, 9:59 AMOk is open
-
Feb 06, 2014, 8:59 AMDaniil,
it worked! Thank you very much.
Michael -
Feb 06, 2014, 7:38 AMHello i have a problem with group summary grid that does not refresh the group summary total (not the bottom bar totals) when i delete rows.
I change this... -
Nov 07, 2013, 10:19 AM<ext:Store ID="store_act" runat="server" AutoSync="false">
<Model>
<ext:Model ID="model_act" runat="server" IDProperty="ACV_ID" Name="ACT">
<Fields>
... -
Nov 07, 2013, 10:16 AMOk thank you.
The changes will be included in a future version ?
Anyway please close this thread. -
Nov 06, 2013, 10:55 AMHello,
we have a problem with Ext.net 2.3 and with older versions when the web server is behind a reverse proxy.
The reverse proxy that we use is the nginx latest stable version.
The... -
Jul 25, 2013, 3:06 PMThanks a lot, it works fine.
-
Jul 25, 2013, 1:25 PMHello again,
in the store example below we have a problem with the update calls to the server.
The problem is that when you have a date field on a grid and you edit the field by setting its value... -
Jul 25, 2013, 8:02 AMIt works with v2.2 (File Version=2.2.0.40838).
Now the header request params on insert two records is this:
_dc 1374735554521
action create
callback Ext.data.JsonP.callback4... -
Jul 24, 2013, 3:44 PMExt.Net Version=2.1.1.11828
Extjs=4.2 -
Jul 24, 2013, 3:26 PMSorry i checked AllowSingle true and false but the same behavior !!
-
Jul 24, 2013, 2:36 PMNo the same thing. I added to grid two rows and press the save (sync) button.
Below is the header params from the insert request.
The strange thing is that the writer has the property Root="data"... -
Jul 24, 2013, 9:10 AMMany thanks
It works as it should with AjaxProxy.
With json why not ? Is it a bug, just to know -
Jul 24, 2013, 7:13 AMHello,
I have no specific reason to use jsonp proxy. I just found it in example and use it.
The code of extjs that works :
Ext.define('model_users', {
extend: 'Ext.data.Model',... -
Jul 23, 2013, 3:13 PMHello, in the code example i have a store with setup for server calls with proxy jsonp.
The problem is that when the sync command executes the server calls executed ok but the header params are...
Results 1 to 25 of 25