Skip to content

getSubView

returns the subview of the item with the given id

function getSubView(
// the id of the item
id: id
): WebixView

WebixView the subview object

mygrid.getSubView(id);