Hi Xavier,
Thank you for contacting Syncfusion support.
Query 1: What is the list of PHP Grid editors?
The following Essential JavaScript controls are supported built-in by editType. You can set the editType based on specific data type of the column.
- CheckBox control for boolean data type.
- NumericTextBox control for integers, double, and decimal data types.
- InputTextBox control for string data type.
- DatePicker control for date data type.
- DateTimePicker control for date-time data type.
- DropDownList control for list of data type.
We can render any other control(Eg: textarea /colorpicker/dropdown/autocomplete) in grid column using edittemplate feature and also we can use all the features for corresponding controls.
Query 2: What is the tag to display code in the forum?
We have logged a feature request “Insert code support in RTE ” and it can be implemented in any of our upcoming release.
Regards,
Jayaprakash K.