Hi,
Is there any way to add a single row from code behind at row index 0.
webdatagrid.Rows.Add(new custom row);
e.g.
I always want my 1st row to be.
Name: asddg Address: 78945
and then my data populated from code behind.
thanks in Advance , hope my examples is understandable.
Regards,
Abhishek
Hello Abhishek,
Please let me know is you need further assistance regarding this issue
I am currently working on this inquiry.
I may have to clarify and see if I understood the examples. The grid has one template column, with items, Name and Address. There will be no user interaction with the grid. Any updates, deletions, and additions are done from code behind. I am assuming that there will be no sorting and filtering involved as well.
Please let me know if this is the behavior you wish to achieve.
Thank you for contacting Infragistics.