SVN r1047
SVN-Revision: r1047
This commit is contained in:
@@ -38,6 +38,13 @@ namespace Lskj.Control.Model.MenuStrip
|
||||
{
|
||||
return this.TreeGridControlObj.GetViewFocusedDataRows();
|
||||
}
|
||||
protected override DataTable GetDataTable()
|
||||
{
|
||||
return this.TreeGridControlObj.GetGridViewDataSource();
|
||||
}
|
||||
|
||||
|
||||
|
||||
protected override List<string> HandleRightMenuParams(List<string> paramList, DataRow rowData, DataRow[] rowDatas = null, int actionType = 0)
|
||||
{
|
||||
List<string> handleParamList = base.HandleRightMenuParams(paramList, rowData, rowDatas, actionType);
|
||||
|
||||
Reference in New Issue
Block a user