Search Results

Type: Posts; User: AdvanceLoanTechnologies

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. After applying the FileUploadField JS fix you submitted for 4.3 we noticed RadioButtons are losing their state upon post backs (DirectEvents).

    Find below a working page from Ext.Net 4.2 Examples...
  2. Do you expect this fix will be merged into DEV and make it before 4.4 release?
  3. Hi Fabricio:

    We just tested the fix found at https://github.com/extnet/Ext.NET/issues/1527 in our local Ext.Net Examples projects 4.2 (upgraded to NuGet 4.3) and seems to be working.

    Below the...
  4. After upgrading to 4.3 from 4.2 we noticed Html forms are being broken returning an empty page when:

    1. A FileUploadField control is put inside them, and...
    2. You perform a post back such as...
  5. We opted to use BaseParams in our case for backward compatibility.

    Thanks
  6. Fabricio,
    Thanks for your response.
    Following what you said, we did more testing with Ver4.3 and found out that the RADIO ctrl is now reporting the CHECKED & VALUE properties correctly on...
  7. We seem to have found an old bug dealing specifically with <ext:Radio> control in the version 4.2 that we are using.
    This bug consist of Radio Buttons not keeping their state (check/selected) once...
  8. We found this Sencha bug during our EXT.Net upgrade and after doing a research notice they have fixed it and applied it for EXTJS-22672 in 6.2.1.167.

    References...
  9. While migrating form 1.x to 4.x noticed TextField's property ValidateDelay is no longer available.


    <ext:TextField runat="server" ID="ftMinimumScore" MaxLength="3" LabelWidth="90" Width="130"...
  10. Thanks for your quick response,
    your CSS rule works like a charm -> Arrows gone.

    You can Mark this issue resolved/closed.
  11. Fabricio, sorry if I did not include code or sample. I thought this might have been a simple/known issue.

    To use one of Ext examples https://examples4.ext.net/#/MessageBox/Notification/Overview/...
  12. I've searched the forums and could not find a solution - there is a .userarrows property in tree but does not seem to apply to menu.

    I am trying to get rid of the arrows which show up in menus...
  13. Hello:

    Client side scenario
    Notice in line 38-39 the parameters are being changed to different values, however their values aren't being updated on the request after reloading the panel (line...
  14. Hello:

    The new scenario in the test case DefaultTest.aspx (1 card in the panel) illustrates params being changed but not appended to the Request.Params collection when these are modified at the...
  15. Fabricio, Rafaelcjr here
    we will be posting a new sample on a new thread
    But before we do that , I just have couple of questions to make sure that our assumptions match what you guys know.

    ...
  16. I've had to change implementation of the AutoLoad for Loader as in the following ChangeLog's item.

    71. The Panel's AutoLoad property has been removed. Use the Loader one.
    It has the...
  17. Notice after setting the desired panel as active I can get access to its loader this way:


    #{stateSettingsPanel}.getLayout().activeItem.loader.params.stid = record.data.value;

    However, I'm...
  18. Hello:

    After getting the params collection from the client side I'm trying to update parameter dynamically as this:


    #{stateSettingsPanel}.getLayout().activeItem.getLoader().paramsFn().stid =...
  19. Fabricio

    Thank you for the detailed response.
    Yes, I am painfully aware how in general software engineering you can call your function arguments whatever you like - especially in scripting...
  20. There seems to be some discrepancies on the function signatures that are shown (arguments list) between your:

    Listeners Arguments Utility https://examples4.ext.net/#/Events/Listeners/Arguments/AND...
  21. Yes you got it right thanks. Kind of suspect it after trying several store methods but wanted to explore if there was a direct way to do it.
  22. Thanks for clarifying this. In short we'll need to come up with a way of extracting that collection from the model.
  23. Thanks, this will do it => #{availableData}
  24. After trying using store.getData()/store.getRange() methods noticed the same result, also went deeper by using store.getData().items.

    25009

    See another image below accessing the record we need...
  25. We are using the following code to access a multiselect items collection:


    App.ctl00_ctl00_centerZone_ContentPlaceHolder1_statesChooser_selectedItems.store.data.items

    The result below:
    25008...
Results 1 to 25 of 33
Page 1 of 2 1 2