Click here to Skip to main content
15,899,825 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,
C#
gviewOrder.SetRowCellValue(actrowLineNo, "colItemCode", "ItemCode");
gviewOrder.SetRowCellValue(actrowLineNo, "colItemName", "ItemName");


I'm using this lines. If "colItemCode" does not have any value. They are not working.
What should I do?

Thanks.
Basak Oner
Posted
Updated 8-Mar-12 10:51am
v3

1 solution

Read the DevExpress documentation:
SetRowCellValue Method[^]
SetRowCellValue Method (int, string, object)[^]
SetRowCellValue Method (int, GridColumn, object)[^]

Check out their forums:
SetRowCellValue will not update cell[^]
SetRowCellValue() doesn't work even though GetRowCellValue() does[^]

If all else fails you should contact them. They know a lot about their own product (really!) and they are paid to give support. My experience is that they actually reply and even make you sample projects. DevExpress has a great customer support :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900