ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
using autoNumeric plugin in Grid with inline editing
Title:
B
I
{code}
?
I use the code below,this code works out of the gridinline but it dose'nt work inside the gridinline. new Column { Bind = "Deptor",Width = 200}.Mod(o => o.Inline(Html.Awe().TextBox("Deptor").CssClass("txtNumber"))), <script src="http://www.decorplanit.com/plugin/autoNumeric-1.9.18.js"></script> <script> $(function () { $(document).on('aweinlinesave', function () { $(this).find('.txtNumber').autoNumeric('init', { lZero: 'deny', aSep: ',', mDec: 0 }); }); }); </script>
Save Changes
Cancel
dear
asked at 09 Nov 2016
Answers
B
I
{code}
?
$(function () { $(document).on('aweinlineedit', function () { $(this).find('.txtNumber').autoNumeric('init', { lZero: 'deny', aSep: ',', mDec: 0 }); }); });
Save Changes
Cancel
Omu
answered at 19 Nov 2016
It's ok.thanks a lot
at 19 Nov 2016
dear
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK