Setup CustomGrid
Attribute | Description |
---|---|
Applied on | AppliedOn will contain the question ID of the Matrix with textbox question which needs to be implemented as Custom Grid question. |
Row # | RowNum=0 means that all rows of the said column will have this configuration. In this case ColNum value will take precedence and decide the CustomType of this column in each row. |
Column # | ColNum=0 means that all columns of the said row will have this configuration. In this case RowNum value will take precedence and decide the CustomType of this row for each column. |
Custom Type | CustomType can take the following values: 1- Textbox 2- MultiList 3- Dropdown 4- Radio |
Source Question | SourceQuesId is applicable for CustomType=Dropdown and CustomType=MultiList |
Validate Textbox with | ValidateTextBoxType field is applicable for CustomType=Textbox |
Textbox Range | RangeTextBoxFrom, RangeTextBoxTo fields are applicable for CustomType=Textbox and ValidateTextBoxType=Numeric/Decimal |
Active | Activate/Deactivate the validation rule using this option. |