jQuery UI Widgets › Forums › Grid › initrowdetail Event
Tagged: details, expand, grid, initialize, initrowdetails, jqxgrid, nested grids, row, showrowdetails
This topic contains 1 reply, has 2 voices, and was last updated by Dimitar 10 years, 1 month ago.
Hi, i need to know how can i call initrowevent without expand the row:
My application need to call this event when i drag-end in the main row, then my subgrid shows.
If i can`t show is not a problem, i need to call this function because i need the nestedGrid element to add new records on then.
Thanks.
Hello diogomunhos,
initrowdetails is a callback function which fires when a row is expanded for the first time. It cannot be called programmatically. You can, however, call showrowdetails to programmatically expand a row.
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
You must be logged in to reply to this topic.