how to select an item in datalist
-
use a DIV tag around the text where you want to double click, use javascript double click event handler to catch the event and open a new opup/redirect
Thanks & Regards Pete
-
use a DIV tag around the text where you want to double click, use javascript double click event handler to catch the event and open a new opup/redirect
Thanks & Regards Pete
-
<div id="myDetail" ondblclick="Javascript:fnShowDetails(id)" > Datalist text </div>
Thanks & Regards Pete
-
<div id="myDetail" ondblclick="Javascript:fnShowDetails(id)" > Datalist text </div>
Thanks & Regards Pete
-
since there are 'n' number of items in it then how to check that a particular item is double clicked or single clicked....
you have to bind the id programatically while binding the data ti the data list use google to find how....
Thanks & Regards Pete