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?
Hello Ramshr4u,
Please refer a couple of samples how to implement binding with UltraWebGrid:
http://help.infragistics.com/NetAdvantage/ASPNET/2010.2?page=WebGrid_Data_Binding.html
Hope this helps.