I am converting an old program (c++ MFC/Rogue Wave) to C#/Telerik. The old program gives users the options of deciding which columns of a data table to display at run-time. For my audience, the Column Chooser mechanism is too complicated for them to you, plus they are already used to a set of checkbox specifications in the setup routine.
So how can I, during form load event, choose which columns to display while still enjoy the automatic CRUD actions performed by databinding?
Bes6 wishes
Neal Campbell
So how can I, during form load event, choose which columns to display while still enjoy the automatic CRUD actions performed by databinding?
Bes6 wishes
Neal Campbell