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
155
WebDataBase - I need a basic sample
posted

Hi!

 I am trying to migrate from UltraWebGrid to WebDataGrid. The first issue I just have is the code to bind the data. This worked fine with my UltraWebGrid, but it doesn't work for the new grid, it doesn't generate the columns, I set "autogeneratecolunts =true":

        Me.WebDataGrid1.DataSource = dsETCstoApprove

        Me. WebDataGrid1 .DataBind()

 

Another question: is it possible to have all features existing in the old grid in the new grid? This is: will I be able to have he same functionality? or is there some known missing feature in the new grid?

Thanks,

Fernando