Hi,
I am using Igx-grid in one of my forms and I have implemented the functionality to edit row by clicking in different cells.
I want to select the text of editable cell because Its more easy this way to add/edit as on cell edit for user.
Whenever user tries to edit cell, It shifts the control next to value "0" so the user needs to come back for entering decimal value.
That would be nice if you guys can get me a solution.
Thanks
Hi Sean,
I am not quite sure that I got your issue completely right. Do you mean that when the cell enters edit mode, the cursor goes to the beginning of the value, while you want it to be at the end?
When the user enters in edit mode, It shifts the focus to right side of zero when It should select zero to enter the value and then it should override it but its not happening.