I have a dynamic grid in ASP.NET for which data is being used by knockout.js whenever There is a search button clicked. Once the grid loads, users can click on any row to check the details related to that row in the popup.
I want to apply here, after clicking the search button and loading the data in the grid, the focus must be set to the first line and the enter key is clicked on the event < / Strong> (such as clicking through the mouse, which displays pop ups).
Thanks in advance !!
Note: Using knockout js and jacquery to fetch and tie data in asp. $ {Document} .ready (function () {var column = $ ("# & lt;% = GridView1.ClientID%>"). Search ("tr: eq (1)"); column.focus () ;}); If this fails, then clientIdod = "static"
No comments:
Post a Comment