This question is locked. New answers and comments are not allowed.
Hello,
I spotted a small but annying issue about telerik grid filter panel. Text boxes on string columns do not have neither id nor name attribute applied. It makes it really difficult to find a filter item without those, so I'd like to ask you to add id and name to input fields the same way you do with numeric fields, so:
instead of
The same thing about filter operator drop downs - you could add ids to them as well.
Those additional attributes would be very helpful especially when it comes to automated testing. We're using QTP for that and without identifiers it's impossible to pick a filter.
Regards
Piotrek
I spotted a small but annying issue about telerik grid filter panel. Text boxes on string columns do not have neither id nor name attribute applied. It makes it really difficult to find a filter item without those, so I'd like to ask you to add id and name to input fields the same way you do with numeric fields, so:
i.cat('<input name="').cat(h).cat('" id="').cat(h).cat('" type="text" />')instead of
i.cat('<input type="text" />')The same thing about filter operator drop downs - you could add ids to them as well.
Those additional attributes would be very helpful especially when it comes to automated testing. We're using QTP for that and without identifiers it's impossible to pick a filter.
Regards
Piotrek