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
985
Add Custom Row :: COde behind
posted

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

  • 7570
    posted

    Hello Abhishek,

    Please let me know is you need further assistance regarding this issue

  • 7570
    posted

    Hello Abhishek,

    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.