Search Results

Type: Posts; User: edip

Page 1 of 7 1 2 3 4
Search took 0.03 seconds.
  1. Its ok, i created my own selectbox and it works fine now...the selectbox code in the Ext.Net dll should read

    this.on( "select", function ( combo, records )
    {
    if (...
  2. I am assuming it is being dynamically loaded by the Ext.net dll and it is defining the SelectBox. How can i avoid this error?
  3. Hello,
    I am encountering an error in the Visual Studio IDE in a "script block" that looks like it is generated by Ext.Net. I have no idea where it gets loaded as i cannot find any of the source on...
  4. After expanding and collapsing a panel several times the following intermittent error occurs at Line 20, Column 325896 of the Ext.axd javascript resource file...
  5. I found the solution...i was running under unit testing and i had no HttpContext.Current. So, I added a fake Context to the unit tests based on...
  6. Hello,
    I am building the control tree in code behind and it has not been added to a form or view yet. When i add a control to a container as shown below
    ...
  7. Hello,
    I am getting the following error message if i use "RenderControl"to render an Ext.Net.FormPanel before loading my page



    If i remove "RenderControl" it works fine
  8. Hello,
    I am receiving the following transformer error and it seems it is occurring on something that i am not adding to the page. The error is as follows...
  9. So i guess I should assume it just does not work inside a property grid???
  10. Hello Fabricio,
    As soon as i add the PropertyGrid, it stops working and does not even fire the event. Am i missing something? Thanks.

    c62503_vpWithinForm.cshtml



    @{
    ViewBag.Title =...
  11. Thanks Fabricio,
    I think the issue becomes putting the fileuploadfield in an Ext.Net PropertyGrid. I will modify the example and see if i can get it to work in a propertygrid. Does the...
  12. Hi Fabricio,
    The example i gave you is right from your mvc examples. I added the modifications. If you just replace the "Form_FileUploadField" example with my "Index.cshtml" and my...
  13. I modified the "FileUpload" of your ext.net examples to recreate the issue...

    This is the broken example once i have added the "Viewport"...



    @{
    ViewBag.Title = "FormPanel - Ext.NET MVC...
  14. Is there an Ext.Net component that renders to a "form" tag or is there an way to enclose the items collection of an Ext.Net container control within "form" tags?
  15. Hello Fabricio,
    I have tried this but it seems that the viewport gets rendered outside of the form tags. I am using "Border" layout on the viewport and it becomes the body. I am rendering...
  16. How can i enclose the content of an Ext.Net.Viewport or an Ext.net.Panel in form tags. Once i use a viewport, everything is rendered to the body. The end result would look something like...


    ...
  17. How can i use a FileUploadField in a PropertyGrid? The FileUploadField requires a form and the PropertyGrid only accepts an Ext.Net.Field type as its Editor. I have added the FileUploadField to the...
  18. Hello,
    I finally stumbled upon some online info that mentions it must be inside a form for it to work So i added it to a form and set the "isUpload:true" and it works. Thanks.
  19. Hello,
    I am trying to determine which event i need to implement in order to upload a file following the selection of the file. I am currently using the Change DirectEvent, but it seems that the...
  20. Hello,
    I am trying to make the background and text of the label control align vertically but it seems that the text is only half contained by the background container. A picture of the result and...
  21. Thread: Global Store

    by edip
    Hello,
    I am trying to add a global store to my application with a fixed static id and i want several instances of the same control to use this same store. I am using c# mvc and i add the store to...
  22. Hello,
    I am using the Ext.Net example https://examples4.ext.net/#/Keys/KeyNav/Basic/ and i have modified the page illustrate the issue i am having with the container panel scrolling when not...
  23. Hello,
    I am using the Ext.Net example https://examples4.ext.net/#/Keys/KeyNav/Basic/ and i have modified the page to show coordinates with the markup shown below. When i move the window, the x and y...
  24. Hello,
    I am using Ext.net.Mvc version 4.7.1. I have created a control class and derived from an ext.net container and have overridden the "XType" property but it is giving me an error. How can i...
  25. I am trying to make a fieldset or a container receive focus, not its contents. I would like to be able to tab to it by keyboard as well. Is this possible?
Results 1 to 25 of 163
Page 1 of 7 1 2 3 4