Hi,
Thousand separator while typing salary value
Validation for min and max for particular range using jQuery in ASP.Net MVC
in above url i have added one more column salary
my requirement is that while adding /edit automatically convert salary filed value to thousand separator.
can you please help me
columns: [
{ field: "Id", title: "Id", width: '60px' },
{
field: "Age",
template: '<input style="width:120px" type="text" id="Age" class="age" onkeyup="currencyNumber(3)(this);ValidateMaxMin(this,18,60);" />',
width: 150
},
{
field: "Salary",
template: '<input style="width:120px" type="text" />',
width: 150
}
]