modifying the contents of datagrid at runtime


hello,

How can i modify / Add the contents to the datagrid at runtime 

pls help


Answer this question

modifying the contents of datagrid at runtime

  • smilyan

    Please Explain.

    Do you mean data in cells
    if so, you can modifiy the underlaying datasource, or use this

    datagridname(rownumber,columnnumber) = "hello"

    Joe

  • modifying the contents of datagrid at runtime