Search Results

Type: Posts; User: Wtower

Page 1 of 2 1 2
Search took 0.06 seconds.
  1. Hi,

    I was wondering the same. This also happens when there are more than one inline frame and the focus changes from an inline frame to another. It is a bit of an issue if a user works on this...
  2. Hi,

    I believe this is an issue indeed. What I have discovered, or at least I think, is that the authentication ticket is not renewed on ajax events because the viewstate is not included by...
  3. Hi,
    Try in child


    <ext:Button ID="ButtonClose" runat="server" Text="Close">
    <Listeners>
    <Click Handler="if (parent) parent.closeTab();" />
    </Listeners>
    </ext:Button>
  4. Hi,

    Try




    Store1.SortInfo.Field = "MyColumn";

    Store1.SortInfo.Direction = SortDirection.DESC;
  5. Hi,

    Check this: http://www.extjs.com/deploy/dev/docs/?class=Ext.MessageBox

    Wtower
  6. Hi,

    Try <br>

    Wtower
  7. Hi,

    You could place two comboboxes with month and year. Besides, a calendar is not necessary for the user to choose, so the date picker of datefield is irrelevant.

    Wtower
  8. Hi,

    Pardon me but why not use AjaxEvent?

    Wtower
  9. Hello,

    Sure, save is the function for this matter. Alternatively, if you do need to make any changes manually in a server function, you can pass the store with an ajax parameter like:

    ...
  10. Hi,

    It could go like:


    #{FormPanel1}.getForm().updateRecord(#{Store1}.getAt(i));

    Where i is the record index within the store.

    Wtower
  11. Consider this solved.

    It was a standard C# event subscription, I had an error elsewhere. Just for a future reference to others interested: the syntax is:



    item.AjaxEvents.Click.Event +=...
  12. Hello,

    I am trying to add an AjaxMethod in codebehind. My difficulty is how to specify the function for the OnEvent handler. I suppose the correct property of AjaxEvent in codebehind is Event, but...
  13. Hello,

    Same issue for me. The same combobox with template which works fine in a formpanel, inside a gridpanel loses the template. Any developments on this?

    Wtower
  14. Hello,

    Another issue of disabled view state, for your information rather. When a grid with a large number of records is serialized and sent, I receive an error "Request-URI too long".

    Regards,...
  15. Hello,

    IIS 6.0 on Windows Server 2003 x64. Unfortunately this hotfix is for x86 or ia64 systems so I suppose I cannot test it.

    Wtower
  16. Hi vladimir,

    Apologies for my post not being clear. The request headers are included in the code region immediately below the response headers.

    Thanks,

    Wtower
  17. Hi Geoffrey,

    Strange indeed. After several tests I discovered that this is an issue also for IE and has possibly to do with my antivirus software (ESET). I have sent a formal complain about the...
  18. Hello,

    I am facing a funny situation here. I changed all my forms and ScriptManagers EnableViewState property to false. I also changed all ajax event types to load. On my localhost all forms are...
  19. Thread: Datetime

    by Wtower
    I would like to share this with the forum maybe someone could benefit.

    After a couple of days of evaluating possible solutions, what I did to deal with datetime fields of the database within...
  20. Thread: Datetime

    by Wtower
    Hello,

    In my database I use frequently date fields which contain time information. I can't find anything on how data maps from a single field in forms or grids into the underlying store which has...
  21. I was aware of the example indicated. I would have to produce a simplified sample of my code. Obviously I miss something or I do something wrong, but since there is a work around which would be...
  22. Good point, thanks for the quick reply. Unfortunately it still does not work correctly, it just shows a blank page. I cannot find what it might be missing, I think I will have to do it hard coded to...
  23. Hello again,

    I am afraid this does not work eventually. I get the following exception:



    <h2> Parent for Layout Control (FitLayoutSuppliers) must be a
    Coolite Container Control, such as...
  24. Right, missed that one. Solved, many thanks.
  25. Hello,

    I am trying to dynamically create on code behind a tabpanel with several tabs, one of which will have a fitlayout qith a gridpanel inside. How could I add the gridpanel object on the...
Results 1 to 25 of 40
Page 1 of 2 1 2