Search Results

Type: Posts; User: qdano

Search took 0.01 seconds.
  1. http://forums.ext.net/attachment.php?attachmentid=17551&stc=1

    just cannot see any example working...
  2. Dear Ext.net support team
    I am trying to make a dataview with list of panel and control within,
    To start with , I ref to this example:
    https://examples2.ext.net/#/DataView/ComponentView/Editor/...
  3. Dear Ext.net
    I am trying to build a multiupload button within a grid but when I drop files here, it returns error, and I found a potential bug ,
    Please see the enclosed picture and the error...
  4. I have a form using a button to update information using DirectEvent.
    .DirectEvents(de =>
    {
    de.Click.Url = Url.Action("update");
    ...
  5. Dear Ext.net Community
    I am try to replicate the trigger button using razor :
    https://examples2.ext.net/#/Form/ComboBox/TriggerButtons/

    But have no luck to make it done. ...
    Do u have any idea...
  6. Chrome version 35.0.1916.153



    Steps:

    Open http://mvc.ext.net/#/Form_FileUploadField/Basic/
    Click [Browse] button
  7. Please don't drop the backward compatability, the effort we spend on moving from ext.net 1.x to 2.x is a bloody hell of work.
  8. expected result.
    new gridpanal data is loaded before the loading mask is vanished.

    Actual:
    the loading mask disappeared, data refreshes after 1 second.

    Then turn to 3rd page or 1st page...
  9. Dear Ext.net
    We have successfully created a plugin for datepickerplus:
    http://www.lubber.de/extjs/datepickerplus/

    By using this :
    http://pastebin.com/kkUi9s6W

    However, this extension does...
  10. If the extjs within the commercial ver of ext.net 2 are gpl...then.......
  11. Sorry for my bad english.
    So , a datefield is composed by a
    textbox
    triggericon
    datepicker

    If I set editable = false and format = "Y/W"
    when I click textbox, then choose a date from...
  12. I found another funny behavior!.
    if I pick a date by clicing the text box (EnableKeyEvents=false, editable=false) the returning value is current week.!

    If I pick a date by clicking the trigger...
  13. Dear Danill.
    Please let me provide a sample code that re-produce the second problem of "yyyy/W"

    here is my simple stupid code:


    <ext:DateField ID="dp" runat="server" SelectOnFocus =true ...
  14. Dear Danill
    Thank you so much for your help and here is my dirty fix to add the following to the onselect event.


    fixlastweekno = function(menu, _dt) {
    var dt = new Date(_dt)
    week =...
  15. Another problem, if using "yyyy/W" as format, after I run out of focus of the date picker, the value will become current week.
  16. --------------------------- 
    1.6                                                                      
  17. case:
    Choose 31/12/2012

    Result:
    2012/01

    expected result.
    2013/01
Results 1 to 18 of 18