Click here to Skip to main content
15,887,881 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using SPREAD control of Componentone library. It is a excel grid like tool which contains cells.

Now, I don't have any function like

Cell[1,1].DataBindings.Add(new Binding("Text", MyStudent, "Name"));

like we have for textbox or label to which we can attach a property of any class.

I want to have this function with cell as I want to databind a property of class to this cell. So whenever the value of property gets updated, the value in the cell also updates.

Please help me to solve this problem as I am stuck due to this badly.

Can I make a new class for Spread Cell and define some functions to bind the object of some class with the cell? If yes, how can I do it ? please give detailed explanation.

Or else if you have some other ideas to do this please let me know.
Posted

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