Search Results

Type: Posts; User: HansWapenaar

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. Hi Fabricio,

    In my example I added a <ext:TextField> to the FormPanel. When relating the to the same DataIndex as the <ext:DisplayField> and setting Hidden=true I could get access to the new...
  2. Hi,

    I have a Formpanel containing DisplayFields. Data are initially loaded through a JsonPProxy and adjusted while using the webapplication.

    In the back I want to use the content of the...
  3. Hi Fabricio,

    Thanks for you quick response.

    Due to other priorities this project has been on the shelf for more than 18 months.
    I found that in september 2019 we discussed this buffered store...
  4. Hi,

    I found what could cause the error. It is related to Buffered="true" in the Ext:Store. When this line is removed the error does not show up.
    Should I take out the buffered option? Or are...
  5. Hi,

    In a web application with Ext.net I get an error related to Ext.js.
    The error appears after clicking a ext:imagebutton

    Uncaught TypeError: Cannot read property 'length' of undefined
    ...
  6. Ok, it works now.

    I installed Ext.Net through Visual Studio Marketplace. After creating an Ext.Net project upgrading to preview4.1 in the NuGet PackageManager made it work.

    Thanks.
  7. Hi,

    Until now I only worked with Ext.Net 5.2 in 'ordinairy' webapplications and MVC websites.

    I wanted to try Ext.Net 7.0 for ASP.Net Core and followed the download and install process. ...
  8. Hi Fabricio,

    Thanks for your quick response.

    I'm upgrading two different applications which contain the bufferedrenderer plugin. One with and one without the filters.

    For the one with the...
  9. Hi,

    I'm back to Ext.net and upgrading some web applications from 3.3 to 5.0.

    About one change I have a question: how to replace the BufferedRenderer plugin.

    In 3.3:


    Plugins>
  10. What a coincidence that I checked your website just today, after a long time.
    Great news!
    Just started to work on an upgrade of some older projects.

    I will wait for version 5 next week.
    ...
  11. Hi,

    Until the license policy was changed to a minimum of 5 developers I used Ext.Net in almost all my projects.
    I switched, like probably more developers, to Telerik. But I still prefer the...
  12. Hi Fabricio,

    Amazing that i still get a reaction on a thread i started in 2014.

    But for me, as a self employed developer requiring only a single user licence, the price of Ext.Net is far too...
  13. Hi,

    I'm starting up a new webapp that links to a seperate webapi for getting data, images and maps. User has to login via the webapp to the webapi.
    When starting up a new project in VS2015 a...
  14. Hello Daniil,

    All works well in IE 10, IE11, Chrome, Firefox, Opera and the pc version of Safari.
    Apart from the panel-layout-problem in Edge I also found the same problem in Safari on an iPad....
  15. Hi,

    In vs2013 I am trying to test a webapplication with Ext.net in MicroSoft Edge. I found some problems with the layout of panels.
    Is ext.net supporting Edge already?

    Hans
  16. Hi Daniil,

    Changing parameter e.raw to e.data makes it work again.
    I cannot remember why I used raw. Made it quite some time ago. Probably took it from an example.


    Thanks,hans
  17. Hi,

    In version 2.5 I used a listener on a gridrow which under certain conditions calls a directmethod passing e.raw.
    This e.raw is not accepted anymore in the directmethod in version 3 (latest...
  18. Ok, but I thought that OnReadData works when the user clicks on a node in the treepanel. After the user clicks on a node the contents of the ChildNodes is filled and the node is expanded.
    What I'm...
  19. Hi,

    Is it possible to expand a treepanel to a node from the code behind?

    I have an application that stores the last node selection that a user has made in a database and I want to make the...
  20. Hi Daniil,

    Ok, so it's to adapt to web standards.
    I will leave the focus-boxes in my website.

    To adjust colors of the tabpanel-menus, the gridpanel-rows and their headers I change:


    ...
  21. I see that you added the SelectionChange listener to the rowselection example.
    https://examples3.ext.net/#/GridPanel/Selection_Models/Row_Selection/

    But focussing to the selected record works...
  22. Hi Raphael,

    I tested your work-around with the selectionchange listener and the 'focusView'.
    That makes it work correctly.
    The selected row is shown now.


    Thanks for the suggestion.

    Hans...
  23. Hi,

    When you select a row in a GridPanel a line is shown around the cell that is clicked.
    You can see it in the rowselection example:...
  24. Hi Raphael,

    Indeed I use single mode.

    I searched the examples for a JsonPProxy dataset and found one that I adjusted. I added a button to search for a record and it gives the same result as in...
  25. Hi,

    I'm upgrading my first website to version 3 and have the following issue:
    The website contains a gridpanel that is based on a store with an ext:JsonPProxy.
    Selections of rows (singel...
Results 1 to 25 of 122
Page 1 of 5 1 2 3 4