I want to search the web grid data, as soon as I enter the text in textbox actually i do not want searching by button I want searching on writing of text in textbox
$(function () {
$("#txt_search").change(function () {
var value = $(this).val(); //get textbox value
//call the getWebgridData function or directly use JQuery Ajax to update the data.
});
});

Ramesh PalanivelPosted Apr 4, 2017, 6:26 AM
Madhav SharmaPosted Apr 8, 2017, 8:00 AM