Radgridview Events Problem.!

1 Answer 3 Views
GridView
Abbas
Top achievements
Rank 1
Abbas asked on 18 Aug 2025, 07:02 AM

Hi there,


I have written a component that resides within a column of a RadGridView. Based on the provided source code, I need the cell events like CellBeginEdit, CellEndEdit, and CellValueChanged in the RadGridView to be handled intelligently and reliably for columns of the AdvancedRadMultiColumnComboPlus type.

In other words, how can I get events like CellBeginEdit, CellEndEdit, and CellValueChanged to fire for columns of the AdvancedRadMultiColumnComboPlus type?

Please guide me.

Thank you.

1 Answer, 1 is accepted

Sort by
0
Nadya | Tech Support Engineer
Telerik team
answered on 18 Aug 2025, 09:39 AM

Hello, Abbas,

Thank you for the provided files. According to them, I can see that you have implemented a custom AdvancedComboGridCellElement as well as a custom AdvancedComboGridViewColumn, but it is not clear what exactly represents AdvancedRadMultiColumnComboPlus class. My assumptions is that it contains a RadMultiColumnComboBox component which you wrapped in a RadHostItem, and later used to add it to the grid's columns. Please correct me if I am wrong. 

If I am right and your custom AdvancedRadMultiColumnComboPlus internally hosts RadMultiColumnComboBox, you can access the grid inside by using the EditorControl property of RadMultiColumnComboBox. Once you get the RadGridView hosted in the RadMultiColumnComboBox, you can subscribe to CellBeginEdit, CellEndEdit, and CellValueChanged events.  It would be useful if you could also share the implementation of AdvancedRadMultiColumnComboPlus. 

I assume that this custom approach was suggested in an earlier version of the Telerik UI for WinForms suite. Can you specify which version of Telerik UI for WinForms you use on your side?

GridViewMultiComboBoxColumn

I would like to inform you that with the latest versions of our suite, RadGridView offers GridViewMultiComboBoxColumn. This column has RadMultiColumnComboBoxElement as an editor. It covers the features that the RadMultiColumnComboBox control has. Using this column, you can represent data in a drop-down using RadMultiColumnComboBoxElement when the cell is in edit mode. You should be able to subscribe to CellBeginEdit, CellEndEdit, and CellValueChanged events that you need.

More information is available here: GridViewMultiComboBoxColumn

Can you give the GridViewMultiComboBoxColumn a try and let me know if this is the functionality that you obtain using the custom approach? 

I am looking forward to your reply.

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Abbas
Top achievements
Rank 1
commented on 18 Aug 2025, 11:28 AM

Hello Nayda,

I truly appreciate your guidance and detailed explanations. Yes, I will send you the source code for the AdvancedRadMultiColumnComboPlus component to enable a more thorough review.

I look forward to your valuable feedback and suggestions once you’ve examined the code.

Best regards,
Abbas

Tags
GridView
Asked by
Abbas
Top achievements
Rank 1
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or