Search Results

Type: Posts; User: Istofix

Page 1 of 2 1 2
Search took 0.01 seconds; generated 17 minute(s) ago.
  1. Hi,

    I have a situation where I have a partial view and a window inside the partial view. whenever the window appears It can't be moved outside the boundaries of the partial view. and the overlay...
  2. Great..It works..Thanks a lot.
  3. The problem here is that the text field with the required (red) indicator (Type field) has smaller width than the one below it (Phone field) and the difference is that the Type is a required field....
  4. I just attached the image.
  5. Hi,

    Is there a way to keep the required / not required text fields / combos aligned in the form panel ?

    See the attached image to get a closer look on the issue.



    Thank in advance.
  6. I noticed that the RTL works whenever I set the RTL to true in the web.config as below:

    <extnet theme="Gray" rtl="true" scriptMode="Debug" sourceFormatting="true" />

    However, I need to switch...
  7. Hi,

    I have a problem getting the RTL working, is it as simple as setting the RTL to true or it needs other configurations to be done ? Please advise.


    Thanks in advance.
  8. This is not helping, we still have the same issue. When the partial view History component is rendered the one in the main view disappears.
  9. Thanks Daniil, here you go.
    We have:
    - Main view "Index" includes a partial View "partial". The 2 views contains a simple component "Histroy" that is intended to show there record Audit data.
    ...
  10. We don't use IDs unless we need to. In our case we have a component -Records Audit Information- that consists of: a button that shows a window with couple of panels and some text fields on it when...
  11. Thanks Daniil for the links but ItemID won't solve the issue. I'm wondering if there is a way that allow to select the component without depending on its parent. We want to be able to select a...
  12. Hi,

    We are using partial views and we are setting ID's on the page controls. We are facing the infamous multiple ID issue. I'm submitting an code example on our scenario. We use IDMode.Parent in...
  13. Thanks Daniil, we updated to 2.2 and everything is working fine now.
  14. I'll upgrade the code to 2.2; hopefully this will fix the issue. Anyway can we assume that Ext.NET should work with SharePoint usually?
  15. I have a SharePoint 2013 site and when i try to deploy a web-part or custom aspx page with Ext.Net I received this error message "Sys.ArgumentException: The format string is invalid." This error...
  16. This because you are using
    AutoLoad=True, the first hit is when the pages i requested, the second happens after the grid is being rendered and its stores is trying to get the data because...
  17. Oops I found the solution here http://forums.ext.net/showthread.php?threadid=19411-16-1.aspx?Highlight=DateField

    The issue is
  18. When changing DateField.Format property to any format other than the default one 'm/d/Y' the DateField.SelectedDate always returns the DateTime min value "1/1/0001 12:00:00 AM"



    <%@ Page...
  19. in Coolite nearly the same:



    <Listeners>
    <Click Handler="#{Window1}.load({
    url: "NewPage1.aspx",
    scripts: true,
    text: "Loading ..."<CODE>
    </CODE>});" />
  20. use autoLoad.Url like this:
    on the click event handler


    Window1.AutoLoad.Url = "./News1.aspx";
    Window1.AutoLoad.Mode = LoadMode.IFrame;


    Check this link:...
  21. I really appreciate that. Can yout tell me where to find the source of this http filter?
  22. then you are telling me that I need to change the way my applications works ? lol :0 this mean a lot of critical changes! Are there a way to hide the dialogue itself. I mean to prevent this dialogue...
  23. I posted this before in the bugs fourm here ... does anybody have a walkaround? any help is appreciated.

    When trying to redirect to another web page by internal server call using

    ...
  24. Any update on this issue? Any walk around?
  25. Yes that will be enough. Here a glance form Coolite community license



    [/LIST]
    [/INDENT]
Results 1 to 25 of 50
Page 1 of 2 1 2