I was trying to define a jqgrid column as a radio button group, but I could not.
Anybody knows what I have to do? Please give me an example.
I was trying to define a jqgrid column as a radio button group, but
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.
You can do this if you define custom formatter and custom unformatter. If you will need to edit the cells/rows with radio buttons you will have to implement also custom editing. You can do implemant all this, but I would not recommend to do this. I recommend you to conside to use select formatter instead and use it together with stype:’select’. Radio button group shows mostly the same information, but in more compact form. If you do need to use radio button then I would you recommend you to use there only during cell/row editing.