i have an ultraWinGrid which has its datasource being set to an arrayList. This is an arrayList of a class which public properties. I want to be able to edit this grid after i set its datasource to the arrayList. I also define the columns through code so i know the key, valueMember, displayMember, friendlyName.
The problem is being able to edit this grid. I cant edit the rows. The first version of the application had an ultraDataSource for the grid along with dataRows being defined and inserted into the grid. Now I need to find a way to edit this grid now that it is using an arrayList as its datasource
Hi,
What part of this is giving you trouble and how can I help?