Search Results

Type: Posts; User: triest

Search took 0.01 seconds.
  1. I need pass parametr "id" in Action.


    .Width(70)
    .Commands(
    Html.X().GridCommand()
    ...
  2. <div class="code-cut">
    @Html.X().ResourceManager()
    @(Html.X().GridPanel()
    .Title("ComponentColumn Pin Editor")
    ...
  3. Controller:

    ViewBag.brigade_id = new SelectList(brigadeList, "id", "name");

    return View();

    View:

    Html.X().ComboBox()
    ...
Results 1 to 3 of 3