Dear Telerik,
I have two Grids among a few other controls on the page. When an item is double-clicked in Grid1, I would like the server to perform some action, and then to inform Grid2 and the other controls if the action was successful or not. However, in order to perform this action, the server has to know Grid2's (or another Tree control) state. In other words, before the server can perform this action, it has to know what items are currently displaying in Grid2, or in another Tree control. What do you suggest is the best way to go about doing this? I am currently calling a web service to get data back from the server to populate my grids and other controls, as suggested by Nikita Gourme.
(Reference: http://www.telerik.com/community/forums/thread/b311D-bgbmad.aspx). Is there a way for the web service/server to ask the client what items are displaying in Grid2 ?
Best Regards,
Alex
I have two Grids among a few other controls on the page. When an item is double-clicked in Grid1, I would like the server to perform some action, and then to inform Grid2 and the other controls if the action was successful or not. However, in order to perform this action, the server has to know Grid2's (or another Tree control) state. In other words, before the server can perform this action, it has to know what items are currently displaying in Grid2, or in another Tree control. What do you suggest is the best way to go about doing this? I am currently calling a web service to get data back from the server to populate my grids and other controls, as suggested by Nikita Gourme.
(Reference: http://www.telerik.com/community/forums/thread/b311D-bgbmad.aspx). Is there a way for the web service/server to ask the client what items are displaying in Grid2 ?
Best Regards,
Alex