I have a advanced datagrid and displying the 10 records. but when loading the data, the first record should be selected. Can you please help me how to do it.
Thanks,
Ravi
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the
dataProvideris updated dynamically, just callgrid.selectedIndex = 0;after updating it. Otherwise, call it from thecreationCompletehandler.