Hi All,
I am new to Infragistics. I am using webdatagrid in order to display the data on the aspx form. The fields in the webdatagrid are automatically created from the dataset(stored procedure is the source) assigned to the grid.
Now, I want to insert a new field which will be the last column in the grid and this new field will contain a static image in each row.
Please tell me how to accomplish this.