Promt Bolded Items Description not Displaying

Hi!!

I was messing with the intellisense functionality, and I love it.

But one issue I am running into, is my BoldedItems that I have added are not displaying their descriptions, but they are appearing as bold when needed.

The prompt is being displayed, the desired text is bold, but the description is not displaying.


private void editControl1_ContextPromptOpen(object sender, Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs e)
{
     ContextPromptItem item = e.AddPrompt("mbox(string msg)", "Displays the specfied message in a dialog window");

      item.BoldedItems.Add(5, 10, "Message to display in dialog");
}



1 Reply

KR Kannan R Syncfusion Team August 31, 2018 04:46 AM UTC

Hi Matt 

Thank you for contacting Syncfusion support. 

We have confirmed the reported issue “Context Prompt description message not shown for Bold Context Prompt parameter items” is a defect. This fix for the issue will be included in our 2018 Volume 3 release, which is scheduled to be released on mid of September, 2018.  
 
Regards 
Kannan 


Loader.
Up arrow icon