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
Hi Fernando,
All the features of UltraWebGrid are offered also by WebDataGrid. I would suggest you to start with the online documentation for the WebDataGrid - http://help.infragistics.com/NetAdvantage/ASPNET/2012.1/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html and the samples browser - http://es.infragistics.com/products/aspnet/data-grid/.
Let me know if you have any questions.
Let me know if you need any further assistance with the matter.