Hi,
I am using ultrawebgrid for the first time and i am very much confused in using this. I want sombody's help in using this grid.
And i cann't i escape from using this control. My requirement is:
I am getting a data into dataset from a database based on the query
I will have to populate this data into the webgrid and i have done this.
Now, i will have to one column in grid to have linkbutton with the dataset columns text(Here we can't say which column needs to change to linkbutton that needs to be decided dynamically)
How can i acheive this?
Please help me...
Another good resource is Tony's blog: http://blogs.infragistics.com/blogs/tony_lombardo/archive/2008/01/29/demystifying-infragistics-webgrid-databinding.aspx
Hi tom,
Thanks for ur reply. But here my requirement is totally different.
Apart from this i have two doubts. what is the key and base column name properties in the webgrid column.
and my requirement is on clicking of this link button column i will send a paremeter to the database stored procedure,
this will return me a dataset which will replace the datagrid data and will have a linkbutton to a certain column in the datagrid with the newly populated data. please help me in this issue as i have to complete this by the next comming monday.
thanks N regards
Vallamreddy VenuGopal
I was in the same boat 2 weeks ago. The samples are very useful, as is this forum. I set a link in one of my cells by handling the InitializeRow event - as you can see I am dynamically setting the url based on the row index:
{
}
Hello,
If you are completely new to Infragistics UltraWebGrid, I suggest first investing some time studying our online samples available here:
http://samples.infragistics.com/2008.2/webfeaturebrowser/default.htm
and also going through our help here:
http://help.infragistics.com/NetAdvantage/NET/2008.2/CLR2.0/
I think almost all scenarios the grid supports are described there. In your specific case - I believe you can have a Templated Column and in the grid InitializeRow event you can manipulate it (make any content inside visible / not visible) based on dynamic runtime criteria.