Uiinfrastructure API Docs  
 

ExpListModel.SaveRow Method 

Will be called each ime there is a repost to save the data on the list. Should contain the code to update the data on the row _nRowIndex.Use the SetItem method to update _saData and use _htFormData to retrieve the posted data.

protected abstract int SaveRow(
   PTGrowableSortedArrayWrapper _saData,
   int _nRowIndex,
   XPHashtable _htFormData
);

Parameters

_saData
_nRowIndex
_htFormData

Return Value

int

See Also

ExpListModel Class | com.plumtree.uiinfrastructure.expandablelist Namespace