Can anyone tell me the equivalent functions for UltraWebGrid for the following DataGrid functions
DataGrid.Items.Item(i).Cells(1).Controls.Add(imgTest)
DataGrid.Items().Count()
Not sure on adding controls, I have been using the EditorControls functionality in my winforms application to add dropdown or textboxes to the grid.
Regarding the count, how about:
UltraWebGrid.Rows.Count ?
rows.count gives only the count of rows in the current page, but not all. how to get the count of all records in the webgrid??
Hello,
Please, take a look at the following forum thread:
http://forums.infragistics.com/forums/t/6965.aspx
HTH,