Hi Everybody,
Please help me in setting the focus of a particular text filed in grid View. I want to set the focus for a input text field in a <ig:gridView>. I have a grid View having five columns as <h:inputText> fields. while i am tabbing out from the first text field after entering the value to next input Text filed. I want to set the focus to the second text filed.
Is any java script code to get the perticular input text field component and set the focus to this component.
please anybody send me the code of java script.
Thanks in Advance,
A.Viswanath Yadav
Hello Viswanath,
You need to add <ig:gridActivation /> tag to your WebGrid component.
<ig:gridActivation /> tag to your WebGrid component.
Check our help documentation for more information:
http://help.infragistics.com/Help/NetAdvantage/JSF/2009.1/HTML/JSF_WebGrid_Grid_Activation.html
Thank you,
Tsvetelina