Hi,I have to restrict the user from entering more than 10 character in WinGrid cell. Can you help me how I can enable this feature.Regards, Pgr2007
Hi ,
Use this prop as it limits the user from typing not more than the specified characters,
grd.DisplayLayout.Bands(0).Columns("ColName").MaxLength = 10
hppy Koding,
Arun