Search Results

Type: Posts; User: chezinho

Search took 0.01 seconds.
  1. I am using IIS Express 7.5
    My web.config file looks like this:



    <?xml version="1.0" encoding="utf-8"?>
    <!--
    Note: As an alternative to hand editing this file you can use the
    web...
  2. I just pushed Ext.Net.MVC.Demo application to appharbor
    and the same error happens when trying to login...
    It can be checked through this link: http://extnetmvcdemo.apphb.com
  3. When I change Ext.net.DirectMethod for Ext.Ajax,
    the method is fired but the reponse does not redirect to any page.
    Did I missed some configuration that should be used with Ext.Ajax?
    I tis the...
  4. Hi,

    I have the following code in my Login.aspx view:


    Ext.net.DirectMethod.request({
    url: "/Account/Login/",
    cleanRequest: true,
    ...
  5. Hello,

    I have a GridPanel and I need to get the data showed in the grid when it is filtered
    and populate a silverlight chart with it.

    How could I do to retrieve this data, is there a way to...
  6. Hello guys,

    I have the following problem, all my other filters are working OK, but every time I try to use a DateFilter my grid gets empty.
    Does anyone have a solution for this?

    This is a part...
  7. Hi,

    I have the following situation:
    - When I apply a filter in a grid, if the row selected before updating the filter is still on the grid, nothing changes, this row remains selected, but if this...
  8. Thanks Daniil,

    worked as a charm!
  9. Hi,

    I have a form that I want to redirect to first field when TAB is pressed and the last field on the form is focused.
    For this I was trying to use the focus method in the first field, but after...
  10. Hi,

    I have been doing my application in a way that the user makes all necessary changes in the grid (add/update/Delete), then he can save or reject the changes.
    I have to ask my application in a...
  11. Hi Vladimir,

    it worked ok with the Save event,

    thanks a lot
  12. Hello,

    I have a GridPanel populated by a store:


    <ext:Store ID="dsUnitsOfMeasure" runat="server">
    <Proxy>
    <ext:HttpProxy Url="/InventoryHome/GetUnitsOfMeasure/" />
    </Proxy>...
  13. So this is my Grid code:



    <ext:GridPanel ID="GridPanelParts" runat="server" Header="false" Border="false" ForceValidation="true"
    TrackMouseOver="true" StripeRows="true" StoreID="dsParts">...
  14. Hi,

    Geoffrey, you are right, was a really bad explained example, problem is that I am kind of without time now to reduce my code enough to post here, I will do it tomorrow for sure.

    For now, I...
  15. Hello,

    In my view I have a grid and a form and some fields that use RemoteValidation.
    Problem is that when I select another row in the grid and load it in the form,
    the validation errors from...
  16. Hi Vladimir,

    thanks for the reply, I understand that it is better to validate on method than force it before saving,
    but is there a way to make real time validation using the RemoteValidation...
  17. Hi,

    I have my FormPanel with some fields using RemoteValidation
    When I press the Save button I wanted to validate this fields before trying to submit the form so I won't go to my Submit method if...
  18. Hi Vladimir,

    thank you very much, worked as a charm.
    Is there an option that can used to force edition of cell until it is valid, or it has do be done manually with stopEditing startEditing...
  19. Hey Vladimir,

    I was trying to add the properties CompleteOnEdit and CancelOnEsc, for this I changed the GridEditorOptionsConfigOptions.cs and GridEditorOptions.cs files.
    Doing this the...
  20. Hello
    I have a column with an editor inside a GridPanel and I want to set CompleteOnEnter property as false for it.
    When I use the <Editor/> there is no CompleteOnEnter property.
    When I use the...
  21. I was trying to follow this example for remote validation https://examples1.ext.net/#/Form/Miscellaneous/Remote_Validation/
    Only difference between this example and mine is that my field is inside a...
  22. Hello,

    I am using a GridPanel with a combobox column inside. I have one different store for each component and they are loaded through a method in the controller that returns a AjaxStoreResult. ...
Results 1 to 22 of 22