[jQuery] Table Manipulation

2009-08-09 Thread achu
row. When I check the HTML Source, table rows are not created, so when I hit the server (asp.net and c#), the row count is 0. Is this the right way to create a row or any other method is available? Thanks in advance, achu

[jQuery] jqGrid with c#

2009-08-04 Thread achu
Hello Friends, I’m using jqGrid in ASP.NET. jqGrid is literally good. As of now, I’m using Handler(ashx) or WebService(asmx) to convert the DataTable into JSON and display in the Grid. Can I use c# code behind and bind the Data? I mean c# method convert the DataTable into JSON? I’m trying, if any