c# - unwanted html created in table td while clicking the checkbox in nopCommerce -
i work nopcommerce 3.0 source code in vs 2012 ultimate edition.
currently working in nop.admin project telirik grid. face issue in
click event of checkbox control in telirik grid.
there checkbox tag in every telirik grid row. when user checked in checkbox
i push value of checkbox array. done jquery part.
(please note : alredy project in nopcommerce 2.30. try upgrade nopcommerce 2.30 source code nopcommerce 3.00 source code. code works fine in nopcommerce 2.30 source code.)
please see below images .
before click.

before click there no additional code in between td cell.
after click.

now there more strange html comes in between td cell.
how can solve error.
i solved problem. remove
.editable(editing => editing.mode(grideditmode.incell)) code in razor.
Comments
Post a Comment