Search Results

Type: Posts; User: gdog_5021

Search took 0.01 seconds.
  1. Hi,

    I am not a javascript expert but I noticed what seemed to me as strange javascript syntax. The code used the not operator ! twice. I looked up
    the syntax and could not find any reference to...
  2. Hi All,

    I have been upgrading to 2.x and have found some interesting issues. I use ObjectDataSource to do CRUD operations. I can get around
    this problem that I am having with the CRUD operations...
  3. Hi Daniil,

    The bug I reported above is still in the code at the same location.



    public override void WriteJson(Newtonsoft.Json.JsonWriter writer, object value, JsonSerializer serializer)
    ...
  4. Hi Daniil,

    I cannot provide a runnable sample because the IQueryable<> method I use is part of an entity framework
    derivation heirarchy. In order for you to reproduce it, you would have to create...
  5. Hi Daniil,

    I have verified the result I reported above.




    <asp:ObjectDataSource ID="NasdaqDataSource"
    ...
  6. Hi,

    Differences between sources of pages.

    If IsComplex is not used then the following is the output to the page


    Ext.create("Ext.data.PagingStore",{model:Ext.define(Ext.id(), {extend:...
  7. Hi All,

    I have found a code logic bug that prevents DateTimeOffset from being rendered properly.
    First, in the store they must be labeled with the IsComplex attribute otherwise they will be...
  8. Hi Jeffrey,

    I want to rescind this thread because I think I had some mismatch between assemblies within my VS 2012 build. Normally, I build
    your source and utilize your assemblies for testing. I...
  9. Hi,

    I have recently downloaded your 2.1 dlls and when executing against them in Visual Studio I get the following
    error.


    Locating source for 'C:\Users\Geoffrey McGill\Documents\Visual Studio...
  10. I have been converting my mvc 4 application to the razor and I have found a couple of possible problems. I have gotten the controls
    to come up properly but their icons are missing. I used Visual...
  11. Hi All,

    I am using a variant of the dashboard from the Ext.net MVC site. I need to click a accordian menuitem from
    a dasboard dataview image as the image capture shows.


    <ext:MenuPanel...
  12. Thank you.

    You were totally correct. The ItemSelector="div.group-header" solved the problem. My dashboard came up correctly.
  13. Problem with IsComplex="true"



    Hi, I have an aspx page that worked fine in version 1.x. When I moved the application to v2, I had an issue with
    the dataview that I tracked down to the...
  14. Hi, I have an aspx page that worked fine in version 1.x. When I moved the application to v2, I had an issue with
    the dataview that I tracked down to the (ext:ModelField Name="Items" ...
  15. You misunderstand my question. I know that the following is not correct.



    .DirectEvents(directEvents =>
    {
    <Click
    .Url="/Data/DeleteBankAccount" ...
  16. Hi All,

    The original working code looked like this:


    <ext:Button ID="btnDelete" runat="server" Text="Delete" Icon="Cross">
    ...
  17. Hi All,

    I am using ObjectDataSource to handle the CRUD operations along with a class library.


    <ext:ResourceManager ID="RoleResourceManager" runat="server" ScriptMode="Debug" />
    ...
  18. Hi,

    I am going to convert my application which is quite large to the razor engine. As there isn't much documentation, I would like to ask a
    kind of silly question. My master page was originally...
  19. The screen is complicated but when I removed the form tag from the above markup where the ResourceManager was a sibling tag of the form tag, it didn't resize or render properly. When I put the form...
  20. Hi All,

    I am using your codebase with .net 4. I haven't tried your current project files (1.1) to see if it works with .net 4 but your previous versions (1.0) didn't work. Microsoft changed their...
  21. I have many screens and I have applied the above fix by removing the form tag. I do have one screen where this procedure didn't work properly. I looked at the mark-up to see why the removal of the...
  22. The problem is the form tag.
  23. It seems that the problem occurs when the form tag is the outer tag. When I sent you the mark-up, I thought it was the Grid panel interacting with the view port as was shown above. The culprit was...
  24. There is only one item in the viewport for this particular tab. The GridPanel works initially to resize itself to the Browser window size which I assume is controlled through the Viewport. If you...
  25. I have a ext:ViewPort tag with the attribute Layout="fit". One of its children is a gridpanel as follows:


    <ext:ViewPort ID="ApplicationViewPort" runat="server" Layout="fit">
    <Items>...
Results 1 to 25 of 25