Search Results

Type: Posts; User: lmueller

Search took 0.01 seconds.
  1. I must have been getting confused with the PHP vs. .NET - i knew that "m" wasn't working, and i thought i tried "n" and it worked, but i must have been looking at something else....to be clear "mm"...
  2. Danil posted that the Format property of the DateColumn should use the .NET date format located here: http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx

    However, I found that using lower case m...
  3. Dang it! I was going to reply and say i tried it this way and it didn't work - because i did...but i must have had a syntax error that didn't bubble up when i tried it like this....thank you!!! Maybe...
  4. So my direct method works fine like this:



    <Listeners>
    <Click Handler="if(confirm('Are You Sure?'))Ext.net.DirectMethods.CreateType({
    ...
  5. Thanks for the reply Vladimir -

    However, I've investigated all the samples and no, they don't really address what i'm trying to do. I think the closest solution that would work using the Store...
  6. First post here - most everything i've done up until now, i've managed to keep my mouth shut and figure it out by searching forums and examples....however....

    Part of my application allows users...
  7. This slighlty tweaked code from the EXt.NET examples on Form Layout did the trick for me - HTH.......




    <ext:Container runat="server" Layout="Column" Height="100">
    ...
Results 1 to 7 of 7