Search Results

Type: Posts; User: jstifel

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. I would to be able to resize an center a window based on explorer page size every time the uses does a resize of the navigator page.

    Is it posible?

    I tried the following but it does not seems...
  2. I am trying to create and resize a window on page_load without any success. What I want is to be able to create and change window size on callback.
    What Am I doing wrong?



    <%@ Page...
  3. Found the thread 9568 which actually solved my problem. Thank you guys. Yo can close the case now.
  4. I have a combobox which is created dynamically on direct event. Items for this combobox are assigned at that time base on parameter I receive from direct event. Problem is I can get the combobox to...
  5. I have the following situation.
    I setup a grid and a form to edit details in a popup window.
    I bound the controls before showing the window with the proper values for checkboxes.
    The form is split...
  6. It worked. Thanks.
    You can close the case now.
  7. It worked. You can close the case now.
  8. I have just updated version of Ext.net from 3.0 to 3.1. A test page that used to run Ok in version 3.0 now gives the error: cannot obtain property 'tooNarrow' null reference or not defined when...
  9. I have programed an example of what is going on. I setup store rows on page_load as if they were manually inserted by user.
    I know expect to process this inserted rows when user clicks save button....
  10. Yes I use DirectEvents to post data back to server.

    I have checked debugging request.params on callback and realised the problem is checkbox data is not always submitted, sometimes the...
  11. Hi there, I have developed a user control which allows to generate a CRUD form based on a JSON file.
    For this purpose the user control creates grid and edit window with form for editing purposes.
    ...
  12. Dear Sir, I would to be able to fill list and selected items for a multicombo in code behind with no success. Nothing gets displayed.
    Please find attached vb code i have written for this purpose....
  13. ok, according to other thread I found, during page_load stage one should use selectedItem.value = value to assign selected value to combobox. I tried in my example and worked fine. Believe you can...
  14. I have made and additional test adding a button and wiring a direct click event in which have called the setValue method and worked Ok.
    I guess something is not already setup on page_load than is...
  15. O, I tried it, did not worked.
    Still selected item not showed in combobox.

    I have also tried filling items manually with .items.add(new ext.net.listitem with) and it does nor work either....
  16. Hello there. When using the SetValue method of combobox server side I can not get the combobox to display selected value text.
    I also tried calling the setValue of combobox client side using...
  17. Hello, I want to know how to disable a button on client side when a store does not have any changes made to it.
    I basically use the button to commit changes to database with the click direct event.
  18. Thanks, that will do the work. Please close the case.
  19. Hi, is it there any way to add a param to the request any time a callback is generated in client side? I would like to be able to pass changed records from store back and forth any time a direct...
  20. OK, it worked perfect.
    Thanks a lot.
    Please close the case.
  21. Never mind. I already got it.
    Let you know if everything Ok.
  22. Any example on how passing the dictionary to Add method?
  23. Yes, if I use 'New With' it works. My problem is I cannot use this syntax because I need to be able to assign column values to row data by referencing column name before I add it to store. This...
  24. I am using ext.net 2.4.0, .net 4.0.
  25. Yes, that is the procedure.

    Here goes full error code:


    Server Error in '/emax' Application.

    Cannot get inner content of form1 because the contents are not literal.
    Description: An...
Results 1 to 25 of 55
Page 1 of 3 1 2 3