Open Partial View on click of Edit button of Kendo Grid -


my grid has fileupload control in it. after successful upload of file, displaying imported records.

on edit button click need display partialview. there many add edit functionality on partial grid. on close of partialview, main grid should refresh.

please let me know how call partialview kindo grid on click of edit button.

take @ this example blog post kendo. let use custom popup editor grid. can override events happen when custom pop closed.

also @ this excellent article brad wilson custom templates in asp.net mvc.

if still not meet needs please elaborate question , add code.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -