tags:

views:

159

answers:

1

I am using textInput within grid using rendrer. I am populating a suggestion box just below the text input field on the basis of typed character and index of text input.Problem is that if i shrink grid column then suggestion box is not populating at the right place so I want global position of cursor in the text input field .

A: 

Hi Anshuman, Try using 'global coordinate'. This might resolve your problem.

Ashine
Thank you Ashine for answering. I already used global position but it not working because global coordinate are respected to grid not with particular column(text input field).Have you any other solution?
Anshuman Jaiswal