Combo box in editable rows

Combo box in editable rows

shoaibshoaib Posts: 1Questions: 0Answers: 0
edited June 2009 in General
How can i place a combo box in a row and submit form on its value change?

Also, is there any way i can make the whole row editable instead of all columns one by one?

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    HI shoaib,

    1. You just need to have a '$().click()' (or possibly "change" would be better if it works) event handler on the checkbox. Might be best to refer to the jQuery documentation for this one: http://docs.jquery.com/Events

    2. There probably is, but it might not be possible with jEditable (I'm not sure, perhaps best to ask the guys who maintain it). If not, then I'm sure there must be a plug-in somewhere for jQuery or just pure Javascript which will do what you are looking for. It would also be possible to do this yourself with a $().click() event handler for each row.

    Allan
  • SproSpro Posts: 3Questions: 0Answers: 0
    The answer for yout first question is here http://www.appelsiini.net/projects/jeditable
    I've implemented a select combobox only with this tutorial =) good luck
This discussion has been closed.