Search Results

Type: Posts; User: rvisha2

Search took 0.01 seconds.
  1. Hello,

    I would like to open a window from controller. I did see this example http://mvc.ext.net/#/Window_Basic/Hello_World/
    but, what I'm trying to do is little different.

    Here is my Window...
  2. Hello Baidaly,

    Could you please elaborate in terms of code. I understood about the default action. but how do I overcome it.
  3. after item select could you please let me know how I have to reload the entire page.

    My controller action


    public ActionResult selected_Pat()
    {
    return View();
    }
  4. Hello,

    As showed in above code I was able to generate the partial view. But I would like to have a partial view of editable form panel.

    This is what I'm trying to achieve,
    Partial view of...
  5. Here is the other way I tried. I'm posting the solution, hope it can help some one who are trying my way !


    <div id="Selected_Pat">
    @(Html.X().Container().StyleSpec("border:solid 1px black;...
  6. Hello Baidaly,

    I tried to display the partial view like this


    @Html.RenderPartial("Selected_pat", Model); // here Selected_pat is the id of the div tag, view name and controller action name....
  7. I have implemented a combo live search box. when user selects a particular search result, search result info is passed back to my action, but once I am trying to reload the page after user selects it...
  8. This is just an idea. I though this might be a way of doing the task I need. But I dint implement it in my work. Please dont completely consider it to be working solution. so this solution would be...
  9. Hello,

    I am trying to display multiple fields in the display field. Could some one please let me know if this is possible?
    I have already included my code here in Comment 4 by me(rvisha2)...
  10. Nevermind, I got this done.

    the final code would be something like this,.


    @(Html.X().ComboBox()
    .DisplayField("FirstName")
    .ValueField("FirstName")
    ...
  11. Hello Daniil,

    Thanks for the information. However I implemented my module using Form combo box, Custom search functionality. The example was very good and made my work more easy. However I want...
  12. Hello,

    I have a similar problem. I'm not sure if I'm asking for a functionality which is very obvious, but I was not able to get this functionality up and running. I opened a new thread for my...
  13. I am trying to display dynamic radio button. Here's my code below. I dont see any error anywhere but for some reason the radio buttons are not displayed on the page. Please help !! I did make sure...
Results 1 to 13 of 13