JQgrid 4.5 ASp.NET WebForms Populate Data with JQuery -
i'm new @ jqgrid. can bind data via codebehind don't know how bind jquery show me source can learn how ? thank you
jqgrid have many features , used in many different ways. it's not enough write grid. should specify more plan do, data need display, need display or edit, search, filter, group , on data.
there different strategy how can provide data jqgrid. important know @ least approximately imagination data need display. example: have hierarchical data or need display flat table? need show user data have 30 rows , 5 columns or 100000 rows , 50 columns? depend on size of data can choose strategy of usage of jqgrid. example 1 can implement server side paging, sorting , filtering/searching. alternatively can implement same features on client side. can provide all data @ once , use loadonce: true option. in case can write less code on server side.
if use example sqldatareader access data , see tutorial using entity framework can not use code such tutorial. example, can provide data jqgrid per ajax , implement server code asp.net mvc controller action or asmx web service or wcf service or web api or ashx hendler or ... can continue. there many ways of writing asp.net code , not sure (and have corresponds policy of corporate). it's difficult answer on current question. it's common.
Comments
Post a Comment