Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1705
Showing feedback message to the user after a cell has been updated
posted

Hi guys, newbie question: 

how do you send a message (generated on the server side) to the user after a cell has been updated?

The grid I'm working on has: 

LoadOnDemand="Xml"  

So this will not work on the asynchronous callback (correct me if I'm wrong):

Page.ClientScript.RegisterClientScriptBlock(Page.GetType(), "FeedbackMsg", "var StrFeedbackMsg = '" + msg  + "';", true);

  

Thanks in advance !