I have a RadGrid, where on Click of "Add new record", I have a textboxe and a button. The text box acts like google search. On typing on it, it searches and displays records accordingly. For this, I have the following onPrerender
But the JQuery method DelegateSearch() is never called!
AjaxControlToolkit.ToolkitScriptManager.RegisterStartupScript(this, typeof(string), this._TbName.ClientID, "DelegateSearch();", true);But the JQuery method DelegateSearch() is never called!
