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
285
No Data found, when binding datatable in ultrawebgrid?
posted

Hi,

I am creating new datatable and bind it to ultrawebgrid. But while running it I am not getting any rows.

In InitializeRow event, I have written code,

(DataRowView) dt = (DataRowView)e.Data;

e.Row.FromKey["COLUMN1"].value = dt.Row["Column1"].value;

What I need to show all datas in grid?

Parents
No Data
Reply Children
No Data