interaction between controls

Posted by Community Admin on 03-Aug-2018 11:06

interaction between controls

All Replies

Posted by Community Admin on 29-Mar-2011 00:00

Hi,

suppose i've created an orders module that defines 2 controls, first an orderview control, and next an orderdetails control. Both of them are placed on the same page. How to update the orderdetails control when a new order is selected in the orderview control?

In other words, what is the best practice to let controls interact?

Regards,

Serge

Posted by Community Admin on 31-Mar-2011 00:00

Hello serge,

You can append a query string in the url when you update the order, and the other control will read it and update its content. Another option is using one control and using events inside it, so you will avoid the query string.

You might find this demo useful

 

demos.telerik.com/.../defaultcs.aspx


Best wishes,
Ivan Dimitrov
the Telerik team

This thread is closed