Hi
I am using UltraGrid control and i need some help with it.
I have 10 columns and from them one column is Bounded with UltraDataSource and rest 9 columns are unbounded columns.
I assign the data source to grid and used ultraGridView.UltraWinDataSource.Rows.SetCount(Count) to add rows.
Then i got ultraDataSource_CellDataRequested call
I used celldataRequested to update bounded column data but can't use it to fill unbounded column data beacuse till now no row is added in grid
So i tried other event "InitializeRow" but there i got "-1" row index for each row.
i want to fill unbounded column data after my Bounded coulmn data is filled but i can't find any specific event which is invoked when rows are added.
Other thing is i want to set UltraGridRow tag in ultraDataSource_CellDataRequested event but it sets the row tag of dataSource not ultraGrid row,
so is there any other place where it can be done?
Hi,
Have you been able to resolve your issue ? Please send us a feedback.
Regards