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.

enter image description here

before click there no additional code in between td cell.

after click.

enter image description here

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

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -