Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
555
Filter Textbox client side events needed
posted

Hi

I am using filter feature of ultrawebgrid in my project. the requirement is to show the filter text in the filter cell as shown in the img

   

but when i am trying to edit this filter text, i am seeing a text value as show in pic below marked in red

I am seeing this because I am retaining the filter text by assiging it to the span element of the filtered cell but when i m trying to edit the filter text it still shows the filter text marked in red..i tried making the spanelement.style.dispaly = " none" which hides it on the double click event of the filtered cell. but after that i don't have any event to do spanelement.style.dispaly = " block" which should show the filter text back as shown in the previouse pic.

do we have any event like onblur for the textbox which privides the text editing for filter?