Search Results

Type: Posts; User: aisi_it_admin

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Hello
    we are havillly using static direct methods and it seems that those are not refreshing session timeout, in following sence

    regardless of the


    <sessionState mode="InProc" timeout="1"...
  2. is there a reason why you are not using


    gridTwo.GetStore().RemoveAll() ?

    alternativelly I think the best is to check what js is generated on respective request after databinding empty list
  3. Hello

    note that I found relatively simple workaround to this.

    All waht I wanted to achieve is to have separate DirectMethods for module1 and module2, rather then having them both in the same...
  4. hm, based on your comments I created following example:




    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html...
  5. Hmm - so sending just one form(panel) throught direct method is not possible it seems (?)

    Just for my understanding, can you comment this:

    1) Ext.net.DirectMethods.DirectMethod({ formId:...
  6. Hello
    Question could be shortened as follows: How to force FormPanel to render <form> tag and will it help on my case?


    example:



    <%@ Page Language="C#" AutoEventWireup="true"...
  7. Hello
    I have as usercontrol that is dynamically sticked on the page as a new tab.
    The idea of application is that it will open the same tab many times in order to allow switch user between tabs...
  8. Hello
    I'm playing with this example
    https://examples2.ext.net/#/XRender/UserControl/Lazy_Load/

    1) is there a way how to call DirectMethod from the dynamically loaded control?
    2) is there a way...
  9. Sorry for late answer, you are right it works fine on latest
    it does not work on 2.0 version ( about half a year old download), attached picture highlights original problem6423
  10. Could you explain me why following textoxes are rendered so diferently?


    <ext:Container runat="server" Layout="hbox">
    <Items>
    <ext:Panel ID="Panel1" runat="server"...
  11. Perfect, Bind handler is what I was looking for
  12. Hello
    Can you tell me if something like this could work?
    What I want to achieve is to have label + image in the cell, and once the image is clicked, I want to get the record
    so far, from UI point...
  13. Yes, that's close to what i would like to
    is there a way I can use "strongly type" methods in javascript - Means instead of Ext.net.request method you sugested use the...
  14. Yes,
    Simply as part of the Ext.Net application ( as at the end - sencha touch app is just bunch of javascript + one landing (html) page)

    I found one Ext.Direct implementation already here :...
  15. we are probably still not on the same way
    Maybe I can ask like this - is there a way how to setup Ext.NET on server, so sencha touch can connect to it?
    I'm not talking about UI stuff - just about...
  16. Hello

    Thank you fro the reply
    It's not quite like that
    We have finished Ext.NEt application, most of methods are Directmethods on the page (that simply call some underlying layer)

    now we are...
  17. Hello
    I know that Ext.NET does not support Sencha touch controls ( and logically it cant),
    I just wonder if there is an easy way how to generate Ext.Direct methods.

    in details:
    I have the...
  18. Hello
    I tried to experiment a little here, but no success, the problem is that close icon does not appear initially
    (it appears once I click the title of notification)



    <script>
    ...
  19. Hello

    based on couple forums threads, I managed grid with dynamic source working,
    the only problem is that Date columns are not updated (all the others are)

    To
    reproduce that, I narrowed it...
  20. FileUploadField does not render correctly if it is initially hidden


    <ext:FieldSet runat="server" ID="docFieldSet" Title="Documents" Width="500" Hidden="True" StyleSpec="margin-top:10px;">
    ...
  21. Ignore last message please, my mistake.
    This problem can be closed
  22. Works
    I realized that all datepicker and timepicker are defaulted for Today/time
  23. Hello
    I have updated to 2.1 and sees that PreserveIndicatorIcon does not work anymore
    I would expect all textboxes to have the same width, except the txtLastName, which is displayed as expected (as...
  24. Hello
    I found couple of posts here regardng the topic, not sure I got them clearly
    Seems that I cant do Server.Transfer during directEvent call, which is ok for me

    I have one larger page,...
  25. Hello
    Ok - I understand that different properties might be usefull in some cases but then I still think the server code is not correct:
    DateFieldBase.LoadPostData

    ...

    DateTime dateTime =...
Results 1 to 25 of 57
Page 1 of 3 1 2 3