¿如何处理ASPxGridView Devexpress服务器端的OnRowClick事件?

¿How to handle OnRowClick event of ASPxGridView Devexpress server-side?

这是我的网格视图代码。所以事件 OnFocusedRowChanged 和 OnSelectionChanged 不起作用,我不知道我该怎么做,我需要你的帮助

enter image description here

参考这些:
ASPxGridView - The server-side SelectionChanged is not fired
ASPxGridView - How to process the SelectionChanged event on the server side

By default, the ASPxGridView processes change of selection only on the client-side. If you wish the server-side ASPxGridView.SelectionChanged to be fired, set the ASPxGridView.SettingsBehavior.ProcessSelectionChangedOnServer property to true or handle the client-side ASPxClientGridView.SelectionChanged event and set the processOnServer property to True in this event handler.