WebGrid in ASP.NET MVC4

WebGrid in ASP.NET MVC4

krushnakant Ladani

11 лет назад

34,775 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sanjanav1431
@sanjanav1431 - 05.07.2017 09:11

Thank you. It's amazing.
Can you also show how to filter every column? With those dropdowns..

Ответить
@gqntexas
@gqntexas - 15.12.2016 02:12

Can anybody else not hear sound on this video?

Ответить
@ronchennai
@ronchennai - 11.05.2016 16:59

Hi Krushnakant, this is some cool technique you just taught me, cos, i come from web, and am very much used to the GridView in webforms, and lately switched on to MVC and was wondering how to do the same GridView here in MVC4 and i stumbled upon your video and Voila' !! Thanks for your expertise !!

Ответить
@ArvindUpadhyay1
@ArvindUpadhyay1 - 04.05.2016 14:23

good...

Ответить
@sijimathew9982
@sijimathew9982 - 07.11.2015 09:18

nice video... thanks

Ответить
@sachingreat222
@sachingreat222 - 14.09.2015 10:19

Thank u for posting . Very good for beginners

Ответить
@jogosdecelular6895
@jogosdecelular6895 - 09.03.2015 03:26

Perfect, thank you for colaboration.

Ответить
@NitinSharma-rx1mv
@NitinSharma-rx1mv - 01.10.2014 20:37

how can i add column in the web grid or if the column not in database???

Ответить
@NitinSharma-rx1mv
@NitinSharma-rx1mv - 01.10.2014 20:02

Thank you very much.

Ответить
@csanabriaj
@csanabriaj - 18.08.2014 05:50

sorry, with stilyng and inline editing

Ответить
@csanabriaj
@csanabriaj - 18.08.2014 05:50

really good, which one is the best free grid for MVC5??

Ответить
@yasararafath1234
@yasararafath1234 - 15.07.2014 14:42

Nice concept and also put some basic video,because am new one to mvc.

Ответить
@anantsbfc
@anantsbfc - 20.06.2014 11:18

can we do batch updating in this grid 

Ответить
@PrasadJachak
@PrasadJachak - 20.04.2014 13:04

Nice One...

Ответить
@NageshwarRaoPinna
@NageshwarRaoPinna - 13.02.2014 17:58

Audio not working..please fix and upload new video

Ответить
@intersowa1970
@intersowa1970 - 15.01.2014 06:38

Well done.

Ответить
@gokulhirani7491
@gokulhirani7491 - 04.01.2014 11:54

Its so helpful for webgrid

Ответить
@snehadeore8947
@snehadeore8947 - 27.11.2013 10:33

Good one!!

Ответить
@KimKongsec
@KimKongsec - 25.11.2013 21:09

Thank you, very clearly

Ответить
@krushnakantLadani
@krushnakantLadani - 17.11.2013 12:00

Hi Vaibhav,

Thanks for viewing my videos.

You can add html content easily in WEBGRID, put this line of code  for Edit,Delete link.

grid.Column("Id", header: "Edit", canSort: false, style: "OperationLink", format: @<text>@Html.ActionLink("Edit", "Edit", new { id = item.Id }, new { @class = "btn btn-success" })</text>)

You can add any type of html content in webgrid by using format property.

grid.Column("Id", header: "Image", canSort: false, style: "img", format: @<text>@(Html.Raw("<img src='/Images/accent.png' width='30' height='30'>")) </text>)  

Ответить
@krushnakantLadani
@krushnakantLadani - 17.11.2013 12:00

Hi Vaibhav,

Thanks for viewing my videos.

You can add html content easily in WEBGRID, put this line of code  for Edit,Delete link.

grid.Column("Id", header: "Edit", canSort: false, style: "OperationLink", format: @<text>@Html.ActionLink("Edit", "Edit", new { id = item.Id }, new { @class = "btn btn-success" })</text>)

You can add any type of html content in webgrid by using format property.

grid.Column("Id", header: "Image", canSort: false, style: "img", format: @<text>@(Html.Raw("<img src='/Images/accent.png' width='30' height='30'>")) </text>)  

Ответить
@vaby335
@vaby335 - 16.11.2013 12:52

hello, Nice Video. .... How do i add my html actionlinks like edit, delete etc in it??

Ответить
@Rajivk7
@Rajivk7 - 15.10.2013 15:39

good video

Ответить
@krushnakantLadani
@krushnakantLadani - 20.08.2013 14:57

Ответить