Hello Telerik,
I'm sorry, I should have posted this in the RadGrid section of the forum, but I was using RadDock within a RadGrid, that's why I instinctively posted this in the RadDock section.
Anyways ... I hope you won't mind ... Thanks.
How do you pass back to the server the event args in a
OnRowResized event on the client-side?
I got it to work in a
OnRowClick event by having this statement in my code behind:
And in my .ASCX I have this:
When a row is clicked, it runs the __doPostBack command above and I catch the postback on the server side in my code behind:
How do I accomplish the same thing for a client-side
OnRowResized event?
If anyone can give a quick response (or a working example), it would be highly appeciated.
Thanks.