I currently am trying to put together an online mail viewer for our internal network. I'm using panes with a RadGrid in the top pain and a RadEditor on the bottom pane. Simple enough!
Now, what I would like to be able to do is via ajax be able to to "click" a row and populate the RadEditor in the bottom pane with the corresponding body of the message...just like a typical mail viewer works.
I'm having troubles getting a AJAX request to fire and update the panel. I know you have to enable ajax on the grid. But then what?
Do I add a client side rowclick event that does the AJAX part or is there another way.
Code examples would be awesome if available. I've studied the examples on the site that I could find that even remotely did what I was wanting, but haven't been able to successfully piece it all together.
Thanks in advance!
-Brent
Now, what I would like to be able to do is via ajax be able to to "click" a row and populate the RadEditor in the bottom pane with the corresponding body of the message...just like a typical mail viewer works.
I'm having troubles getting a AJAX request to fire and update the panel. I know you have to enable ajax on the grid. But then what?
Do I add a client side rowclick event that does the AJAX part or is there another way.
Code examples would be awesome if available. I've studied the examples on the site that I could find that even remotely did what I was wanting, but haven't been able to successfully piece it all together.
Thanks in advance!
-Brent