Search Results

Type: Posts; User: Dennis

Search took 0.01 seconds.
  1. That worked. Thanks!
  2. Fabricio,
    I found a close enough example of how to use "selectionchanged" listener but unable to get it to work, can you see what I am missing here (onSelectionChange function):



    <%@ Page...
  3. Fabricio, I actually solved part of this issue by calling DirectMethod and bind the data/refresh, it works great. Last issue i am trying to solve is how to make the "Update Status" button...
  4. Fabricio, I am not sure I am following the suggestion you are referring to. Perhaps if I provide the simple requirements you can suggest a simple solution:

    The user needs to be able to select as...
  5. Hi Fabricio, here is a standalone simplified example. There are two things I need to get working here:
    1. Show/hide "Update Status" button based on the grid selection (if no records are selected the...
  6. Fabricio, using your example I got this functionality working. Thanks !
  7. Geoffrey, here is the sample. Thanks for your help!

    Test.aspx


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="EXTTestCases.Test" %>

    <!DOCTYPE html>
    ...
  8. Hello,
    I need to accomplish the following:

    I have multiple records in a GridPanel, each record has a property called "Status".

    1. In case the user wants to set the same status to more than...
  9. Hello,
    I have a gridpanel with two buttons in the topbar/toolbar ("Edit Data" and "Save Data", "Cancel")

    Please see attached screenshot(it does not have the "Cancel" button yet).

    I have looked...
  10. Thanks! I figured it out, just made a call to DirectMethod. It worked!
  11. Hello,
    I downloaded the following example:
    https://examples5.ext.net/#/GridPanel/Miscellaneous/Details_Window/

    It seems to work properly except the code to save the data to the database is not...
  12. Fabricio - that worked. I used the ext:XScript block.

    Thank you!
  13. Hi Fabricio, I looked at the examples you provided but unfortunately they do not help in my case. I created a very small test case that shows my issue. (the problem with calling Renderer java script...
  14. Hello,
    I created a simple Master page example, now the saving feature is working, but it does not seem the combo box javascript renderer function can be found (it is located in the same script...
  15. Hello,
    Copying from the following example:
    https://examples5.ext.net/#/GridPanel/Editable/Editor_with_DirectMethod/



    [DirectMethod(Namespace = "CompanyX")]
    public void Edit(int id,...
  16. Thank you Fabricio - that worked!
    I have one more question. As I understand - In the Edit function the following call is supposed to commit the changes within the Store. How do I subscribe to the...
  17. Hi Fabricio,
    I have put together example with sample data, etc. It can be put in Visual studio and run as a stand alone app. Please take a look (You should see the ID of the status instead of the...
  18. Fabricio, can you point me to where I can find an example I am looking for?

    Thanks,
    Dennis.
  19. Fabricio, here it is.


    public class Client
    {
    public int ID { get; set; }
    public string Name { get; set; }
    public string Number { get; set; }
    public...
  20. Here it is:


    private List<Data.Client> GetDataNew()
    {
    pi = new Data.ProjectInventory(4, 1);
    List<Data.Client> clntList = pi.GetClientsList();

    ...
  21. Hi Fabricio,
    I set DisplayField = "Text". still same result. I also tried to use "Store" for the combo box, example of which I found in one of the posts on the forum - got same result. here is the...
  22. Hello,
    I have a Combo Box Field in the Grid Panel. I am having trouble making the combo box show the label when the page is loaded. Once I click on the Combo box control - it does show list of...
  23. Fabricio, thanks for getting back to me!.
    Actually I did define the grid in the slave page TestMaster.aspx and later on I moved the <ext:ResourceManager...> from Master page to TestMaster as well.
    ...
  24. Hello. I just installed Ext.Net 5.2.0.

    I was trying to implement the GridPanel - > Editable - > Editor with DirectMethod.

    I copied the example and it worked fine with a standalone .aspx page...
Results 1 to 24 of 24