Hello,
Quick question regarding the ultrawebgrid. I'm in 2.0 framework using C# ASP.NET. I have a grid on my page. Initialize Layout fires ok, but not initialize row. I'm trying to add a select link column in the grid with a url to another page which passes the value of column 1 of the grid in the query string. So, in initialize layout I am adding the column and setting the key, etc. In initialize row, I am building the link itself with the url. The grid is bound to a data source, but for testing nothing is coming through. I just want to see the links, be able to click on them and move on. I added a blank row programmatically for now, but no dice. Is the problem the fact that my data source is returning nothing? Thanks.
Follow-up. I have the answer - it needs to bind to a datasource. I created one and it fired and rendered as desired.