BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Almond,
Thanks for using Syncfusion products.
Query : How to view the concatenation of two string column in template column?
To achieve your requirement we suggest you to set the two string column values in the template column view page. Please refer the below code snippet for further details.
[cshtml]
@model TemplateTwoColumns.Models.Student
${Title1} ${Title2}
Please refer the below link to download the sample.
Please let us know if you have any concerns.
Regards,
Ajith R
Hi Almond,
Thanks for your update.
Query : I want only to get the 1st letter of the service_dec_mname and have a result of the column template something like Doe, John M
We suggest you to set the column value by indexing to achieve your requirement of getting the first letter of column value. Please refer the below code snippet for further details.
[cshtml]
${Title1} ${Title2[0]}
Please refer the below link to download the sample.
Please let us know if you have any concerns.
Regards,
Ajith R
Hi Almond,
Thanks for your update.
We have analyzed your code snippet and we have found that the grid have editing functionality. We would like to let you know that currently we do not support this feature “Template column editing and searching” in the grid.
We have created a new incident (112749) on behalf of you. We suggest you to follow up the incident for further reference using your direct trac account.
Please let us know if you need any further assistance.
Regards,
Ajith R
Hi Almond,
Thanks for your update.
Query 1 : Did the indexing work on your file?
Yes, we would like to let you know that the indexing in template column is worked when editing is not enabled.
Query 2 : What version of Syncfusion are you using? This might be the reason why its not working on my side?
We would like to let you know that we have used 11.2.0.25 of Essential Studio. The indexing will work on the template column when editing is not enabled in the grid.
Please let us know if you need any further assistance.
Regards,
Ajith R