Search Results

Type: Posts; User: jsemple

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. Is there an event/listener that can tell when an AjaxEvent is completed? I have a linked combo and it works on the form load to databind the departments based on a faculty code. However, while I'm on...
  2. How do I get this exact same property except in Code-behind? I was trying Store.Reader.Count but I am thinking its not the row count of the store.

    My biggest hurdle in Ext/Coolite is that there...
  3. Hi I am having an issue with a (blank) grid, for some reason the store has a Count property of 1 and not 0 when its clearly empty. I am on framework 0.7 was it a known bug/issue back then? I'm going...
  4. On the Page intialization event I am changing the Locale of the ScriptManager to "fr" and that seems to work for French Calendar popups, however... can you make the light grey text "Select..." that...
  5. I love Coolite too, but I wish there was a way to override the "ice blue" theme embedded in everything, if custom themes/colors could be adopted, this would be great for v1.
  6. Awesome this works (I have 0.7 or 0.8 right now):

    <AjaxEventConfig IsUpload="true" />


    Is it changed to "DirectEventConfig" in version 1.0?


    </PRE>
  7. I am getting this when I try to do an XmlCompiledTransform() to Excel using Excel.xsl provided by Coolite. I am using LINQ to get an XDocument of JobClass, then getting FirstOrDefault() with the...
  8. Hi, I'd like to get a message from our database and send it back to the window in straight HTML markup - but i'm not sure the best way to do this.

    This is what I tried, and the db call...
  9. Locale="Fr" did not work for me

    Instead I used:


    Locale="fr-fr"


    and that works for the French calendar popup for DateField.
  10. Hi, no problem... in this case I think I'll keep txtSIN.InputType = InputType.Password from the beginning and there is a check-digit validation where rarely the user will enter it, the bad entries...
  11. Is there any way to change txtWhatever.InputType = InputType.Password on the fly, over an AJAX call? I need to "mask" a SIN # in our application and I think the password thing would be beautiful, if...
  12. Is there support for a French calendar yet?
  13. Wish that one came up on Google :)

    Can you still update the Warning message that I talked about? Based on the wording in the Warning/error: I was looking in the httpModules section (and the...
  14. I have a solution!!! This should help EVERYONE with an issue. I couldn't find any posts about this the other day, my brain must have been in vacation mode.

    The basis of my analysis stems from this...
  15. I've been working with our integration experts here at the University, we have successfully gotten Coolite to work in Classic ASP.NET mode. However, the application is incredibly slow over SSL! I am...
  16. Its working, thanks!
  17. I have this code embedded in a Window (creating a new item with a date range) and when I have validated this item in my "OK" button event, I want to reset the calendar endDateField and startDateField...
  18. ListWidth worked, beauty... I like it!
  19. You told me to use it to fix my checkbox issue lol :)
  20. These 2 properties are causing ComboBox to render incorrectly:




    DeferredRender="false"


    LayoutOnTabChange="true"
  21. Checked has the same behaviour. I have more tabs but only included the first 3 to keep the code reasonable.







    <ext:Panel
  22. I am having a very quircky problem. Doing this on Page_Load







    Me.chkAllQualified.Value = item.IsAllQualified
  23. Ok, I got Type="Int" to make it save for me. Thank you!

    There is one little thing (not a bug) but the placement of the cell editor (ComboBox) is positioned what looks to be about 2px below, so the...
  24. This worked in a previous version of Coolite. It seems as though if I have a blank string "" it does not convert to 0 automatically for a long Int64 field properly. This may or may not be the answer,...
  25. You are correct, AltFormats was exactly what I needed :)
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4