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

[Solved] Grid for Order Entry Screen

1 Answer 125 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 23 Jul 2013, 01:58 PM
Hi All,

I want to have a grid for order entry screen. first column is for item code. second column is for item description.

I only want the user to enter item code and item description will be populated automatically based on item master file table. I am using autocomplete text box in item column. the logic: once autocomplete selected a particular item code, item description in second column cell should display the desc without having to refresh.

Can Radgrid achieve this? 

any input is greatly appreciated!

Thanks!

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 26 Jul 2013, 07:25 AM
Hello,

Thank you for contacting us.

RadAutoCompleteBox is using callbacks to send the request and receive the response. The response with server binding consists of the HTML and the JSON data required for the control. This control is designed to ease the process of typing data by giving suggestions to the user what are the possible options for this field. It could not be used out of the box to update other controls or send custom data from the server.

If you want to update one control from another in RadGrid with data you need to design and implement a web service that you would invoke with the item from the auto-complete box.

I hope the provided information helps.

Regards,
Andrey
Telerik
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 RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Richard
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or