Search Results

Type: Posts; User: Riset

Search took 0.01 seconds.
  1. Hello,

    Sorry about the late repons, anyway the problem only occured when using a colllection generated in javascript, like a javascript array with primitive datatype values.

    The parameter,...
  2. Maybe interesting to add,

    I used this kinda method before but in a different situation.

    Following code:
  3. Hello,

    Im trying to parse data from a ajax event, ExtraParameters to a controller.
    Until today i worked with the following code.


    <ext:Parameter Name="productIds"...
  4. Controller sample code




    [Transaction]
    [AcceptVerbs(HttpVerbs.Post)]
    public ActionResult Test(int? productId)
    {
    var x = productId.Value;
  5. Hello,

    Im trying to use a update proxy. The following code;


    <ext:Store ID="AO_ItemsInOffer" AutoLoad="false" runat="server" UseIdConfirmation="true" >
    <Proxy>
    <ext:HttpProxy...
  6. Hello,

    I got the ajax event here, who has a before function this function always returns false for the test. Altho
    it returns false it still want to acces the url. and tries to send data to the...
  7. Works like a charm, it seems the problem was produced by old cache data in IE 8.0. :))
  8. Hi,

    I didn't have the time to investigate the result well. I've compiled the new version of svn.

    In a quick review it seems to be working correctly. Some possible bug did occure during the...
  9. Hello and thank you for the swift reply.

    I have written a small sample which you can use to reproduce the issue, see below:


    <ext:ViewPort runat="server" ID="TestViewPort">
    <Body>
    ...
  10. Hello,

    We have been using borderlayouts to seperate our pages for quite some time, however today we ecountered a resizing issue.

    This occurs when a page, on which a borderlayout is used, is...
  11. Hello,

    I wanna check a sertain is value is not null, before the ajax event "click" triggers the url.
    For example calling the failure handler showing a msg there is no "foo" selected.




    ...
  12. Hello,

    Im trying todo the following thing, to override an existing http proxy in java script.



    <ext:Store ID="ProductStore" AutoLoad="false" runat="server">
    <Proxy>
    ...
  13. Hello,

    How can i reload the store in the combobox on data change. Or something like comboboxName.Reload?

    Regards,
  14. Hello,

    Mvc google project is a nice reference for some layout issue's. But the last couple of weeks it seems that the login data has bin changed. In this correct?

    If so when will it be possible...
  15. Hello,

    What is the best practise of positioning a small component like a ext:button in a panel. Like left under, right up, .. etc.

    Example code



    <ext:Panel ID="NewPanel5" runat="server"...
  16. Thanks,

    Exactly what i needed works perfectly :)
  17. Hello,

    Question 1
    Is there a way to align the title text of a panel in the center. Without all the components nested in that panel inheriting that align-center.

    Tried the follow:

    - All...
  18. Hello,

    Example user control (partial view)



    <%@ Control Language="C#"%>
    <%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %>

    <script...
Results 1 to 18 of 18