Hello,
I have requirement to display dropdwon of items in two columns within sfDtaGrid but sfDataGrid does not have sfMultiColumnCombox column type.
Is there a way to host sfMultiColumnCombox in sfDataGrid or implement this requirement?
Thanks in advance for usual assistance
Best regards,
Paul Aziz
Hello Balamurugan,
Thanks for the reply.
I am happy to know that you are planning to add this feature.
Thumbs up.
Best regards,
Paul Aziz
Hello Balamurugan,
I hope you are doing well.
Is there is any news on Provide the support for MultiColumnComboBox column” in SfDataGrid ?
Best regards
Paul Aziz
Hello everyone,
This workaround displays multicolumncombo aright.
But input focus gets stuck after combobox close thus prevent user from navigating away from the multicolumncombo column.
Is there a way to filter?
is there also way to automatically display dropdown as the column receives focus.
Thanks for
Best regards,
Paul Aziz
Hi Paul,
We are analyzing your requirement of "Requirements in multicolumn combo column in SfDataGrid" and update you with further details on July 12,
2023.
Regards,
Vijayarasan S
Paul,
We are still analyzing your requirement of "Requirements
in multicolumn combo column in SfDataGrid" and update you with further
details on July 14, 2023.
Paul,
Currently, we are checking possibilities to achieve your requirement via a workaround. We need some more time to achieve your requirement and we will
update you with further details on July 18, 2023.
Hi Paul,
Find the responses to your queries below.
|
Queries |
Responses |
|
|
But input focus gets stuck after combobox close thus prevent user from navigating away from the multicolumncombo column.
|
The reported problem occurs due to the selected value not being updated in the control value. However, you can overcome this by overriding the GetControlValue in GridDropDownDataGridCellRenderer. Refer to the below code snippet,
|
|
|
Is there a way to filter?
|
We have loaded the SfDataGrid control as PopupControl in ComboDropDown. Your requirement to filter the combodropdown can be achieved by enabling the AllowFiltering property in SfDataGrid. Refer to the below code snippet,
|
|
|
s there also way to automatically display dropdown as the column receives focus.
|
Your requirement to automatically display dropdown as the column receives focus can be achieved by setting the SingleClick value as EditMode property and enabling the DroppedDown property in the OnInitializeEditElement method. Refer to the below code snippet,
|
Find the modified sample in the attachment.
Regards,
Vijayarasan S
If this post is helpful, please consider Accepting it as the solution so that
other members can locate it more quickly.
Hello Vijayarasan,
Thank you for the assistance. I will review your suggestion and revert back to you asap.
Regards,
Paul Aziz
Paul,
We will wait to hear from you. Please let us know if you require any further assistance. We will be happy to assist you.