I want to call some of the defined dialogues from code behind

Hi,
I do not wan tto expose the whole ribbon to my users but I want to provide some of the functions like formatting a cell via my own context menu.
Is it possible and if so, can provide a short code example?
Kind regards
Frank

9 Replies 1 reply marked as answer

AR Arulpriya Ramalingam Syncfusion Team May 3, 2021 02:56 AM UTC

Hi Frank, 
 
Thank you for your interest in Syncfusion products. 
 
We already have provided user guide document to customize the Ribbon tab items in SfSpreadsheet. Please refer to the below UG for further details to implement the requirement at your end. 
 
 
Please get back to us if you need any further assistance. 
 
Regards, 
Arulpriya R. 



SP Sangavi Periyannan Syncfusion Team May 4, 2021 04:11 AM UTC

From: Frank Pohl
Sent: Monday, May 3, 2021 12:47 PM
To: Syncfusion Support <support@syncfusion.com>
Subject: AW: Syncfusion support community forum 165004, I want to call some of the defined dialogues from code behind, has been updated. 
Hello , 
this is not what I am looking for. 
I do not want to customize the Ribbon. I do not want to show the ribbon at all. 
What I would like to do is to call some of the dialogues that are used in the ribbon bar from my own context menu. 
Is that possible? 
Kind regards 
Frank 



BT Balamurugan Thirumalaikumar Syncfusion Team May 6, 2021 03:11 AM UTC

Hi Frank, 

Thank you for the update. 

We could understand query “What I would like to do is to call some of the dialogues that are used in the ribbon bar from my own context menu” at our end. we are checking the possibilities to achieve your requirement in sample. Will update you the proper details on or before may 07,2021, we appreciate your patience till then. 

Balamurugan Thirumalaikumar  




BT Balamurugan Thirumalaikumar Syncfusion Team May 6, 2021 01:17 PM UTC

Hi Frank, 

Thank you for your patience. 

We have checked your query “What I would like to do is to call some of the dialogues that are used in the ribbon bar from my own context menu” at our end. In order achieve your requirement we have already provide a KB article to add a custom cell context menu for SfSpreadsheet. You can refer the following KB for your reference. 


If you want to call the defined dialogues(formatting a cell via my own context menu) from the Spreadsheet please make sure to execute the Format Cells commands. You can refer the following code snippet for your reference. 

Code Snippet 
//FormatCells dialouge dialogue 
private void FormatCells_Click(object sender, RoutedEventArgs e) 
{ 
Spreadsheet.Commands.FormatCells.Execute(null); 
} 

We have attached the tested sample for your reference and you can download the same from the following location. 

Please let us know if you would require any other assistance. we will be happy to assist you. 

Regards, 
Balamurugan Thirumalaikumar

Marked as answer

SP Sangavi Periyannan Syncfusion Team May 7, 2021 05:00 AM UTC

From: Frank Pohl 
Sent: Thursday, May 6, 2021 12:09 PM
To: Syncfusion Support <support@syncfusion.com>
Subject: AW: Syncfusion support community forum 165004, I want to call some of the defined dialogues from code behind, has been updated. 
Hello, 
I see that I can call the dialogue but unfortunately the dialogue does not really work well.  
There are several issues on first glance 
  • the blue marking when I select categories sticks
  • the issue with the blue makring is also in the font list
  • the Decimal Places field is too small for the font
  • it does not adapt to the language that is selected.
  • I got BindingExpression errors for the Color property when I click on the border tab
  • I got BindingExpression errors for the Color property when I click on the Fill tab
 
All in all you solved my issue but the dialogue is not useable in this scenario. 
Kind regards 
Frank 



BT Balamurugan Thirumalaikumar Syncfusion Team May 10, 2021 06:22 PM UTC

Hi Frank, 

Thank you for contacting Syncfusion support. 

We have checked the reported scenarios at our end. Please refer the following details. 

the blue marking when I select categories sticks 
the issue with the blue makring is also in the font list 
the Decimal Places field is too small for the font 
We confirmed that the reported scenario is a defect from our end. We have logged a defect report on this and the patch for this fix is estimated to be available on or before May 31 2021. Due to technical issue, we could not able to share the feedback link. We will create and share you the feedback link on May 11,2021. We appreciate your patience till then. 
it does not adapt to the language that is selected. 
We have already provided the UG document for Localization process. You can refer the same from following location. 

I got BindingExpression errors for the Color property when I click on the border tab 
I got BindingExpression errors for the Color property when I click on the Fill tab 
We have checked this scenario at our end and its working fine as expected. We regret to let you know that the reported issue not reproduced at our end. you can refer the following tested video for your reference. 


Please let us know if you would require any other assistance. we will be happy to assist you. 

Balamurugan Thirumalaikumar  




BT Balamurugan Thirumalaikumar Syncfusion Team May 11, 2021 02:19 PM UTC

Hi Frank,  
  
Thank you for your patience.  
  
We confirmed that the reported scenario is a defect from our end. We have logged a bug report for this issue “Format selection color not updated properly” Here we have provided private feedback link, we request you to log in to view the link further      

  
The fix will be available in our upcoming main release Volume 2 which is scheduled to be rolled out at the end of June 2021. Please let us know if you would require patch before the release please specify the version in which you need the patch. Patch will be will be available on May 31, 2021. If you have any more specification replication procedure or a scenario to be tested you can add it as a comment in the portal.   
  
Regards,   
Balamurugan.Thirumalaikumar 



BT Balamurugan Thirumalaikumar Syncfusion Team May 31, 2021 10:36 AM UTC

Hi Frank,

Thank you for your update.

The fix will be available in our upcoming main release Volume 2 SP which is scheduled to be rolled out at the end of June. We will let you know once the release rolls out. We appreciate your patience until then.

Regards
Balamurugan.Thirumalaikumar


BT Balamurugan Thirumalaikumar Syncfusion Team July 1, 2021 12:10 PM UTC

Hi Frank, 

Thank you for your patience. 

We are glad to let you know that we have fixed the reported "Format selection color not updated properly " issue and included the fix in our 2021 Volume 2 release update version v19.2.0.44. 


We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance. 

Balamurugan Thirumalaikumar  



Loader.
Up arrow icon