Hello, We use KeyedObjectBase in the old UltraWebGrid, we are migrating to WebDataGrid, and that class does not exist anymore.
What is the equivalent in WebDataGrid?
Thank you in advance.
Hello Milagros, and thank you for your question!
KeyedObjectBase was corresponding to a class related to the now GridRecordsItem (WebDataGrid). Although having a row instances like before and adding them to the grid in an unbound fashion is not applicable anymore. You must bind to a data source and have the grid create rows/cells based on the data.
If I am missing something here please do share with me a concrete scenario that you want to migrate.