Search Results

Type: Posts; User: peter.campbell

Page 1 of 6 1 2 3 4
Search took 0.02 seconds.
  1. EDIT: I think it's ok. I've re-run a few more tests. Thanks.
  2. I'll try and pull one together today, thanks.
  3. Hi,

    I have a curious issue whereby when I click on a calendar event I am receiving an error that "data" is null or not an object, due to this line:



    var rec=this.view.getEventRecordFromEl(t)...
  4. Thank you, I will just preload it in this case, I think.
  5. Many thinks, I'll investigate the source.
  6. I've been trying to understand some javascript that is generated from markup in order to recreate it myself:


    Ext.net.ResourceMgr.load([{
    url:...
  7. OK, thanks Geoffrey. Revised benchmarks show json.NET v 4.5 to be on par with the fastest libs now, so perhaps Ext.net will move up to that version at some point.
  8. Hi,

    I wondered if you could clarify. We're looking at various ways to optimise our webapp. We have noted that there are faster classes available for JSON de/serialisation...
  9. Thank you Daniil, that fixes it perfectly. Is this a bug, or was I just doing it incorrectly?
  10. Ok, sorry. I copied it directly from my MVC procject. Thanks for checking.
  11. The example I provided is fully runnable. The controller code that I didn't include, simply displays the page (return View()). Does it not work for you?
  12. Hi, thanks but this didn't make any different to the order new containers were inserted.
  13. I have a layout like so:

    + ViewPort
    + Panel


    + FormPanel
  14. We are looking for a way to add into ListFilters a 'Select All' & 'Deselect All' option to make it easier for users. We already have a 'clear filters' button on a toolbar but would like this to be in...
  15. Hi,

    Can you confirm for me whether the method call:



    void PutToCache (string, HttpContext, string, HandlerMethods) IEnumerable BuildDependencySet.get_VirtualPaths ()


    .. is something...
  16. Thank you, I think I've found the problem. Outlook creates custom CSS rules on HTML emails:


    a:link, span.MsoHyperlink {
    color: blue;
    text-decoration: underline;
    }

    .. I think this...
  17. Hi,

    I appear to be getting some strange CSS conflict in my view with a TreePanel. When I click on an item in my grid (adjacent to the tree), a panel.update() fires with some HTML content (it's...
  18. Sorry, you can close this. It does actually work. I'm not sure; I think perhaps the javascript cache in IE was not cleared or something. Thanks.
  19. I'm trying to set a ListFilter plugin to use a StoreID, where the store is located at the root document on my webpage, eg:


    <ext:ListFilter DataIndex="ActionTypeId"...
  20. Hi,

    I'm trying to extract the innerHTML for a form panel. I'm then parsing this through a PDF generator. I'm getting complaints from the PDF service that the ID tags are missing an opening quote...
  21. On the commands Before handler:



    this.getSelectionModel().selectById(record.id)
  22. Hi,

    I have a need to set the icons for tabs to a 24x24 image. When I do this, only certain icons show up; some, when I remove the no-repeat, show up but are not correctly aligned compared to the...
  23. It is working now, thank you.
  24. They are both integers.
  25. Sorry, the store snippet I gave is for the store I am trying to filter. The other store only provides the ID to filter against. The code for the store I get the ID from (NOT the store I am trying to...
Results 1 to 25 of 142
Page 1 of 6 1 2 3 4