This is a migrated thread and some comments may be shown as answers.

[Solved] Grid filters identifiers

1 Answer 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Piotr
Top achievements
Rank 1
Piotr asked on 27 Jan 2012, 04:32 PM
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:
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

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 31 Jan 2012, 10:29 AM
Hello Piotrek,

Thank you for the suggestion. I logged it in our public issue tracker and you can track the progress on that feature here:
http://www.telerik.com/support/pits.aspx#/public/aspnet-mvc/9538
As a small sign of our appreciation, I also added 300 Telerik points to your account.

All the best,
Daniel
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Grid
Asked by
Piotr
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or