Rank: Newbie Groups: Member
Joined: 9/20/2010 Posts: 4
|
Is it possible to implement RowDetails with your grid? RowDetails example in jQuery grid http://datatables.net/examples/api/row_details.htmlTry to click on plus button and new panel for selected rows will appears with custom controls. Is it possible to implement something similar with your grid control? Do you have any example?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. You can only handle click event and show a popup (absolute position a DIV, for example). The Grid itself will not expand.
Thanks!
|