S.No |
Query |
Syncfusion Comments | |
1
|
Change the label 'Offset' to something else.
|
We can achieve your requirement by work-around solution using actionComplete event with requestType openEditDialog. Using this event we can change the header text, and refresh the columns using refreshColumnsmethod of grid control as like below code example.
| |
2
|
Change the searching in the name column from 'starts with' to 'contains'
|
We render combo box in name column of dependency tab. By changing the filterType we can achieve your requirement.
| |
3
|
Format the items to hide/exclude the Id section in the dropdown options.
|
We achieved this by work-around solution, using actionComplete event.
|