<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >SetGroupingRule |
Sets the grouping rule.
Prototype :
void SetGroupingRule
(
string GroupingRule
)
Arguments :
GroupingRule |
refer to GroupingRuleConst |
Reference :
TextBox data type should be the group type.
Example :
//string
This.SetGroupingRule("Merge");
//constant
This.SetGroupingRule(GroupingRuleConst.Merge);
Available Events :
OnInitialize, OnStartBind
See also :