Hi Thomas,
We have analyzed your query and based on your requirement, we have prepared a sample by customizing the existing GridCellTextBoxRenderer in the CustomTextBoxCellRendererExt class in which the cursor will be pointed to the location you have clicked in the cell. Please find the code snippet for your reference.
Please find the below sample attached below:
Sample Location: http://www.syncfusion.com/downloads/support/forum/119437/ze/WpfApplication81075722517
Please let us know if you need any clarifications.
Thanks
Kanimozhi B
Hi Thomas,
We have analyzed your query and based on your requirement, we have prepared a sample by selecting the range of text in Textbox before getting the Caret Index.
Please find the below sample attached below:
Sample Location: http://www.syncfusion.com/downloads/support/forum/119437/ze/WpfApplication8-1534456929
Please let us know if you need any clarifications.
Thanks
Kanimozhi B
Hi Thomas,
We have analyzed your query and based on your requirement, if you set the current cell activation by Double click, then textbox’s caret index will not be correctly set. You can set the current cell activation as single click by,
grid.Model.Options.ActivateCurrentCellBehavior = GridCellActivateAction.ClickOnCell; |
Please let us know if you need any clarifications.
Thanks
Kanimozhi B