Search Results

Type: Posts; User: mtsig

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. But how ?

    in the above example the ResponsiveRule property inside responsiveConfig does not exist

    Am i missing something ?

    Index.cshtml


    @page "{handler?}"
  2. Hello,

    is it possible to have a responsive example for ext.net 7.2 ?
    I search in examples but responsive example does not exists.

    Best regards
    Michael
  3. I just found it sorry. One one letter (T) was Greek not Latin.

    Thanks
  4. Hello,

    i am trying to upgrade my apps from ext.net 3 to ext.net 7.2.

    In my application when i have for example a button in .aspx file with id=btnTest
    i can access in javascript with...
  5. Hello,

    did you prepare a book about a ext.net 7 ?
  6. Perfect thanks was exactly what i need.

    I dont remember that gridview has the loadmask property.

    Best regards

    Michael
  7. Hello,

    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
  8. Microsoft Edge is latest chromium. Version 86.0.622.38.

    Thanks I 'll be waiting
  9. I 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
  10. Thanks 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...
  11. Hello,

    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...
  12. Hello,

    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...
  13. As 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#"...
  14. The 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) {
    ...
  15. Hello,

    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...
  16. Ok is open
  17. Daniil,

    it worked! Thank you very much.

    Michael
  18. Hello 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...
  19. <ext:Store ID="store_act" runat="server" AutoSync="false">
    <Model>
    <ext:Model ID="model_act" runat="server" IDProperty="ACV_ID" Name="ACT">
    <Fields>
    ...
  20. Ok thank you.

    The changes will be included in a future version ?

    Anyway please close this thread.
  21. Hello,

    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...
  22. Thanks a lot, it works fine.
  23. Hello 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...
  24. It 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...
  25. Ext.Net Version=2.1.1.11828
    Extjs=4.2
Results 1 to 25 of 30
Page 1 of 2 1 2