Hi All,
I am facing issue with Editable list view double click event. I had store proc which has column called Country (Auto Complete), StateCode (Text Box), State description (Auto Complete).
I am using Auto complete control to populate Country and on Country text change i am populating State Auto complete control.
Problem i am facing is -
Country StateCode StateDesc
US CA CA-California
US AL AL-Alabama
US NY NY - New York
on list view it looks like as above
When i double click Editable list view for first time when page get load i am getting below results in StateCode TextBox. This happen only for first time when page get load.
Country StateCode StateDesc
US CA-California CA-California
US AL AL-Alabama
US NY NY - New York
Any idea what will be the issue.