Search Results

Type: Posts; User: LAEUser

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Danill

    Thank you. That did it. it solves the issue with the ItemMove listener as well. Thank you very much. Please mark as closed.
  2. Danill

    Any suggestions. Can you let me know if the refresh is causing an issue with the ItemMove listener. is it a bug. thanks
  3. here is a simplified Buildtree without the data access. just using static data. The most pressing thing is about the ItemMove listener not firing after the refresh. thanks



    public ActionResult...
  4. I have an issue with refreshing a tree. When it first loads, the tree builds correctly but when I refresh the root node is missing. Also this is a drag and drop tree. Once I Call the refresh I can no...
  5. Please Do. thanks again
  6. Thank you. works great.
  7. I am trying to set a background color on a formfield (could textfield, datefield, combobox) using the DirtyCls class. I am using the Gray theme. however this is changing the background color of the...
  8. Thank you. it is working. please close
  9. Hello

    I am calling tree.submitNodes from a JS function. This is during a drag and drop which call itemMove listerner. My question is is it possible to pass parameters to submitNodes from JS...
  10. Sure. This is a conversion from 1.x project to 2.5.2

    The problem was my actual css. I am not sure why it worked with 1.x - see class below - The popup was loading but blank. it was hidden by the...
  11. I found the problem with the class. Please close.
    Thank you
  12. I am trying to add a cls class to a window created via javascript. Please see below, if I add a cls to window, it does not display. Can you please point me in the right direction to add a custom css...
  13. Great. thank you for the information. Please close.
    thanks
  14. I am having trouble setting a selected item for a multiselect. This is from code behind.



    MultiSelect msParam = new MultiSelect();
    msParam.ID = "paramid__40";
    ...
  15. you can close this request. it seems to work fine with the Refresh event
  16. Hello

    I have an MVC application - Index page will load a partial page wich loads another partial using itemsfrompartial. the page contains a dataview with a template. I would like to call a jquery...
  17. I have a layout page and a home controller with Index.cshtml that loads a viewport with a Tabpanel with the first tab as not closable. Through the menu navigation, I can add additional tabs. In the...
  18. I have tried the new revision and it is working just fine. Thank you very much for fixing this.
    lae

    EDIT: please consider closed.
  19. Sorry

    I just got notification. I will get latest and update back. Thank you
  20. Thank you. I will wait to hear something. I appreciate the help to find a solution.
    LAE
  21. I can understand for webforms. but in the case of MVC, that does not make sense as there is a need to use a custom view engine. By changing to IView, my partial page is now rendering properly. I...
  22. I Am still testing this but I think I have found the problem. in PartialViewResult.cs, in the ExecuteResult method, there is an if statement



    if (this.View is RazorView)
    {
    .......
    }
  23. Hi

    I am calling a partial view from an external project using MvcRazorgenerator tool. I am getting the following error when i load the partial through my action in the controller.


    ...
  24. I am trying to use an MVC control which uses jsrender to render its content. I am getting the following error when the view loads





    this is the view

    @{
    ViewBag.Title =...
  25. Daniil

    Thank you. The problem was the IDProperty. you can close this thread.
    thanks for your help.
    LAE
Results 1 to 25 of 33
Page 1 of 2 1 2