AD
Administrator
Syncfusion Team
November 5, 2003 09:52 AM UTC
Try
this->gridControl1->Item[1][5]->Text = "someText";
Attached is a little sample project in managed c++. It was done in our 2.0 alpha code so if you are using an earlier version of the library and get some-properties-not found type errors in the designer generated code, just comment them out to get things to run with your version.