Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1187
how to design grid at design time and bind data at runtime?
posted

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?