how to make a list

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
bugthefixer
Forum Contributor
Posts: 118
Joined: Mon Mar 22, 2004 2:35 am

how to make a list

Post by bugthefixer »

I want to show a list of items and their details just like datagrid in .Net where a colum also provide option for view and edit
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

datagrids are quite challenging to create, especially a live edit one. It involves a lot of Javascript usually..
Post Reply