Search Results

Type: Posts; User: rsnead

Search took 0.01 seconds.
  1. Thanks Daniil,

    When I first created by project, JQuery modules were attached. I have verified that I have no references to JQuery. I have used the Nuget management tool with Visual Studio to...
  2. Hi Guys,
    I've been having trouble with clearing my cache, rebuilding my app. When I do so I receive the 'Ext' is undefined message. I have reviewed older application that work with the Web.Config,...
  3. thanks Vladimir,

    you are correct. Works perfect.

    Thank you
    Russ
  4. Thanks Daniil,

    I did use the IE developer tools and traced it down to the following error:
    ...
  5. Hi

    I have multiUpload configured in MVC4 and working correctly in the development environment. After publishing, multiUpload no longer works. The window that it is placed in will only show a line...
  6. Thanks Vladimir. I will take your recommends and implement.
  7. Thanks for you help, Vladimir

    From my example above, you can see that I have replicated the example from the website. I am wondering why I am receiving the errors while debugging, as I mentioned....
  8. I have created an app that allows users to enter their websites. When a user 'launches' a web page, I would like to add to a tabPanel, just like what is in the example. I am not trying to do anything...
  9. Thank Vladimir

    You are correct in your assumption with regards to the debugging. I have not tried debugging with Chrome.

    What i am trying to accomplish is what is setup in the TabPanel example....
  10. thanks Daniil

    I have only tried ie version 11.
    Chrome Version 33.0.1750.146

    I have tried with multiple sites and have gotten the exact same response. For the most part I am verifying that have...
  11. I've been having trouble in IE with opening a new tab with the loader, it appears to be working in Chrome. I am hoping you might have solution to this issue. The dynamic code is generating the...
  12. Thanks Vladimir.

    I have tested and it works great.

    Thank you for assistance.
    Russ
  13. Thanks Vladimir for assisting me with this issue...

    It is in the code behind that is causing me the issue. Working example below

    View:


    @model System.Collections.IEnumerable
    @{
    ...
  14. Thanks Vladimir,

    With the code below, it still is not working as it did before. What modifications to what I am doing would you suggest? If there is an easier, or less complicated setup for the...
  15. Thanks Daniil,

    Your example is fairly close to what I am doing. Please let me know when you have an update to the SVN or a solution.

    Thanks
    Russ
  16. Thanks Daniil

    I'm using razor format.
    Could you please provider an example of how to use the Store and indicate what is selected? and an example of using the Tags?

    thanks
    Russ
  17. In the last couple of weeks something has changed in the SVN with the TagField.

    Store used to populate the TagField


    @(
    X.Store()
    .ID("storeDocumentType")
    ...
  18. Hi

    I have a custom control that is based on the SignalR example. There is a custom component built on the Ext.grid.Panel. While in the development environment, the control works as expected...
  19. Thanks Daniil,

    I have configured using TagLabelConfig. Everything working appropriately. thank you for updating the trunk.
    Thanks
    Russ
  20. I've been working with the tagField and trying to override the delimiter to a different value since my data contains or could contain ",".


    ...
Results 1 to 20 of 20