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

Text Box Value point to Value on Telerik RadGrid

4 Answers 30 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Myo
Top achievements
Rank 1
Myo asked on 16 Apr 2015, 06:54 AM

Is there anybody can help me to do like this on attachment? I have one text box and one telerik grid and one button. What I want to do is when user enter room no in text box and click GO button then I want to point out text box value on grid because grid have many records.I would like to show attached screen shot.

 

Thanks

4 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 21 Apr 2015, 06:59 AM
Hello Myo,

You can make avail of the built-in filtering functionality of RadGrid:
http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/filtering/basic-filtering/defaultcs.aspx

Alternatively, you can use an external TextBox or RadFilter control:
http://demos.telerik.com/aspnet-ajax/filter/examples/saveloadexpressions/defaultcs.aspx

If you are not using Paging, you can also implement a client-side approach:
http://www.telerik.com/support/code-library/quick-search---filtering-rows-depending-on-entered-text-instantly-when-paging-is-disabled

Hope this helps.

Regards,
Eyup
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Myo
Top achievements
Rank 1
answered on 22 Apr 2015, 03:34 AM
Thanks a lot Eyup. My job done now.
0
Accepted
Eyup
Telerik team
answered on 22 Apr 2015, 06:57 AM
Hi Myo,

I'm glad the provided assistance has proven helpful. Could you share which approach did you choose?

Regards,
Eyup
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Myo
Top achievements
Rank 1
answered on 23 Apr 2015, 03:47 PM
I used third method to solve my problem.:)
Tags
Ajax
Asked by
Myo
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Myo
Top achievements
Rank 1
Share this question
or