Kendo MVC
Partial Create View
@using Kendo.Mvc.UI
@model CRM.Models.ViewLeadModel
@{
ViewBag.Title = "PRV_CreateLead";
}
<div class="col-md-12">
<div class="col-md-6">
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="form-group"></div>
<div class="col-md-5" style="width:25%">
Leade Name:
</div>
<div class="col-md-7">
@*@(Html.Kendo().TextBoxFor(t => t.JobTitle)
.Name("txtname")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))*@
<input type="lebel"
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Job Title:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.JobTitle)
.Name("txtjobtitle")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Lead Source:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.LeadSource)
.Name("txtSource")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Lead Type:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.LeadTypeName)
.Name("txtType")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
AssignTo:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.AssignedTo)
.Name("txtAssignTo")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Description:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.Description)
.Name("txtDescription")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Phone No:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.PhoneNo)
.Name("txtPhone")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Email :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.EmailId)
.Name("txtEmail")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Skype:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.Skype)
.Name("txtSkype")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Potential Amount:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.PotentialAmount)
.Name("txtAmount")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Rank :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.Rank)
.Name("txtRank")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Teritory :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.TerritoryName)
.Name("txtTeritory")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
NoOf Employee:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.NoOfEmployee)
.Name("txtEmployee")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Industry :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.IndustryName)
.Name("txtIndustry")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Address Type :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.AddressTypeId)
.Name("txtAddressType")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Address Line1:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.AddressLine1)
.Name("txtAddressLine1")
.HtmlAttributes(new {@readonly = "readonly" , style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Country :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t=>t.CountryName)
.Name("txtCountry")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
</div>
<div class="col-md-6">
<div class="form-group"></div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Zipcode :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBoxFor(t => t.ZipCode)
.Name("txtZipcode")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Delivery Instruction:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtDeliveryInstruction")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Facebook :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtFacebook")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
LinkedIn:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtLinkedIn")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Wayto Contact:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtWaytoContact")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Lead Source:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtLeadSource")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
ReferedBy:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtReferedBy")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Fax :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtFax")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Estimate Closing Date:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtClosingDate")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Source Campaign:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtCampaign")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Company :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtCompany")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Anual Revenue:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtAnualRevenue")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Address Line2:
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtAddressLine2")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
State :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtState")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
City :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtCity")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Twiter :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtTwiter")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
<div class="clearfix" style="margin-bottom:2px;"></div>
<div class="col-md-5" style="width:25%">
Website :
</div>
<div class="col-md-7">
@(Html.Kendo().TextBox()
.Name("txtWebsite")
.HtmlAttributes(new { @readonly = "readonly", style = "width: 100%;" }))
</div>
</div>
</div>
No comments:
Post a Comment