Hi,
Is there a way to assign row count & column count to the grid at run time? How to write data to the grid dynamically accessing the cells and not assigning a data set to the data source property of the grid? If ultrawingrid doesn't support these features, please let me know if there is another Infragistics grid that supports these.
Thanks.
You could also bind the grid to any class which implement IList or IBindingList. If you need to add or delete data in the grid, then I recommend using UltraDataSource or BindingList<T>.