I want to upload files when adding or modifying records to a jqgrid. How is it possible? Is there some way to tinker with its Add/Edit Dialogue boxes?
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.
Have you looked at the domos for the customised Edit Dialog? http://www.trirand.net/demoaspnet.aspx
Click on Edit, Add, Delete Rows in the menu and select Edit Form Types, which shows you how to control which controls are displayed for editing. You could use a file upload control. You will probably have to change the enctype of the post to “multipart/form-data”. Not sure how to do that with jqgrid, but it shouldn’t be too hard.