I have a datagridview cell containing the following text
" + This is test"
Now I want to show a messagebox sowing message "+" if the mouse clicked on the + sign (In a single cell), and another messagebox "This is test" if mouse clicked on the rest portion. The whole string is showing in a single DataGridViewTextboxCell.
Is it possible? If it is, kindly send me the code in C#.
Thanking you