Search Results

Type: Posts; User: andrefreitasjr

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi,
    I have a GridPanel that calls a popup window with a FormPanel. The code below passes the values ​​of the popup window (FormPanel) for GridPanel.
    How to do the same for a Panel?


    <Click...
  2. Vladimir, thanks for the reply.
    It worked.
    Do you know if there other properties of the store to confirm the save and delete operations?

    thank you
  3. Hi,

    I have a popup window with a cancel button that reloads the data grid with a listener.
    By clicking the cancel button is automatically displayed a message in English that asks if I want to...
  4. Hi

    I have two projects where the EXT.Net configured the same way.
    However, one works and the other returns the following error message: "The type or namespace name 'Ext' could not be found in the...
  5. Daniil, your suggestion worked.
    Thank you for help.

    Below the solution by clicking on the insert:



    #{Textbox}.setValue(#{GridPanelMaster}.getSelectionModel().getSelected().id)
  6. Daniil Sorry, but I could not find the "client ID".
    Below is all the code I have. If not bother you, please take a look.

    By the way, if you can indicate on ext.net theoretical material, I am...
  7. The first picture shows the GridMaster and GridDetail and their relationships through the field COD_VENDA (ID_Master)

    3562

    The second image is the popup window (FormPanel), displayed by...
  8. The following complete code of the popup.
    The GridDetail is filtered by gridMaster Id. The popup is displayed when you click the Insert button. Now I just need to display the gridMaster ID in the...
  9. <Listeners>
    Click Handler="#{GridDetail}.insertRecord(0,{});#{GridDetail}.getView().focusRow(0);#{GridDetail}.getSelectionModel().selectFirstRow();#{Detail}.show();"/> ...
  10. Right. I have a main page that contains the gridMaster and gridDetail
    The insertion gridDetail calls the popup window.

    In the popup page is where I enter the code to fetch the ID gridMaster,...
  11. The following example for better understanding.

    When I open the Details page, I need the label or textbox is populated with the id of GridMaster.

    I think this is where I enter the command.
    ...
  12. Hi Geoffrey, thanks for the reply.
    In my case, I need the popup window displays the ID of a grid, considering the row that is selected at the time of insertion.

    I do not know how to access the ID...
  13. Hi all,

    How to transfer values ​​between different windows?
    I have a master detail where values ​​are entered in detail through a popup window.
    The popup window must display the ID Master to be...
  14. Hello, my master-detail is working and missing some details.
    How to automatically populate the IDMaster field in the Details table?

    When I insert a new record in the detail table will show a...
  15. For those who have the same problem, the solution is to remove the select statement from the html code , it works perfectly.
  16. Good morning,

    After finishing the master detail, I'm trying to edit the master grid, but I get the following message:

    "LinqDataSource 'LinqDataSource1' does not support the Select property when...
  17. Hi,

    Incorrect syntax near '='.

    6 months ago when I opened the topic I already knew this error. But the code works correctly in Sql Management and WebDeveloper does not work.

    The problem...
  18. All information is displayed when I click on the row of the grid master

    In "Network," Response tab:


    <html>
    <head>
    <title>Incorrect syntax near '='.</title>
    <style>
    ...
  19. Hi, I'm trying for Chrome, but do not know exactly where the "DirectEvent request."
    I'm in the Developer Tools but do not know where to draw the information you need to help me.

    Can anyone help...
  20. Hello Daniil,
    The code you refer to was this one below?
    I saw this model in the example code the site, but the site is used with the example LinqDataSource.

    Thanks



    <script runat="server">...
  21. Good evening

    After some time I decided to continue with the ext.net and I'm still stuck in this problem of master detail.

    I could not solve my problem on the Internet.

    Anyone know what can...
  22. Hi,

    I made the suggested change and several others and the error persists. I seem to be problem with the sql statement, I will try to redo it with more attention.

    Thank
  23. Alainfo, thanks for help

    Follow complete code. VENDA is my master table and ITEM_VENDA my detail table. COD_VENDA is my id master...
    Thanks again.


    <%@ Page Language="C#" %>

    <%@ Register...
  24. Hi,
    Still going wrong, the message changed.

    "Incorrect syntax near '= '."

    I tried many ways, what can it be?

    Thanks
  25. Hi,
    The following code is returning the error "Incorrect syntax near '00 '."
    The variable "id" takes the master id and uses it to filter the detail.

    Can you help?

    Thanks
Results 1 to 25 of 34
Page 1 of 2 1 2