Dear All,
I have a gridview which has textbox, i want to add textbox numeric masking to this textbox. it is working outside gridview textbox but not working for inside gridview
My Script Code for :
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_pageLoaded(function () {
//Decimal 2 digit value
$("#<%=textbox1.ClientID %>.inputmask("numeric", {
placeholder: "0",
digits: 2,
digitsOptional: false,
radixPoint: ".",
groupSeparator: ",",
autoGroup: true,
allowPlus: false,
allowMinus: true,
clearMaskOnLostFocus: false,
removeMaskOnSubmit: true
});});
My Gridview Code for:
(in Rs.'000')
14 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Saravanan NpPosted May 9, 2016, 8:55 AM
Bhuvanesh MohankumarPosted May 8, 2016, 10:17 PM
Bhuvanesh MohankumarPosted May 8, 2016, 10:16 PM
Bhuvanesh MohankumarPosted May 8, 2016, 10:15 PM
Bhuvanesh MohankumarPosted May 8, 2016, 10:12 PM
Bhuvanesh MohankumarPosted May 8, 2016, 10:11 PM
Bhuvanesh MohankumarPosted May 8, 2016, 10:10 PM
Bhuvanesh MohankumarPosted May 8, 2016, 10:09 PM
Bhuvanesh MohankumarPosted May 8, 2016, 10:09 PM
Bhuvanesh MohankumarPosted May 8, 2016, 10:08 PM
Bhuvanesh MohankumarPosted May 8, 2016, 10:08 PM
Bhuvanesh MohankumarPosted May 8, 2016, 10:07 PM
Bhuvanesh MohankumarPosted May 8, 2016, 10:06 PM
Bhuvanesh MohankumarPosted May 8, 2016, 10:06 PM