Search Results

Type: Posts; User: whelaro

Search took 0.01 seconds.
  1. I attempted to find something related to disableCache (apparently 1.x it is NoCache and 2.x it is disableCache), but the NoCaching didn't assist.

    However, I put this in the Page_Load event and it...
  2. We were able to get the FormPanel working, however I'm not sure why we're getting multiple _dc entries with each completion.

    Some context: the FormPanel is used as a modal popup in a way similar...
  3. I noticed the error in Combination Samples -> Applications -> Simple Tasks but was curious if the demo items were supposed to be what is currently there?


    By that, I mean render the Simple Tasks...
  4. Thanks for telling me about X.GetCmp<>. I couldn't figure out how to use it based on your link, but if anyone has an issue like this and needs to figure out how to use X.GetCmp<>, Daniil's post in...
  5. Ah, okay. Never seen that convention before.

    How do I wire it up so that the Save event happens when clicking Yes? I was able to work around it and use a code behind function, but in doing so I...
  6. I added the OnLoad event after you mentioned that. It stopped the javascript parsing error in visual studio and instead gives me an Ext.Net popup window stating myWindow (the instance of the MyWindow...
  7. Thanks Daniil,

    I tried that by using
    yes.Listeners.Click.Handler = "Ext.net.DirectMethods.myWindow.SaveWork();";

    that didn't work. myWindow is undefined.

    So I figured maybe the Client ID...
  8. Hello,

    I'm working on a project using Ext.NET and I'm having problems calling a function local to a class. Here's the structure:



    public class MyWindow : Ext.Net.Window
    {
    public...
  9. Okay, decided to switch gears as far as how to try and tackle this. I remembered that the grid itself is loaded via a postback as that is when the store is databound. So I figure it should be...
  10. Hello,

    For context as far as code/xml/etc., refer to Stack Overflow question as Geoffrey helped me with getting it to actually bind.

    So everything is currently functional. I can update the...
Results 1 to 10 of 10