Author Topic: Default text set in search textbox after grid loading finish  (Read 427 times)

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
Hi Paramvir,

We need to set default text in search text box, reference file attach here.

URL : https://paramquery.com/pro/demos/filter_local


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Default text set in search textbox after grid loading finish
« Reply #1 on: July 14, 2022, 02:30:38 pm »
Code: [Select]
complete: function(){
this.toolbar().find(".filterValue").val('bonap').trigger('change');
},