I type in a string A&B in a grid control cell, but it display as something else after I leave the cell. There is a underline under B. It seems that & is used to create a short cut for B. How can I avoid to do this and display A&B?
Thanks.
AD
Administrator
Syncfusion Team
December 13, 2002 09:02 PM UTC
Use
GridStyleInfo.HotkeyPrefix = HotkeyPrefix.None;
Stefan
AD
Administrator
Syncfusion Team
December 16, 2002 06:08 PM UTC
Stefan,
Thank you very much. It works.
Don
AD
Administrator
Syncfusion Team
December 16, 2002 06:08 PM UTC
Stefan,
Thank you very much. It works.
Don