Hi
I have a radgrid that has a GridBoundColumn with the ability to be searched. I want to include a list of links outside the grid that provides an alphabet for the user to search by.
This alphabet would be the equivalent to typing 'A' (for example) into the search box and clicking 'Starts With'. Correct me if I'm wrong but I think the best approach for this would be to somehow use javascript to simulate this action.
When the user clicks the 'A' link I want to find the search textbox and put an 'A' in it and do filterButton.click(). However, I cannot find the search button in the grid because it doesn't exist in the page. It gives me an error that it can't find the textbox I'm searching for.
Any suggestions welcome
Thanks
I have a radgrid that has a GridBoundColumn with the ability to be searched. I want to include a list of links outside the grid that provides an alphabet for the user to search by.
This alphabet would be the equivalent to typing 'A' (for example) into the search box and clicking 'Starts With'. Correct me if I'm wrong but I think the best approach for this would be to somehow use javascript to simulate this action.
When the user clicks the 'A' link I want to find the search textbox and put an 'A' in it and do filterButton.click(). However, I cannot find the search button in the grid because it doesn't exist in the page. It gives me an error that it can't find the textbox I'm searching for.
Any suggestions welcome
Thanks