Search Results

Type: Posts; User: mhd

Search took 0.01 seconds.
  1. Thread: File creation date

    by mhd
    i have been trying the second approh but with no success.
    App._img.imgEl.dom.fileCreatedDate is undefined.
    Note the the object App._img.imgEl.dom is defined
  2. Thanks Raphael,

    i forget to mention that the Root node's property RootVisible was set to false.
    So i tried your example with RootVisible(false), and there's no node displayed in the tree.
    My...
  3. Hi,
    i have been trying to use expandChildren() and collapseChildren() methods with the root node of my treePanel, but i get a weird tree view.
    Root's children nodes were duplicated.
  4. Thread: File creation date

    by mhd
    Hi,

    I'm using the Ext.net Image component to load a file.

    Html.X().Image().ImageUrl("~/Images/image.gif")
    Is there any way to get the file creation or last update time on the client side with...
  5. I m using Ext.net TabPanel to display my view that looks like below:


    Html.X().Viewport()
    .Layout(LayoutType.Border)
    ...
  6. Hi,
    i have some issues with Ext.net MessageBusListeners when invokings two of them at the same time with SignalR.

    for example, if i broadcast in SignalR javascript function like below:


    ...
  7. In my MVC 3 application, i want to refresh a partial View each time there is new available data. So to get these data from the server side, i'm using a componentLoader like below:

    Panel lowerPanel...
  8. To reproduce the issue try to use this example https://examples2.ext.net/Examples/GridPanel/Paging_and_Sorting/Local_Data_Paging/

    -Add some GridFilters in the Features section of the grid
    ...
  9. thanks for your help.
    I just fount the solution: if i remove the GridFilters defined in the Features section i have no more the problem.
    is it a bug or we can't define custom javascript filter...
  10. any clue how to deal with this problem
  11. Hi,

    Here is how i define my gridPanel



    @(Html.X().FormPanel()

    .Layout(LayoutType.Fit).Items(
    ...
  12. I have problems trying to use a gridpanel with a pager and local gridfilters. If I apply a filterby to my gridPanel from javaScript function, my local filter work perfectly and i get what i need. But...
  13. Could you provide me with a link to download these Templates
  14. validityChange just what i need.
    Thanks
  15. Thank you Vladimir,
    I want to do some verification on the client side before going the DirectEvent.
    For example if the username field is empty, i will not be able to click the button Login and i...
  16. Sorry Vladimir i'm newbie to MVC, i do not understand what do you mean exactly.
    Do i have to add some Templates to my project? How can i set up the sample to work in my case?
  17. Hello,

    I want to code this example http://mvc.ext.net/#/Models/Data_Annotations/
    I just did copy paste of all files (Data_AnnotanionsModels.cs file too) but when trying to run my web application...
  18. I found a solution may be it can help some one else.
    i have to set wmode parameter of the FlashComponent to "opaque":

    FlashComponent().ID("Flash")
    ...
    ...
  19. That's exactly what i'm looking for.
    Is there any tutorial how to install and start with SignalR for Visual Studio 2010 ad MVC 3?
    Is there any SignalR example with Razor engine since i'm using...
  20. Hi,

    In MVC 3 application, i want to show a pop up window when click a button. With Chrome and FireFox i have no problems but with Internet Explorer 11.0
    the pop up window is not dislayed...
  21. Thanks Daniil,
    Yes thats what i need
  22. Hello,

    I'm looking for login code for my mvc 3 application.
    I'm using Razor view there is a lot of examples with .aspx files but i m coding in .cshtml files with HtmlHelpers.
    Can any one provide...
  23. In my MVC 3 application, i want to perform this:
    When a new XML file is created in a given folder, the application reads the relevant data from the XML file and displays/updates information...
Results 1 to 23 of 23