Search Results

Type: Posts; User: DavidS

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi Vladimir,

    There might have been a bit of a misunderstanding. Effectively, I want the value entered in the DateField to be preserved after the form is submitted but which gets returned after a...
  2. I'm currently using the DateField component and I would like to know how to keep the date entered after a server side validation error in ASP.NET MVC 3. I've tried using the Stateful and ViewState...
  3. Hi,

    I currently have the following code:


    <ext:Button ID="IssueInventoryPart" Cls="multibutton" runat="server" Text="Issue">
    <Listeners>
    <Click Handler="#{dsIssueInventory}.save();"...
  4. Hi,

    I've got the following grid in my ASP.NET MVC application

    http://screencast.com/t/Wka4sKc5uV

    The "QtyToIssue" cell is editable. So Say I change the latter value to "9" and I click on the...
  5. Hi Vladimir,

    Thank you once more. The confirmation example should do it I think.

    Regards,

    David
  6. Hi Vladimir,

    Thank you for your answer. I didn't know how the id of that hidden input field was getting set. You've now answered my question
  7. In the grid panel, there is a hidden field which keeps track of the selected rowset and the associated id. That hidden field has an autogenerated id e.g. ext-comp-1007_SM

    How do I explicitly set...
  8. Hi,

    I have got my GridPanel and I've allowed one column to be editable. So far so good.

    I have two tasks I would like to achieve:


    Save all the changes in one transaction
    Show any...
  9. Ok I've got it.
  10. Hi,

    I'm trying to get my head round the example here https://examples1.ext.net/#/GridPanel/Miscellaneous/Save_Filter/.

    What is this supposed to do?

    I've edited the values and then clicked...
  11. Thanks Vladimir.

    You can now close this ticket.

    Regards,

    David
  12. Hi Vladimir,

    Thank you for that!!! It did the trick. Can you point me in the direction of where to find this kind of information? Is this on Sencha or can this "knowledge" also be found on the...
  13. Hi Vladimir,

    I still can't quite figure out what is going wrong. So here is some code:

    In my "Store" I've got:



    <Proxy>
    <ext:HttpProxy Url="MyUrl" />
  14. Hi Vladimir,

    I am aware of this code as I used it to develop my current applicaiton. I will try and struggle on because at the moment, our application is using NHibernate and that means that there...
  15. I have removed it and I still get the same "error". Also, I think it would be helpful if you can answer the questions in the OP and explain what the attributes refer to.

    It will help educate the...
  16. Hi Vladimir,

    I want to pull out Uom.Code as shown in the code given previously. Now you seem to believe that using a custom renderer will resolve the issue. Can you provide me with more details...
  17. Hi Vladimir,

    The [object Object] appears in a GridPanel as shown here.

    David
  18. Hi,

    In the following statement, can you give an explanation as to what the bold items refer to?



    <ext:RecordField Name="Uom" ServerMapping="Uom.Code" IsComplex="true"/>

    In our...
  19. Hi,

    Any ideas on when we might have support ofr multiple view engines?

    David
  20. Thanks Geoffrey,

    I'll have to give that a try.

    Regards,

    David
  21. Hi,

    Thanks for that.

    Regards,

    David
  22. Hi,

    I've got the following code:



    <ext:Panel ID="accordion_panel" Layout="Accordion" runat="server" Border="false">
    <Items>
    <ext:Panel ID="products" Collapsed="true"...
  23. Well it will work in compatibility mode because effectively the browser will be using the "IE7 standards" Document mode. But yes it's still a Beta release.
  24. Thanks Geoffrey,

    Hopefully, that will help someone out there.

    David
  25. Hi Vladimir,

    That did the trick. To flesh out this answer, the following was what was required:



    .
    .
    .
    .
Results 1 to 25 of 28
Page 1 of 2 1 2