Hi Team,
I tried with the suggestions and visited the link mentioned
https://paramquery.com/pro/demos/filter_header_locali removed the init and then tried with keyup listener as below ..its not working
{ title: "Order Date", minWidth: "190", dataIndx: "OrderDate", dataType: "date",
filter: { type: 'textbox', condition: "begin", listeners: ['keyup'] }
},
but when i tired with below option it started working. But dataType is not defined then it might cause another problem.. So please tell how to achive the same
{ title: "Order Date", minWidth: "190", dataIndx: "OrderDate",
filter: { type: 'textbox', condition: "begin", listeners: ['keyup'] }
},