I am stuck trying to design a ultragrid at design time and bind the data at runtime. My understanding is you can't bind an ultragrid directly to the DB so I am loading my datatable from my sqldatareader setting the ultragrid datasource to the datatable. When I do this all my column properties set at design time are ignored. How can I design the grid at desgin time and bind the data at runtime?
HOWTO:How can I define columns in the grid at Design-time and bind them at run-time so that some fields of the data are excluded from the grid?