DataAction object



$action->get_value($name)
The only parameter you should specify is the name of column or alias.


$action->set_value($name,$value)
The parameters are the following:

$action->get_userdata_value($name,$value)
The parameters are the following:
$action->set_userdata_value($name,$value)
The parameters are the following:
$action->get_status()
$action->set_status($value)
The parameter of this method is :

$action- >get_id()
$action->get_data()
$action->set_response_text($text);
The only parameter you should specify is:

$action->set_response_xml($text)
The only parameter you should specify is:

operation$action->set_response_attribute($name,$value)$action->error();
$action->invalid();
Note: set_response_xml, set_response_attribute, invalid methods can be used to transfer additional info for client side code, they are necessary only if you want to add some heavy customization to update process

$action->success();
$action->success($id);

$action->add_field($name,$value);
The parameters are the following:

$action->remove_field($name,$value)
The parameters are the following:

$action->get_new_id();


Shared for GridDataItem, TreeDataItem, ComboDataItem, TreeGridDataItem


$dataItem->get_value($name)
The only parameter you should specify is:

$dataItem->set_value($name,$value)

$dataItem->get_id();
$dataItem->set_id($value);
The only parameter you should specify is:

$dataItem->get_index();

$dataItem->skip();

GridDataItem/TreeGridDataItem specific

$dataItem->set_row_color($color)
The only parameter you should specify is:

$dataItem->set_row_style($style )
The only parameter you should specify is:

$dataItem->set_cell_style($name,$value)


$dataItem->set_cell_class($name,$value)

$dataItem->set_row_attribute($attr,$value)
The parameters are the following:

$dataItem->set_cell_attribute($name,$attr,$value)

The parameters of this method are the following:


TreeGridDataItem

$dataItem->get_parent_id();
$dataItem->get_check_state();
The only parameter you should specify is:

$dataItem->set_check_state($value);
The only parameter you should specify is:

$dataItem->set_image($img);
The parameter is:

$dataItem->set_image($img_folder_closed,$img_folder_open,$img_leaf);
The parameters you should specify are:

TreeDataItem

$dataItem->get_parent_id();
$dataItem->set_image($img)

You should specify the following parameter:


ComboDataItem