hi ,
i want to customise windowsforms Datagrid(vb.net) .I need to include bordercolor proeprty for cells of the control.How to include that property. As it is urgent iam not able to spend time on searching.Please help with sample code.
Thanks
rasna
Loading
rasagna ramireddyPosted Jun 1, 2010, 6:04 AM
iam sorry.There is no bordercolor or borderwidth property for a datagridview in windows forms.So i thought of customising by adding that property to dustom datagrid.
Thanks
Rasna
CrishPosted Jun 1, 2010, 5:59 AM
try...
border-color:White;
Don't forget to Mark Do you like this Answer
that solved your problem!