Search Results

Type: Posts; User: Cyberspirit

Search took 0.01 seconds.
  1. Hi Ext.net Team

    When can we get single developer licence as the current cost is too much for developers and small start ups

    Thanks
  2. Html.X().MultiUpload()
    .ID("MultiUpload1")
    .FileDropAnywhere(true)
    .FileSizeLimit("15 MB")
    .FileTypes("*.*")
    .FileTypesDescription("All Files")
    ...
  3. OK solved, i was using Disable(true) Instead of Disabled(true).
  4. @(X.Button.Disable(true)) is not working. it is still enabled.Could this be a bug or i my missing something?
  5. Hi,
    I upgraded my application from 2.5 to 3.2 both Rowexpander and grid plugin Rowbody broke and even the rowexpander example OnLine is not working.My app was working perfectly before the upgrade.
  6. Contextmenu display far below the mouse cursor in Grid and treeNode. Could this be a bug? works fine in Ext.Net 2.5 as shown in the attachment
  7. HI RCN
    The below CSS solved my problems.


    .element {
    position: relative;
    }

    /*replace the content value with the
    corresponding value from the list below*/
  8. Hi RCN,

    Thanks for your post but it did not solve my problem. I need to replace the TreeNode Icon with a Font Awesome font Icon not PNG file or icon example icon of "fa fa-settings".


    ...
  9. Hi,
    i was able to replace my button icon with Icon font using Glyphspec property of the button and its works very well for me but how do i replace my treeNode icon with Font Icon am using Font...
  10. This should be reported as a bug in Ext.Netv3.0. I have a viewport with a west region that has an accordion panel items. the first panel item of fitlayout contain have a treepanel when i run the...
  11. Since Ext.Net is based on sencha framework and its newest release is extjs5 which solves problems like 2-way databinding,mvvm etc. is there a road map for the release of EXT.NET that is based on...
  12. My browser cached the old link
  13. Please Ext.net 2.5 is amazing but i can't download it because the download button is linked to Old Ext.net 2.4.0.Please Somebody should update the link.
    Thanjks
  14. Hi,

    Please my app was compromised by users. the app is role based for example the users that are not administrators will not be able to click a button to add new user and Save.
    i used

    ...
  15. I Was able to generate checkboxes and add them to a group using


    foreach(var items in db.Teams.ToList()){
    this.chkgroupTeams.items.add(new checkbox{BoxLabel=item.Name,Value=item.teamid);

    }
    ...
  16. Pls this post might look funny but i have not been able to get Ext.net Intellisense work for me for client side javascript scripting am new to this wonderful framework.
Results 1 to 16 of 16