Search Results

Type: Posts; User: alexkay

Search took 0.01 seconds.
  1. I have been checking the svn server and I have not seen any new commits for quite a while, the last one is from 10/24/2010. Do premium members still get access the latest development or has that...
  2. Thanks,

    That worked great!
  3. I am trying to send some extra static parameters with the store submitdata event but it is not working. When I check the Parameters collection on the StoreSubmitDataEventArgs it is alway empty. Here...
  4. I am looking to apply the extension to the Ext.Net Server Control. Is there anyway to change the xtype that server control renders to use this extension instead of the base xtype it is using? What...
  5. Is there anyway to use this extension with the coolite treepanel server side control?

    http://www.sencha.com/forum/showthread.php?28115-Multiselect-Tree-amp-Drag-and-Drop

    I tried including the...
  6. you can try adding a reference to the Ext.Net.Utilities dll and calling the FindControls method. I use it set all fields on a form readonly like this:

    List<Field> fields =...
  7. Thanks Vladimir,

    That work!
  8. The following layout does not work for some reason. All the fields in the composite fields do not have notes. Please tell me what I am doing wrong because I have used this layout in a previous...
  9. Is it possible to get the value that was typed in a date field from the text property? for example, if the user types garbage in a date field like "asdf" can i access that, the only properties I...
  10. Thanks Amit!

    That is the confirmation I was looking for, just wanted to see if anyone else was pursing that idea and if they had any problems with it.

    Frank
  11. I am assuming this is client side in javascript, if so you will need to use the data property like this:

    var
    clickone = GridPanel1.getSelectionModel().getSelected().data.id;

    the get selected...
  12. I am working on a project and would like to know the best way to utilize the TaskManager control. Right now I am using the control timers to manager an auto logout feature for my web app. I wrapped...
  13. Thread: CDN with SSL

    by alexkay
    The resource manager control has the following properties:

    renderScripts = enum that controls where the js scripts are served from
    renderStyles = enum that controls were the css files are served...
  14. Thanks, Geoeffrey,

    The main thing i was missing was the namespace, without it the update method did not exist and the code would not compile.
  15. Ok, I figured it out, the update method is an extension method, you have to include the namespace Ext.Net in your code to get it to work.
  16. I am trying to update an ASP.Net control during a direct event but it is not working. I am trying to use this example below but none of my ASP.Net controls have an "Update()" method.




    <%@...
  17. Try refilling the combo/select or backing store in the "on init" event of the page every time.
  18. Ok, that makes more sense, a big part of my problem was not have the dataindex property on my combo/select exactly match the field name of my store. It is work for me now.

    Thanks
  19. also please test the composite field with labels, I remember there was a fix to the multi-field in the last 6 months that made it work with left aligned labels, I tried the composite field and it...
  20. I want to use the row editor plugin with a store that save the changes back to the database and I can not figure out how to make it work, there are numerous before and after events on the store that...
  21. That Work!,

    Thanks
  22. Hi

    All,

    In 0.8.2 release there was a "Drag
    Me" folder that included all the
    js, css, and images needed to make coolite work, all I had to do was
    drag that folder to the root of my web...
Results 1 to 22 of 22