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
105
OutlookGroupBy
posted

hi,

I'm using the UltraWinGrid and I'm facing a problem with setting a value for a cell for groupby row.

For retrieving the value from cell I tried like this.

this.Day = ((DataRowView)((UltraGrid)sender).ActiveRow.ListObject).Row["Day"].ToString();

Using this I got what I wanted. But I want to set a value for a cell so how can I achieve this?

Please guide me on the same.

Parents Reply Children
No Data