Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Oct 10, 2008 03:51
open dhtmlx forum
DHX Grid: How to limit the number of characters in text box of Text Filter

Hi there,
I want to limit the number of characters in text box of Text Filter. How to do this ?
Answer posted by Support on Oct 10, 2008 05:48
This input box is an normal input, so you can locate it as
        var input = grid.hdr.getElementsByTagName("INPUT")[0]
and attach any custom events|attributes to it