0

Does jqGrid have the capability to have an inline List control with an option to add items related to particular record. Please see the red highlighted section in the picture here: http://screencast.com/t/63632xwUi8G

enter image description here

I am planning on developing an ASP .NET MVC 4 application. If this is not possible please suggest one that can support this.

A.K
  • 505
  • 1
  • 12
  • 30
  • It is not clear what you mean under "inline editing formatter". Which element on the picture you want to have during inline editing? It would be better it you mark the element with another color. In general jqGrid allows to use other plugins to initialize inline elements. Typically one creates `` and ` – Oleg Mar 17 '15 at 17:42
  • Thanks Oleg, I have updated my question. How do we change the column-wise arrangement in jqGrid? notice that in the screenshot the highlighted area is still part of the same row. – A.K Mar 18 '15 at 11:03
  • I'm afraid that I can't follow you. The highlighted area seems be quite other as the main information in the other rows. HTML tables can't wrap rows. Moreover one should clear distinguish between *displaying* the information in the grid from *editing* of a row of the grid. The picture contains many elements with inline selects or other controls. It looks like the user started (but not finished) of editing *multiple rows*. In jqGrid the user can start editing of row and then either save the current changes or discard there. Morover sorting by column content is blocked in inline editing mode. – Oleg Mar 18 '15 at 11:23

1 Answers1

0

I finally found the answer. The ability to add some textbox (or any html for that matter) lies in the use of sub-grids. This answer solves the issue.

Community
  • 1
  • 1
A.K
  • 505
  • 1
  • 12
  • 30