This question is locked. New answers and comments are not allowed.
Hi,
I have a fairly simple task that I find very hard to do with the telerik grid. I have been working on it for some time now, and I think that I came to a dead end :(
Heres my scenario:
I want to create a custom header that will have Header Text, sort functionality, and a textbox (below the Header Text) that will do the quick filter.
My columns are custom implemented, and added to a grid dynamically.
I also want to associate the textbox from the header with the column, so I can access it any time i need to.
The idea is when some expression is entered inside the quick search textbox, and enter is pressed, I want to be able to catch that key down in the column class, have an instance of the textbox, and do some filter logic then...
Another option is to catch the keyPress in my page code, but then, I want to be able to know the instance of the column in which the textbox that fired the event resides, and also I'll need to have access to textboxes at all time (which I find hard to acheive if the textboxes for quick filter are buried in some template..)
Anyway.. I have been on this for days and I am all out of ideas, any help is greatly appreciated.