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
1290
Some difficulties with webgrid
posted

Hi,

In the designer mode of my webgrid, I have set the column's key to match the names of my custom entity's properties, but yet when I set the datasource, and bind it, it shows me the columns created during design time - which are empty, and the extra columns with data from my custom object.

Also, columns that I did not create during design time, but are present in my custom object shows up. I can't seem to find the SetDataBinding() method that is available in the windows form's ultragrid that allows me to suppress columns that I did not create on design time.

My webgrid consists of 4 columns, one of which is a dropdownlist column, whose valueitems are being defined at design time. Is it possible to just bind my entity object like that?