I have to build a datagrid.The grid should be editable and values should be passed .I am new to JSP .Can anyone tell me the step by step procedure of creating a editable datagrid in jsp without connecting to the database.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at http://code.google.com/p/jquery-datatables-editable/
You can simply apply it to an html table (create it in the jsp), and it will make it client-side editable.
Here’s an example of how to do it:
http://code.google.com/p/jquery-datatables-editable/wiki/HTMLSource