Search Results

Type: Posts; User: harafeh

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. That worked, thanks.
  2. Hi,
    We're using Ext.net v1.2 and we're upgrading from Visual Studio 2010 to 2013. I'm running into some odd run-time behavior. Everything compiles without code changes and executes on the server...
  3. Thanks for the fix. It works fine.
  4. That worked. Thank you.
  5. <p class="MsoNormal">In version 1.0 I'm running into the following problem
    the previous versions did not have:</p>

    <p class="MsoNormal">If you visit the following page from your v0.8 examples...
  6. I'm running into the following problems which date
    back at least to version 0.8 and are still in the most recent version of 1.0. groupingsummary.css includes the following style rule, which
    causes...
  7. Thanks Geoffrey, I picked up your fix and it works fine.
  8. I traced a few problems I was having with the latest 1.0 code to the following three lines of code:


    Ext.Net\Ext\Grid\AbstractSelectionModel.cs(26):
    ...
  9. Thanks for the quick turn around. Please close the issue.
  10. Here is the code I tried:



    <%@ Page Language="C#" %>

    <%@ Register assembly="Ext.Net" namespace="Ext.Net" tagprefix="ext" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  11. I should have said that this is in version 1.0.
  12. The problem seems to be in format.js where usMoneyTemp() strips off the negative sign in the String().replace() statement.
  13. I like the 1.0 version much better, but the current fix will do. Thanks for the reply.
  14. I just updated my code from svn and tried running the Absolute Layout Form example. I get the following error:

    <title>Parser Error</title><style>
    body...
  15. I'll change my design to save before filtering. You can close this issue.
  16. Note that I'm using the latest code from svn (as of this morning).

    Using your example, add a row (this will succeed).
    Now click on the LineId column and filter by say, Line2. Only one row will be...
  17. I got the latest from svn and the problem I reported with Add is reproducible in the latest code.
  18. I added #{Store1}.clearFilter(true); as suggested, but I now get an error in this code (Coolite js code) if I add a new row. Insert works fine (my cursor is on the top most row and insert adds a row...
  19. I have a simple grid with a simple store. After I add a new row to the grid, if I filter the data so the row is not shown and then I remove the filter to show all the rows, the new row disappears....
  20. The code in this post is pretty much it. You only need to add the standard header stuff to the .aspx page like:


    <%@ Page Language="C#" %>
    <%@ Import Namespace="System.Collections.Generic"%>
    ...
  21. Same error.

    So should I revert everything to using XML and skip the json part?
  22. I have the following store:



    <ext:Store ID="Store1" runat="server">
    <Proxy>
    <ext:HttpProxy Method="POST" Url="EnterBillWebService.asmx/GetBillData"...
  23. You're right, that was it.

    Thanks for the quick fix and quicker reply.
  24. I tried the fix and I must be doing the deletion from the store incorrectly. Here is what happens:
    The first time I delete from the top group everything seems fine. After the first time, if I delete...
  25. I e-mailed a file.
Results 1 to 25 of 48
Page 1 of 2 1 2